rockbox/firmware/target/arm/olympus
2008-06-03 05:08:24 +00:00
..
mrobe-100 Rename CPU/COP_INT_CLR to CPU/COP_INT_DIS since it's really a 'write one to disable' register and hasn't anything to do with acknowledging interrupts-- that's handled at the module level. 2008-06-03 05:08:24 +00:00
app.lds Make sure the linker considers crt0*.o before all files specified on the command line by using STARTUP() instead of INPUT() in the .lds. Using INPUT() makes the linker process crt0*.o after all files specified on the command line, making linking fail if there are librockbox.a members which are only referenced by crt0*.o. Remove the hackaround that was needed for building the gigabeat S bootloader before (aka UIE() problem). 2008-04-29 06:19:32 +00:00
boot.lds Make the H10 bootloader work again. Also fix the same problem that might be affecting other PP bootloaders. 2008-05-04 14:42:53 +00:00