Skip to content

Commit

Permalink
qemu_v8: S-EL2 SPMC manifest add NS mem node
Browse files Browse the repository at this point in the history
Hafnium needs description for secure and non-secure system memory ranges
in the SPMC manifest.

Signed-off-by: Olivier Deprez <[email protected]>
Signed-off-by: Jens Wiklander <[email protected]>
Acked-by: Jerome Forissier <[email protected]>
  • Loading branch information
odeprez authored and jforissier committed Dec 7, 2023
1 parent 3512a6b commit 481cf34
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion qemu_v8/spmc_el2_manifest.dts
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,14 @@
};

/* VIRT_SECURE_MEM */
memory@e000000 {
memory@0 {
device_type = "memory";
reg = <0x0 0xe000000 0x1000000>;
};

/* NS memory */
memory@1 {
device_type = "ns-memory";
reg = <0x0 0x40000000 0x80000000>;
};
};

0 comments on commit 481cf34

Please sign in to comment.