summaryrefslogtreecommitdiffstats
path: root/bootloader
AgeCommit message (Expand)AuthorFilesLines
2009-03-17Fix ZVM 30GB bootloader.Thomas Martitz1-0/+2
2009-03-17FS#10018 general pp bootloader: start the OF if loading rockbox fails. Resolv...Nils Wallménius1-36/+19
2009-02-26Get the M:Robe 500 main build booting again, fix a bug and commit the rest of...Karl Kurbjun1-10/+21
2009-02-26Small fix for touchscreen-capable DAP's in display_logf()Maurus Cuelenaere1-1/+1
2009-02-25fix the obligatory yellowFrank Gevaerts1-0/+2
2009-02-19fix storage_*() callsFrank Gevaerts2-11/+11
2009-02-17Onda VX747 bootloader: don't remove too much info..Maurus Cuelenaere1-0/+4
2009-02-16Don't display logo in Onda VX747 bootloader (which also fixes bootloader builds)Maurus Cuelenaere2-13/+2
2009-02-13Onda VX747:Maurus Cuelenaere1-2/+2
2009-02-11Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis2-4/+4
2009-02-09Onda VX747: commit some parts to get apps/ to compile (more will follow)Maurus Cuelenaere1-102/+111
2009-02-07Add optional logf display helper function for bootloadersMaurus Cuelenaere2-0/+87
2009-02-07Onda VX747: enable USB in the bootloaderMaurus Cuelenaere1-0/+2
2009-02-07Gigabeat S: Move the LCD framebuffer address so that DRAM can be mapped flat ...Michael Sevakis1-3/+6
2009-02-05Creative ZVM:Maurus Cuelenaere1-1/+5
2009-02-03Silence the m:robe 100 and HDD1630 bootloadersMark Arigo1-1/+2
2009-01-19Fix up ZVM builds. It appeared to share common definitions with PP502x target...Michael Sevakis1-3/+0
2009-01-19USB detection changes. c200/e200: Consider USB to be powered when charger is ...Michael Sevakis1-1/+0
2009-01-10Dual boot for the Philips HDD1630.Mark Arigo1-0/+11
2008-12-24Commit FS#9679 by Thomas Martitz. Adds c200v2 to the target tree. Has some ...Michael Giacomelli1-0/+4
2008-12-19Fix SVN propertiesMaurus Cuelenaere2-7/+2
2008-12-19 * Add support for Onda VX747+ (FS#9674 by Olivier Barbut)Maurus Cuelenaere2-40/+17
2008-12-08Meg-FX: Enable a real tick in the bootloader. Do cleanups before switching t...Michael Sevakis1-1/+19
2008-12-03Hopefully mop-up remaining red.Michael Sevakis5-53/+0
2008-11-25Added 'keywords' and 'eol-style' properties.Björn Stenberg1-1/+1
2008-11-25Sansa AMS bootloader: consider the bootloader finishedRafaël Carré1-12/+3
2008-11-24fix the e200r installer so it compiles again (storage rework broke it)Jonathan Gordon1-4/+4
2008-11-23Use BOOTDIR and BOOTFILE defines instead of hardcoded path and file. FS#9559Björn Stenberg5-9/+12
2008-11-21Don't print partition sizes in megabytes, as that is buggy on 5.5G. Use secto...Frank Gevaerts1-2/+2
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg2-1/+38
2008-11-17Show the Rockbox logo in the Telechips bootloader.Rob Purchase3-4/+6
2008-11-12Last commit for the flash bootloader. The bootloader build works properly ei...Karl Kurbjun1-4/+78
2008-11-12Revert last commit (accidentally committed the whole tree)Karl Kurbjun1-73/+4
2008-11-12Add in the needed crt0.S code for the wakeup alarm alsoKarl Kurbjun1-4/+73
2008-11-11the delay in the as3525 bootloader was driving me mad so remove it and get th...Jonathan Gordon2-5/+12
2008-11-10Sansa AMS bootloader: use the correct (renamed) header fileRafaël Carré1-1/+1
2008-11-09Rename functions as3525_codec_* to ascodec_* to prepare re-use of as3514 code...Bertrik Sikken1-1/+1
2008-11-09Sansav2 BootloaderRafaël Carré1-19/+47
2008-11-06AS3525: we won't use threads in the bootloaderRafaël Carré1-1/+1
2008-11-06AS3525: use kernel_init() in bootloaderRafaël Carré1-0/+1
2008-11-02fix redFrank Gevaerts1-5/+5
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts18-66/+66
2008-10-31cleanup storage definesFrank Gevaerts1-4/+4
2008-10-29Embryo of a SD driver for Sansav2Rafaël Carré1-1/+4
2008-10-29e200v2: implement the backlight handling (copy/paste from the c200v1/e200v1 c...Dave Chapman1-10/+7
2008-10-28Sansav2 : initializes SDRAMRafaël Carré1-0/+2
2008-10-26FS#9503 - Sansa v2 audio/PMU communication driver (for the AS3525 SoC)Bertrik Sikken1-0/+11
2008-10-21Add c200 erase tools. The resulting .bin files can be run from e200toolFrank Gevaerts3-0/+511
2008-10-19Add e200v2 and m200v2 targets. Move the telechips lcd-ssd1815.c (currently u...Dave Chapman2-2/+4
2008-10-18Make the meizu m3 load from flash, so interrupts work. More work is needed to...Frank Gevaerts1-28/+17