forked from len0rd/rockbox
Philips GoGear SA9200 port. Working bootloader and normal builds, including sound. No touchpad now, buttons limited to using vol+/vol-/power for up/down/select. Rockbox USB is enabled since the OF is MTP only...read the warnings on the PortalPlayerUsb wiki page.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17591 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4c99f9a749
commit
b4275d4941
30 changed files with 1543 additions and 45 deletions
|
|
@ -118,7 +118,7 @@ drivers/ata_flash.c
|
|||
drivers/ata.c
|
||||
#endif /* HAVE_MMC */
|
||||
drivers/fat.c
|
||||
#ifdef HAVE_HOTSWAP
|
||||
#if defined(HAVE_HOTSWAP) || defined(HAVE_ATA_SD)
|
||||
hotswap.c
|
||||
#endif
|
||||
#endif /* SIMULATOR */
|
||||
|
|
@ -467,6 +467,20 @@ target/arm/sandisk/audio-c200_e200.c
|
|||
#endif /* SIMULATOR */
|
||||
#endif /* SANSA_C200 */
|
||||
|
||||
#ifdef PHILIPS_SA9200
|
||||
#ifndef SIMULATOR
|
||||
target/arm/ata-sd-pp.c
|
||||
target/arm/philips/sa9200/lcd-sa9200.c
|
||||
target/arm/adc-as3514.c
|
||||
target/arm/philips/sa9200/backlight-sa9200.c
|
||||
target/arm/usb-fw-pp502x.c
|
||||
target/arm/philips/sa9200/button-sa9200.c
|
||||
target/arm/philips/sa9200/power-sa9200.c
|
||||
target/arm/philips/sa9200/powermgmt-sa9200.c
|
||||
target/arm/i2s-pp.c
|
||||
#endif /* SIMULATOR */
|
||||
#endif /* PHILIPS_SA9200 */
|
||||
|
||||
#ifdef IAUDIO_X5
|
||||
#ifndef SIMULATOR
|
||||
target/coldfire/ata-as-coldfire.S
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue