Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
621d74e5f953926fd1ab7c8de1b664bc7fc57e2c
/
rbutil
/
mktccboot
/
mktccboot.c
20f3e64
Clean up mktccboot building. No functional changes.
by Dominik Riebeling
· 15 years ago
bcadf96
FS#10740 - rbutil: Test Cowon D2 OF file for CRC consistency before patching
by Tomer Shalev
· 15 years ago
d0bc525
rbutil: Update bootloader name for cowon d2
by Tomer Shalev
· 15 years ago
ad78551
FS#10728 - Cowon D2: Add support for D2 in rbutil
by Tomer Shalev
· 15 years ago
48430bf
Move mktccboot from tools/ to rbutil/mktccboot/ - inspired by FS#10728 but with no functional changes to code.
by Dave Chapman
· 15 years ago
[Renamed from tools/mktccboot.c]
4755798
cast explicitly to unsigned int (fix yellow on cygwin)
by Robert Kukla
· 16 years ago
3bc86fd
Tidy up error handling in mktccboot
by Rob Purchase
· 16 years ago
2acc0ac
Updated our source code header to explicitly mention that we are GPL v2 or
by Daniel Stenberg
· 17 years ago
afecfe4
cleanup code for picky compiler warning options
by Daniel Stenberg
· 17 years ago
28f6ae4
Initial work on a port to the Logik DAX 1GB MP3/DAB player. The bootloader build compiles and runs (but only displays some debugging info), and the LCD and ADC drivers are working. Two different bootloader builds are possible: 1) The default build is just a test application for uploading to the device via tcctool; 2) Adding -DTCCBOOT to EXTRA_DEFINES in the build directory Makefile will compile the bootloader so that it can be appended to the end of the original firmware and installed on the device, dual-booting. This commit also includes some work by Hein-Pieter van Braam on a port to the iAudio 7, but that doesn't build yet. A large part of these ports will be generic to all TCC77x devices - see the TelechipsInfo wiki page for some other devices with this CPU. NOTE: Compiling these builds requires an arm-elf-gcc with armv5 support - the current version of rockboxdev.sh compiles such a gcc.
by Dave Chapman
· 17 years ago