mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-23 17:17:38 +00:00
hw: map a dataspace in core according to its flags
Thereby removing obsolete quirk for uncached CPU state dataspace in VM session. Fixes #1198
This commit is contained in:
committed by
Norman Feske
parent
c5380674df
commit
609f7abb0a
@ -28,8 +28,6 @@ namespace Trustzone
|
||||
*/
|
||||
SECURE_RAM_BASE = Genode::Board_base::RAM0_BASE,
|
||||
SECURE_RAM_SIZE = 256 * 1024 * 1024,
|
||||
VM_STATE_BASE = SECURE_RAM_BASE + SECURE_RAM_SIZE,
|
||||
VM_STATE_SIZE = 1 << 20,
|
||||
NONSECURE_RAM_BASE = Genode::Board_base::RAM1_BASE,
|
||||
NONSECURE_RAM_SIZE = Genode::Board_base::RAM1_SIZE,
|
||||
};
|
||||
|
Reference in New Issue
Block a user