mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Beginning of an M:Robe 500i port. Currently only in the bootloader stage. Needs another piece of code to start the boot process - will be in the wiki.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14763 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a80c0e8b83
commit
7b97fe21c0
34 changed files with 2651 additions and 93 deletions
|
@ -588,6 +588,24 @@ target/arm/s3c2440/gigabeat-fx/pcm-meg-fx.c
|
|||
#endif /* SIMULATOR */
|
||||
#endif /* GIGABEAT_F */
|
||||
|
||||
#ifdef MROBE_500
|
||||
#ifndef SIMULATOR
|
||||
target/arm/olympus/mrobe-500/adc-mr500.c
|
||||
target/arm/olympus/mrobe-500/ata-mr500.c
|
||||
target/arm/olympus/mrobe-500/backlight-mr500.c
|
||||
target/arm/olympus/mrobe-500/button-mr500.c
|
||||
target/arm/olympus/mrobe-500/kernel-mr500.c
|
||||
target/arm/olympus/mrobe-500/lcd-mr500.c
|
||||
target/arm/olympus/mrobe-500/power-mr500.c
|
||||
target/arm/olympus/mrobe-500/system-mr500.c
|
||||
target/arm/olympus/mrobe-500/timer-mr500.c
|
||||
target/arm/olympus/mrobe-500/usb-mr500.c
|
||||
#ifndef BOOTLOADER
|
||||
|
||||
#endif
|
||||
#endif /* SIMULATOR */
|
||||
#endif /* MROBE_500 */
|
||||
|
||||
#ifdef ELIO_TPJ1022
|
||||
#ifndef SIMULATOR
|
||||
target/arm/ata-as-arm.S
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue