commit | 0be10ee373eab34064e728756de0005c5b71433b | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Mon Dec 14 12:06:24 2020 +0000 |
committer | Andre Przywara <andre.przywara@arm.com> | Fri Mar 26 10:19:27 2021 +0000 |
tree | 5685af49c44c7c1048bcbdc160de22c2157fd957 | |
parent | 26123ca35313426b2f88a5983e5e69173d1d62d0 [diff] |
allwinner: H616: Add reserved-memory node to DT When the BL31 for the Allwinner H616 runs in DRAM, we need to make sure we tell the non-secure world about the memory region it uses. Add a reserved-memory node to the DT, which covers the area that BL31 could occupy. The "no-map" property will prevent OSes from mapping the area, so there would be no speculative accesses. Change-Id: I808f3e1a8089da53bbe4fc6435a808e9159831e1 Signed-off-by: Andre Przywara <andre.przywara@arm.com>