New target - iPod Video.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8261 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2005-12-18 13:04:00 +00:00
parent 3f9789b45a
commit 2a7bd9fb7b
12 changed files with 334 additions and 11 deletions

View file

@ -1126,6 +1126,9 @@ void irq(void)
static void ipod_init_cache(void)
{
/* Initialising the cache in the iPod Video bootloader prevents
Rockbox from starting */
#if !defined(BOOTLOADER) || !defined(APPLE_IPODVIDEO)
unsigned i;
/* cache init mode? */
@ -1144,6 +1147,7 @@ static void ipod_init_cache(void)
for (i = 0x10000000; i < 0x10002000; i += 16)
inb(i);
#endif
}
static void ipod_set_cpu_speed(void)