rockbox/bootloader
Rafaël Carré f504153857 FS#10048 : enable MMU and data cache on Sansa AMS to give a major speed up
- cache IRAM and DRAM
- map IRAM just next to DRAM to remove the need for -mlong-calls and reduce binsize
- tweak delays in Fuze button code
- tweak delays in Clip button code (down button sometimes doesn't respond anyway : an alternate driver is being worked on)

Before reporting any problem, please check your filesystem or format your player from the OF

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21228 a1c6a512-1295-4272-9138-f99709370657
2009-06-08 23:05:33 +00:00
..
bootloader.make Added 'keywords' and 'eol-style' properties. 2008-11-25 19:54:23 +00:00
common.c M:Robe 500: Remove some dead test code in bootloader, reorganize the bootloader link script, and remove an unnecessary lcd disable/enable in initialization. 2009-04-10 04:48:44 +00:00
common.h Add optional logf display helper function for bootloaders 2009-02-07 13:52:03 +00:00
creativezvm.c Fix ZVM 30GB bootloader. 2009-03-17 21:23:02 +00:00
gigabeat-s.c Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS and CACHE_FUNCTIONS_AS_CALL macros. Rename flush/invalidate_icache to cpucache_flush/invalidate. They're inlined only if an implementation isn't provided by defining HAVE_CPUCACHE_FLUSH/INVALIDATE. 2009-02-11 12:55:51 +00:00
gigabeat.c Gigabeat FX: Look for button A (rather than any button) in bootloader for verbose mode - needed for flashed bootloader 2009-04-21 04:36:46 +00:00
iaudio_coldfire.c Use BOOTDIR and BOOTFILE defines instead of hardcoded path and file. FS#9559 2008-11-23 22:07:48 +00:00
ipod.c FS#9730 by Torne Wuff - support installing Rockbox in the firmware partition in place of the main Apple firmware. This image is only loaded if no rockbox.ipod is found so does not affect current behaviour. The advantage is a small increase in boottime. This patch also adds documentation to bootloader/ipod.c in the form of a comment describing the booting behaviour. 2009-05-12 20:41:44 +00:00
iriver_h1x0.c Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do that, it also introduces sd_*, nand_*, and mmc_*. 2008-11-01 16:14:28 +00:00
iriver_h300.c Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do that, it also introduces sd_*, nand_*, and mmc_*. 2008-11-01 16:14:28 +00:00
lyre_proto1.c Initial commit for the "Lyre prototype 1" port by Jorge Pinto from FS#10045. 2009-03-30 12:20:47 +00:00
main-c240wipe.c fix storage_*() calls 2009-02-19 17:19:42 +00:00
main-c250wipe.c fix storage_*() calls 2009-02-19 17:19:42 +00:00
main-e200r-installer.c fix the e200r installer so it compiles again (storage rework broke it) 2008-11-24 04:43:31 +00:00
main-pp.c 3 new ports: Samsung YH-820, YH-920, and YH-925. Mostly functional. Audio working on 820 & 925 (untested on the 920). No battery readings. No recording. No plugins. Keymap needs work. 2009-05-25 21:10:45 +00:00
Makefile Prepare Creative bootloader compilation for future dual boot integration 2008-08-03 19:32:14 +00:00
meizu_m3.c Remove unnecessary #include "adc.h" 2009-04-25 22:24:59 +00:00
meizu_m6sl.c Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do that, it also introduces sd_*, nand_*, and mmc_*. 2008-11-01 16:14:28 +00:00
meizu_m6sp.c Remove unnecessary #include "adc.h" 2009-04-25 22:24:59 +00:00
mrobe500.c M:Robe 500: Remove some dead test code in bootloader, reorganize the bootloader link script, and remove an unnecessary lcd disable/enable in initialization. 2009-04-10 04:48:44 +00:00
ondavx747.c Fix VX767 bootloader warning 2009-04-21 15:47:39 +00:00
sansa_as3525.c FS#10048 : enable MMU and data cache on Sansa AMS to give a major speed up 2009-06-08 23:05:33 +00:00
show_logo.c New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. 2008-11-20 11:27:31 +00:00
SOURCES 3 new ports: Samsung YH-820, YH-920, and YH-925. Mostly functional. Audio working on 820 & 925 (untested on the 920). No battery readings. No recording. No plugins. Keymap needs work. 2009-05-25 21:10:45 +00:00
telechips.c Hopefully mop-up remaining red. 2008-12-03 21:15:44 +00:00
tpj1022.c Remove unnecessary #include "adc.h" 2009-04-25 22:24:59 +00:00