mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Add cleaned-up xDuoo X3 support
Cleaned up, rebased, and forward-ported from the xvortex fork. (original credit to vsoftster@gmail.com) Change-Id: Ibcc023a0271ea81e901450a88317708c2683236d Signed-off-by: Solomon Peachy <pizza@shaftnet.org>
This commit is contained in:
parent
b3e2bd619b
commit
0662793ca0
114 changed files with 17348 additions and 101 deletions
|
|
@ -163,8 +163,14 @@ OUTPUT_FORMAT(elf32-littlemips)
|
|||
#define IRAMORIG (0x00000000 + (56*1024))
|
||||
#define IRAMSIZE (200*1024)
|
||||
|
||||
#elif CONFIG_CPU == JZ4732
|
||||
#define DRAMORIG 0x80004000 + STUBOFFSET
|
||||
#elif CONFIG_CPU == JZ4732 || CONFIG_CPU == JZ4760B
|
||||
#undef STUBOFFSET
|
||||
#ifdef DEBUG
|
||||
#define STUBOFFSET 0x14000
|
||||
#else
|
||||
#define STUBOFFSET 0x4000
|
||||
#endif
|
||||
#define DRAMORIG 0x80000000 + STUBOFFSET
|
||||
#define IRAM DRAM
|
||||
#define IRAMSIZE 0
|
||||
/* The bit of IRAM that is available is used in the core */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue