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:
Stefan Kalkowski
2014-07-08 15:46:53 +02:00
committed by Norman Feske
parent c5380674df
commit 609f7abb0a
14 changed files with 55 additions and 82 deletions

View File

@ -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,
};