rockbox/firmware/target/arm/imx31
Michael Sevakis a9c20f5789 Gigabeat S:
1) Rework event handling and static registration mechanism. No target-
     specific code in mc13783 driver. GPIO event driver interfaces more
     cleanly.

  2) Somewhat related - enable thread priority for bootloader which is
     desireable here (ffs is used for GPIO event enabling  anyway and that
     goes along with priority).


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17593 a1c6a512-1295-4272-9138-f99709370657
2008-05-21 08:42:11 +00:00
..
gigabeat-s Gigabeat S: 2008-05-21 08:42:11 +00:00
app.lds Real fake IRAM by placing .i.... section in the analagous DRAM sections in the linker scripts that hasn't done this yet. 2008-05-10 22:03:45 +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 system setup changes. Unaligned loads/stores on. Mixed-endian support on. VIC on early. 2008-05-13 14:05:28 +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 Cleanup some .h files in the imx31 target branch - #include guard style, headers, obsolete prototypes, etc. 2008-05-16 18:40:28 +00:00
rolo_restart.S Gigabeat S RoLo: Properly execute firmware copy from an IRAM stub because the currently running image was being overwritten in place. Minor tweak to rolo.c based on imx31 errata sheet about not masking FIQ without masking IRQ which is fine to use on all ARM anyway. 2008-05-08 12:09:14 +00:00