Initial commit for the "Lyre prototype 1" port by Jorge Pinto from FS#10045.
commit0a10ed0aa6838ce99afcd9dd887e14fa9564f5bf
authorbagder <bagder@a1c6a512-1295-4272-9138-f99709370657>
Mon, 30 Mar 2009 12:20:47 +0000 (30 12:20 +0000)
committerbagder <bagder@a1c6a512-1295-4272-9138-f99709370657>
Mon, 30 Mar 2009 12:20:47 +0000 (30 12:20 +0000)
treecabc0667fa7293148bb0aabf5af235c7135c8526
parente47122123c8f6893e6e4cd720e5115d31389b3c0
Initial commit for the "Lyre prototype 1" port by Jorge Pinto from FS#10045.
Bootloader builds, normal does not.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20574 a1c6a512-1295-4272-9138-f99709370657
24 files changed:
bootloader/SOURCES
bootloader/lyre_proto1.c [new file with mode: 0644]
firmware/SOURCES
firmware/export/at91sam9260.h [new file with mode: 0644]
firmware/export/config-lyre_proto1.h [new file with mode: 0644]
firmware/export/config.h
firmware/target/arm/at91sam/boot.lds [new file with mode: 0644]
firmware/target/arm/at91sam/lyre_proto1/adc-lyre_proto1.c [new file with mode: 0644]
firmware/target/arm/at91sam/lyre_proto1/adc-target.h [new file with mode: 0644]
firmware/target/arm/at91sam/lyre_proto1/backlight-lyre_proto1.c [new file with mode: 0644]
firmware/target/arm/at91sam/lyre_proto1/backlight-target.h [new file with mode: 0644]
firmware/target/arm/at91sam/lyre_proto1/button-lyre_proto1.c [new file with mode: 0644]
firmware/target/arm/at91sam/lyre_proto1/button-target.h [new file with mode: 0644]
firmware/target/arm/at91sam/lyre_proto1/crt0.S [new file with mode: 0644]
firmware/target/arm/at91sam/lyre_proto1/debug-lyre_proto1.c [new file with mode: 0644]
firmware/target/arm/at91sam/lyre_proto1/debug-target.h [new file with mode: 0644]
firmware/target/arm/at91sam/lyre_proto1/kernel-lyre_proto1.c [new file with mode: 0644]
firmware/target/arm/at91sam/lyre_proto1/lcd-lyre_proto1.c [new file with mode: 0644]
firmware/target/arm/at91sam/lyre_proto1/lcd-target.h [new file with mode: 0644]
firmware/target/arm/at91sam/lyre_proto1/system-lyre_proto1.c [new file with mode: 0644]
firmware/target/arm/at91sam/lyre_proto1/system-target.h [new file with mode: 0644]
firmware/target/arm/at91sam/lyre_proto1/timer-lyre_proto1.c [new file with mode: 0644]
firmware/target/arm/at91sam/lyre_proto1/timer-target.h [new file with mode: 0644]
tools/configure