]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
spm: remove device-memory node from SPMC manifests
authorOlivier Deprez <olivier.deprez@arm.com>
Tue, 10 Nov 2020 16:50:43 +0000 (17:50 +0100)
committerOlivier Deprez <olivier.deprez@arm.com>
Tue, 8 Dec 2020 12:35:28 +0000 (13:35 +0100)
The PVM concept is removed from the SPMC so the device-memory
node which is specifying the device memory range for the PVM
is no longer applicable.

Signed-off-by: Olivier Deprez <olivier.deprez@arm.com>
Change-Id: If0cb956e0197028b24ecb78952c66ec454904516

plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts
plat/arm/board/fvp/fdts/fvp_spmc_optee_sp_manifest.dts

index 8b9c281e2c1e76247275fa5c2f41a919c38a2faf..32549a0e1bf0dd8291d10afb13dae6abb948d3c1 100644 (file)
                CPU_1
        };
 
-       device-memory@0 {
-               device_type = "device-memory";
-               reg = <0x0 0x0 0x6000000 0x0 0x8000000 0x78000000>;
-       };
-
        memory@6000000 {
                device_type = "memory";
                reg = <0x0 0x6000000 0x2000000>; /* Trusted DRAM */
index 266adfc2bbd3878b93a8c0b8b94e20e0be44de33..e59acb3ba6b0062f54105624b7b300605725707e 100644 (file)
                CPU_1
        };
 
-       device-memory@0 {
-               device_type = "device-memory";
-               reg = <0x0 0x0 0x6000000 0x0 0x8000000 0x78000000>;
-       };
-
        memory@6000000 {
                device_type = "memory";
                reg = <0x0 0x6000000 0x2000000>; /* Trusted DRAM */