forked from len0rd/rockbox
PNX0101 changes:
Make PNX0101-specific system.c and crt0.S. Add new register names from LPC2880 user manual. Add support for timer. Enable CPU frequency changing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12904 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7d9ff93b79
commit
cd630c9e0a
12 changed files with 795 additions and 127 deletions
|
@ -278,6 +278,9 @@ drivers/i2c-pnx0101.c
|
|||
#elif CONFIG_I2C == I2C_S3C2440
|
||||
/* no i2c driver yet */
|
||||
#endif
|
||||
#if CONFIG_CPU == PNX0101
|
||||
target/arm/system-pnx0101.c
|
||||
#endif
|
||||
#if defined(CPU_PP)
|
||||
#ifdef BOOTLOADER
|
||||
target/arm/crt0-pp-bl.S
|
||||
|
@ -286,6 +289,8 @@ target/arm/pcm-pp.c
|
|||
target/arm/audio-pp.c
|
||||
target/arm/crt0-pp.S
|
||||
#endif
|
||||
#elif CONFIG_CPU == PNX0101
|
||||
target/arm/crt0-pnx0101.S
|
||||
#elif defined(CPU_ARM)
|
||||
target/arm/crt0.S
|
||||
#endif /* defined(CPU_*) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue