1. 20f3e64 Clean up mktccboot building. No functional changes. by Dominik Riebeling · 15 years ago
  2. bcadf96 FS#10740 - rbutil: Test Cowon D2 OF file for CRC consistency before patching by Tomer Shalev · 15 years ago
  3. d0bc525 rbutil: Update bootloader name for cowon d2 by Tomer Shalev · 15 years ago
  4. ad78551 FS#10728 - Cowon D2: Add support for D2 in rbutil by Tomer Shalev · 15 years ago
  5. 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]
  6. 4755798 cast explicitly to unsigned int (fix yellow on cygwin) by Robert Kukla · 16 years ago
  7. 3bc86fd Tidy up error handling in mktccboot by Rob Purchase · 16 years ago
  8. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 17 years ago
  9. afecfe4 cleanup code for picky compiler warning options by Daniel Stenberg · 17 years ago
  10. 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