rockbox/firmware/target/arm/olympus
Jens Arnold ece03129b6 Make the greyscale library work on the m:robe 100. Testing on target done by Robert Kukla & Dominik Riebeling.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17028 a1c6a512-1295-4272-9138-f99709370657
2008-04-07 21:14:29 +00:00
..
mrobe-100 Make the greyscale library work on the m:robe 100. Testing on target done by Robert Kukla & Dominik Riebeling. 2008-04-07 21:14:29 +00:00
app.lds explicitly align the ibss section by adjusting _iramend - fixes hang on m:robe (and potential problem on other arm targets) 2008-04-07 18:24:23 +00:00
boot.lds Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now with shared variables in DRAM (it seems swp(b) is at least partially broken on all PP or I'm doing something very wrong here :\). For core-shared data use SHAREDBSS/DATA_ATTR. NOCACHEBSS/DATA_ATTR is available whether or not single core is forced for static peripheral-DMA buffer allocation without use of the UNCACHED_ADDR macro in code and is likely useful on a non-PP target with a data cache (although not actually enabled in config.h and the .lds's in this commit). 2008-04-06 04:34:57 +00:00