MLK-16149 arm64: dts: imx8qm/qxp: Remove memory reserve entry for M4 and ATF
authorYe Li <ye.li@nxp.com>
Mon, 7 Aug 2017 06:00:15 +0000 (01:00 -0500)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:36:23 +0000 (15:36 -0500)
Since u-boot will process the owned memory in current partition and modify
the DTB memory nodes for kernel at runtime, no need to set the first 128MB memory
as "memreserve" in DTS.

ATF: 0x80000000 -- 0x801fffff.
 - This area will be cleaned out of available memory by u-boot.

M4:  0x88000000 -- 0x8fffffff.
 - A memory reserve entry will be added to DTB by u-boot.

Signed-off-by: Ye Li <ye.li@nxp.com>
arch/arm64/boot/dts/freescale/fsl-imx8qm-lpddr4-arm2.dts
arch/arm64/boot/dts/freescale/fsl-imx8qxp-lpddr4-arm2.dts
arch/arm64/boot/dts/freescale/fsl-imx8qxp-mek.dts

index 29cbb0f..e3a2204 100644 (file)
 
 /dts-v1/;
 
-/* First 128KB is for PSCI ATF. */
-/* Last 127M is for M4/RPMSG */
-/memreserve/ 0x80000000 0x08000000;
-
 #include "fsl-imx8qm.dtsi"
 
 / {
index 935823c..33df177 100644 (file)
 
 /dts-v1/;
 
-/* First 128KB is for PSCI ATF. */
-/* Last 127M is for M4/RPMSG */
-/memreserve/ 0x80000000 0x08000000;
-
 #include "fsl-imx8qxp.dtsi"
 
 / {
index f5a8643..6a609d7 100644 (file)
 
 /dts-v1/;
 
-/* First 128KB is for PSCI ATF. */
-/* Last 127M is for M4/RPMSG */
-/memreserve/ 0x80000000 0x08000000;
-
 #include "fsl-imx8qxp.dtsi"
 
 / {