rockbox/firmware/target/arm/imx31
Michael Sevakis 607b63a827 Gigabeat S technical correction: Fix instruction order because clean dcache operand is SBZ.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17401 a1c6a512-1295-4272-9138-f99709370657
2008-05-07 06:13:35 +00:00
..
gigabeat-s Gigabeat S: Make sure ATA interface is idle before a reset. 2008-05-06 10:02:46 +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 Gigabeat S bootloader: 1) Switch order of .vectors to be contiguous with initialized sections. 2) Clean all caches in main before doing anything else because vector copying counts as self-modifying code. Up to v.00000012. 2008-05-05 13:30:29 +00:00
crt0.S Gigabeat S technical correction: Fix instruction order because clean dcache operand is SBZ. 2008-05-07 06:13:35 +00:00
debug-imx31.c Gigabeat S: Use the fastest PIO mode the installed drive allows instead of always PIO0. Centralize clock information in clkctl-imx31.c. 2008-05-05 10:53:06 +00:00
debug-target.h Add a "View I/O Ports" screen for imx31. Show all GPIO contents. 2008-04-11 15:49:48 +00:00