mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
fix(fvp): added ranges for linux
This extends the SPM's NS ranges for linux to do the RXTX map. Signed-off-by: J-Alves <joao.alves@arm.com> Change-Id: I99b4f2c0355edb88be2484b445b97701e166cbfd
This commit is contained in:
parent
09a1cc2a0b
commit
b7491c77d7
1 changed files with 3 additions and 2 deletions
|
@ -92,8 +92,9 @@
|
|||
|
||||
memory@1 {
|
||||
device_type = "ns-memory";
|
||||
reg = <0x00008800 0x80000000 0x0 0x7f000000>,
|
||||
<0x0 0x88000000 0x0 0x10000000>;
|
||||
reg = <0x0 0x80000000 0x0 0x7c000000>,
|
||||
<0x8 0x80000000 0x1 0x80000000>,
|
||||
<0x00008800 0x80000000 0x0 0x7f000000>;
|
||||
};
|
||||
|
||||
memory@2 {
|
||||
|
|
Loading…
Add table
Reference in a new issue