merge a big part of the unofficial gigabeat cvs back. Includes working bootloader and rockbox with audio.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11850 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marcoen Hirschberg 2006-12-29 02:49:12 +00:00
parent 995a804def
commit 295367686e
31 changed files with 1506 additions and 196 deletions

View file

@ -36,6 +36,11 @@ OUTPUT_FORMAT(elf32-sh)
#define DRAMORIG 0xc00000 + STUBOFFSET
#define IRAMORIG 0x407000
#define IRAMSIZE 0x9000
#elif CONFIG_CPU == S3C2440
#define DRAMORIG 0x100 + STUBOFFSET
#define IRAMORIG DRAMORIG
#define IRAMSIZE 4K
#define IRAM DRAM
#else
#define DRAMORIG 0x09000000 + STUBOFFSET
#endif
@ -73,7 +78,7 @@ SECTIONS
.text :
{
*(.text*)
#if defined(CPU_PP) || (CONFIG_CPU==PNX0101)
#ifdef CPU_ARM
*(.glue_7)
*(.glue_7t)
#endif