diff options
author | Mark Arigo <markarigo@gmail.com> | 2008-06-27 18:40:25 +0000 |
---|---|---|
committer | Mark Arigo <markarigo@gmail.com> | 2008-06-27 18:40:25 +0000 |
commit | 22e7bf32b894acc1f9e2820e213f05a57bd4148c (patch) | |
tree | cdecc7a9f0db0b41d7ac55680c2b3b2212ab4dda /firmware/SOURCES | |
parent | 78337961b72b76c410075a0d5fe6c3cf1269b5e8 (diff) |
My Devcon 2008 contribution: port for Philips GoGear HDD1630 (PP5022-based). Current status is that the bootloader works to load Rockbox, but dual boot does not work: it freezes after decrypting the OF. When Rockbox boots, it freezes somewhere between showing the logo and the main menu. And there's no driver for the touchpad. So lots of work left.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17809 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r-- | firmware/SOURCES | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES index 2e2559477f..4dca1c1563 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -481,6 +481,22 @@ target/arm/i2s-pp.c #endif /* SIMULATOR */ #endif /* PHILIPS_SA9200 */ +#ifdef PHILIPS_HDD1630 +#ifndef SIMULATOR +target/arm/ata-as-arm.S +target/arm/ata-pp5020.c +target/arm/wmcodec-pp.c +target/arm/i2s-pp.c +target/arm/adc-pp5020.c +target/arm/philips/hdd1630/backlight-hdd1630.c +target/arm/philips/hdd1630/button-hdd1630.c +target/arm/philips/hdd1630/lcd-hdd1630.c +target/arm/philips/hdd1630/power-hdd1630.c +target/arm/philips/hdd1630/powermgmt-hdd1630.c +target/arm/usb-fw-pp502x.c +#endif /* SIMULATOR */ +#endif /* PHILIPS_HDD1630 */ + #ifdef IAUDIO_X5 #ifndef SIMULATOR target/coldfire/ata-as-coldfire.S |