My Devcon 2008 contribution: port for Philips GoGear HDD1630 (PP5022-based). Current...
commit15a57fb685992ab5c37b01c79013eb5e5a4bf664
authorlowlight <lowlight@a1c6a512-1295-4272-9138-f99709370657>
Fri, 27 Jun 2008 18:40:25 +0000 (27 18:40 +0000)
committerlowlight <lowlight@a1c6a512-1295-4272-9138-f99709370657>
Fri, 27 Jun 2008 18:40:25 +0000 (27 18:40 +0000)
treecdecc7a9f0db0b41d7ac55680c2b3b2212ab4dda
parentcafa07e2dbf55627904d2c9584b4d05990413dbf
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
20 files changed:
apps/SOURCES
apps/debug_menu.c
apps/keymaps/keymap-hdd1630.c [new file with mode: 0755]
bootloader/SOURCES
bootloader/main-pp.c
firmware/SOURCES
firmware/export/config-hdd1630.h [new file with mode: 0755]
firmware/export/config.h
firmware/export/usb.h
firmware/target/arm/philips/hdd1630/adc-target.h [new file with mode: 0644]
firmware/target/arm/philips/hdd1630/backlight-hdd1630.c [new file with mode: 0755]
firmware/target/arm/philips/hdd1630/backlight-target.h [new file with mode: 0755]
firmware/target/arm/philips/hdd1630/button-hdd1630.c [new file with mode: 0755]
firmware/target/arm/philips/hdd1630/button-target.h [new file with mode: 0755]
firmware/target/arm/philips/hdd1630/lcd-hdd1630.c [new file with mode: 0755]
firmware/target/arm/philips/hdd1630/power-hdd1630.c [new file with mode: 0755]
firmware/target/arm/philips/hdd1630/powermgmt-hdd1630.c [new file with mode: 0644]
firmware/target/arm/usb-fw-pp502x.c
tools/configure
tools/scramble.c