mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 21:25:19 -05:00
Gigabeat S: Move the LCD framebuffer address so that DRAM can be mapped flat between physical and virtual addresses. NO BOOTLOADER UPDATE SHOULD BE NEEDED. The firmware image now handles low-level system setup as well.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19935 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f747d9d39e
commit
4d3a020f27
6 changed files with 36 additions and 27 deletions
|
|
@ -34,7 +34,8 @@ STARTUP(target/arm/imx31/crt0.o)
|
|||
MEMORY
|
||||
{
|
||||
DRAM : ORIGIN = DRAMORIG, LENGTH = DRAMSIZE
|
||||
DEVBSS : ORIGIN = 0x80100000 + FRAME_SIZE, LENGTH = 0x100000 - FRAME_SIZE - TTB_SIZE
|
||||
DEVBSS : ORIGIN = CSD0_BASE_ADDR + (MEMORYSIZE * 0x100000 - 0x100000), \
|
||||
LENGTH = 0x100000 - FRAME_SIZE - TTB_SIZE
|
||||
}
|
||||
|
||||
SECTIONS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue