mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
hw_pbxa9: provide 768 MB RAM
The previously used RAM 0x0..0x10000000 was just an alias for 0x70000000..0x80000000. Qemu provides up to of 768 MB RAM with the correct -m argument. This RAM is located at 0x70000000..0x90000000 and 0x20000000..0x30000000. At least the noux_tool_chain scripts are happy to have that much RAM. ref #964
This commit is contained in:
committed by
Norman Feske
parent
6e90f70ec2
commit
8d19aad601
@@ -24,8 +24,8 @@ namespace Genode
|
||||
enum
|
||||
{
|
||||
/* normal RAM */
|
||||
RAM_0_BASE = 0x00000000,
|
||||
RAM_0_SIZE = 0x10000000,
|
||||
RAM_0_BASE = 0x70000000,
|
||||
RAM_0_SIZE = 0x20000000,
|
||||
RAM_1_BASE = 0x20000000,
|
||||
RAM_1_SIZE = 0x10000000,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user