summaryrefslogtreecommitdiff
path: root/bootloader
AgeCommit message (Expand)Author
2009-02-26Get the M:Robe 500 main build booting again, fix a bug and commit the rest of...Karl Kurbjun
2009-02-26Small fix for touchscreen-capable DAP's in display_logf()Maurus Cuelenaere
2009-02-25fix the obligatory yellowFrank Gevaerts
2009-02-19fix storage_*() callsFrank Gevaerts
2009-02-17Onda VX747 bootloader: don't remove too much info..Maurus Cuelenaere
2009-02-16Don't display logo in Onda VX747 bootloader (which also fixes bootloader builds)Maurus Cuelenaere
2009-02-13Onda VX747:Maurus Cuelenaere
2009-02-11Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis
2009-02-09Onda VX747: commit some parts to get apps/ to compile (more will follow)Maurus Cuelenaere
2009-02-07Add optional logf display helper function for bootloadersMaurus Cuelenaere
2009-02-07Onda VX747: enable USB in the bootloaderMaurus Cuelenaere
2009-02-07Gigabeat S: Move the LCD framebuffer address so that DRAM can be mapped flat ...Michael Sevakis
2009-02-05Creative ZVM:Maurus Cuelenaere
2009-02-03Silence the m:robe 100 and HDD1630 bootloadersMark Arigo
2009-01-19Fix up ZVM builds. It appeared to share common definitions with PP502x target...Michael Sevakis
2009-01-19USB detection changes. c200/e200: Consider USB to be powered when charger is ...Michael Sevakis
2009-01-10Dual boot for the Philips HDD1630.Mark Arigo
2008-12-24Commit FS#9679 by Thomas Martitz. Adds c200v2 to the target tree. Has some ...Michael Giacomelli
2008-12-19Fix SVN propertiesMaurus Cuelenaere
2008-12-19 * Add support for Onda VX747+ (FS#9674 by Olivier Barbut)Maurus Cuelenaere
2008-12-08Meg-FX: Enable a real tick in the bootloader. Do cleanups before switching t...Michael Sevakis
2008-12-03Hopefully mop-up remaining red.Michael Sevakis
2008-11-25Added 'keywords' and 'eol-style' properties.Björn Stenberg
2008-11-25Sansa AMS bootloader: consider the bootloader finishedRafaël Carré
2008-11-24fix the e200r installer so it compiles again (storage rework broke it)Jonathan Gordon
2008-11-23Use BOOTDIR and BOOTFILE defines instead of hardcoded path and file. FS#9559Björn Stenberg
2008-11-21Don't print partition sizes in megabytes, as that is buggy on 5.5G. Use secto...Frank Gevaerts
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg
2008-11-17Show the Rockbox logo in the Telechips bootloader.Rob Purchase
2008-11-12Last commit for the flash bootloader. The bootloader build works properly ei...Karl Kurbjun
2008-11-12Revert last commit (accidentally committed the whole tree)Karl Kurbjun
2008-11-12Add in the needed crt0.S code for the wakeup alarm alsoKarl Kurbjun
2008-11-11the delay in the as3525 bootloader was driving me mad so remove it and get th...Jonathan Gordon
2008-11-10Sansa AMS bootloader: use the correct (renamed) header fileRafaël Carré
2008-11-09Rename functions as3525_codec_* to ascodec_* to prepare re-use of as3514 code...Bertrik Sikken
2008-11-09Sansav2 BootloaderRafaël Carré
2008-11-06AS3525: we won't use threads in the bootloaderRafaël Carré
2008-11-06AS3525: use kernel_init() in bootloaderRafaël Carré
2008-11-02fix redFrank Gevaerts
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts
2008-10-31cleanup storage definesFrank Gevaerts
2008-10-29Embryo of a SD driver for Sansav2Rafaël Carré
2008-10-29e200v2: implement the backlight handling (copy/paste from the c200v1/e200v1 c...Dave Chapman
2008-10-28Sansav2 : initializes SDRAMRafaël Carré
2008-10-26FS#9503 - Sansa v2 audio/PMU communication driver (for the AS3525 SoC)Bertrik Sikken
2008-10-21Add c200 erase tools. The resulting .bin files can be run from e200toolFrank Gevaerts
2008-10-19Add e200v2 and m200v2 targets. Move the telechips lcd-ssd1815.c (currently u...Dave Chapman
2008-10-18Make the meizu m3 load from flash, so interrupts work. More work is needed to...Frank Gevaerts
2008-10-14telechips usb: not ready for use but, something is working, needs improvement.Vitja Makarov
2008-10-12Remove usage of snprintf and strlen and instead calculate things at compile-t...Dave Chapman