Signed-off-by: Andrea Bastoni <[email protected]>
---
configs/arm64/zynqmp-zcu102.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/configs/arm64/zynqmp-zcu102.c b/configs/arm64/zynqmp-zcu102.c
index 492dc566..cdff3ef2 100644
--- a/configs/arm64/zynqmp-zcu102.c
+++ b/configs/arm64/zynqmp-zcu102.c
@@ -45,6 +45,12 @@ struct {
.pci_mmconfig_end_bus = 0,
.pci_is_virtual = 1,
.pci_domain = -1,
+ .color = {
+ /* in debug mode, the way_size is autodetected
+ * if it is not specified */
+ /* .way_size = 0x10000, */
+ .root_map_offset = 0x0C000000000,
+ },
.iommu_units = {
{
.type = JAILHOUSE_IOMMU_ARM_MMU500,
--
2.29.2
--
You received this message because you are subscribed to the Google Groups
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jailhouse-dev/20210125120044.56794-9-andrea.bastoni%40tum.de.