Gigabeat S mixer: Make some progress. Get the tick and core sleep working using the...
commita99eea300dedf979e4328a9d92a533597f185ba5
authorjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Tue, 5 Feb 2008 04:43:19 +0000 (5 04:43 +0000)
committerjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Tue, 5 Feb 2008 04:43:19 +0000 (5 04:43 +0000)
tree88710bcc59d80831327b00d59af0eb6a6f758de6
parent8d9cd4cce8cab92d5bf6f1f937d96090c13d1929
Gigabeat S mixer: Make some progress. Get the tick and core sleep working using the AVIC. Redo the startup code to remap from IRAM and not include the lcd driver frambuffer in the remapping (until it can be moved). Clean up LCD driver. For other misc. changes, see the diffs. Now it progresses to ATA init and fails with -11 but without crashing or hanging. Replace all bootloaders.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16216 a1c6a512-1295-4272-9138-f99709370657
17 files changed:
bootloader/gigabeat-s.c
firmware/SOURCES
firmware/app.lds
firmware/boot.lds
firmware/export/imx31l.h
firmware/kernel.c
firmware/target/arm/imx31/crt0.S
firmware/target/arm/imx31/gigabeat-s/avic-imx31.c
firmware/target/arm/imx31/gigabeat-s/avic-imx31.h
firmware/target/arm/imx31/gigabeat-s/kernel-imx31.c
firmware/target/arm/imx31/gigabeat-s/lcd-as-imx31.S [deleted file]
firmware/target/arm/imx31/gigabeat-s/lcd-imx31.c
firmware/target/arm/imx31/gigabeat-s/mmu-imx31.c
firmware/target/arm/imx31/gigabeat-s/pcm-imx31.c
firmware/target/arm/imx31/gigabeat-s/system-imx31.c
firmware/target/arm/imx31/gigabeat-s/system-target.h
firmware/thread.c