From 1f021af60cd0351a309666c2e32b3d1b8b2cbd6f Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Tue, 5 Feb 2008 04:43:19 +0000 Subject: 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 --- bootloader/gigabeat-s.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bootloader') diff --git a/bootloader/gigabeat-s.c b/bootloader/gigabeat-s.c index 1c07598..a4e6391 100644 --- a/bootloader/gigabeat-s.c +++ b/bootloader/gigabeat-s.c @@ -57,7 +57,7 @@ void main(void) { lcd_clear_display(); printf("Hello world!"); - printf("Gigabeat S Rockbox Bootloader v.00000001"); + printf("Gigabeat S Rockbox Bootloader v.00000002"); kernel_init(); printf("kernel init done"); int rc; @@ -118,6 +118,7 @@ void main(void) if (rc == EOK) { kernel_entry = (void*) loadbuffer; + invalidate_icache(); rc = kernel_entry(); } -- cgit v1.1