mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-26 23:04:50 +00:00
Merge "fix(ff-a): add NS memory node to fvp_spmc_optee_sp manifest" into integration
This commit is contained in:
commit
eabcde257f
1 changed files with 8 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
||||||
/ {
|
/ {
|
||||||
compatible = "arm,ffa-core-manifest-1.0";
|
compatible = "arm,ffa-core-manifest-1.0";
|
||||||
#address-cells = <2>;
|
#address-cells = <2>;
|
||||||
#size-cells = <1>;
|
#size-cells = <2>;
|
||||||
|
|
||||||
attribute {
|
attribute {
|
||||||
spmc_id = <0x8000>;
|
spmc_id = <0x8000>;
|
||||||
|
@ -59,6 +59,12 @@
|
||||||
|
|
||||||
memory@6000000 {
|
memory@6000000 {
|
||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
reg = <0x0 0x6000000 0x2000000>; /* Trusted DRAM */
|
reg = <0x0 0x6000000 0x0 0x2000000>; /* Trusted DRAM */
|
||||||
|
};
|
||||||
|
|
||||||
|
memory@1 {
|
||||||
|
device_type = "ns-memory";
|
||||||
|
reg = <0x00008800 0x80000000 0x0 0x7f000000>,
|
||||||
|
<0x0 0x88000000 0x0 0x10000000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue