forked from len0rd/rockbox
FS#6554. Move bootloader code into a common file. Only PortalPlayer devices (iPods, H10, Sansa) are affected for the moment. Someone with access to (and no fear of bricking) an X5, H100, H300 and Gigabeat should try to adapt those bootloaders to also use the code in common.c. The (non-working) patch in the tracker would be a good place to start with this.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12136 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6c3a446435
commit
84b509dc43
7 changed files with 364 additions and 421 deletions
|
|
@ -20,6 +20,8 @@
|
|||
#define __PP5020_H__
|
||||
|
||||
/* All info gleaned and/or copied from the iPodLinux project. */
|
||||
#define DRAM_START 0x10000000
|
||||
|
||||
#define CPU_CTL (*(volatile unsigned long *)(0x60007000))
|
||||
#define COP_CTL (*(volatile unsigned long *)(0x60007004))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue