mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
hw: add CSU I/O memory to core's memory regions
The central security regions has to be mapped when starting the hw-kernel on the i.MX53 and using the TrustZone mechanisms. Ref #1182
This commit is contained in:
committed by
Norman Feske
parent
7ca56e3fc4
commit
7b5237f9ff
@@ -103,6 +103,9 @@ namespace Genode
|
||||
IIM_BASE = 0x63f98000,
|
||||
IIM_SIZE = 0x00004000,
|
||||
|
||||
CSU_BASE = 0x63f9c000,
|
||||
CSU_SIZE = 0x00001000,
|
||||
|
||||
M4IF_BASE = 0x63fd8000,
|
||||
M4IF_SIZE = 0x00001000,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user