From 1aa38118403015d8a8e6cfa6d319aad6cc0fe88a Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Wed, 25 Mar 2020 10:10:49 +0800 Subject: [PATCH] MLK-23675 configs: imx8: change CONFIG_IMX_VSERVICE_SHARED_BUFFER to 0x90400000 Change the buffer to use the real buffer, not vring space. Because we are going to let M4 publish the resource table into vring space for kernel usage. uboot will overwrite it, so use the real shared buffer space 0x90400000 Script: sed -i "s/CONFIG_IMX_VSERVICE_SHARED_BUFFER=0x90000000/CONFIG_IMX_VSERVICE_SHARED_BUFFER=0x90400000/" configs/* Signed-off-by: Peng Fan Reviewed-by: Ye Li (cherry picked from commit a996d907282746a4feca5a5c03f7e5326d9c1bda) (cherry picked from commit e6c873c5c61893aa6c9151921489d6dab5401907) --- configs/imx8dx_mek_defconfig | 2 +- configs/imx8dx_mek_fspi_defconfig | 2 +- configs/imx8qxp_mek_defconfig | 2 +- configs/imx8qxp_mek_fspi_defconfig | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/imx8dx_mek_defconfig b/configs/imx8dx_mek_defconfig index e872f9bc87..50818748b7 100644 --- a/configs/imx8dx_mek_defconfig +++ b/configs/imx8dx_mek_defconfig @@ -157,7 +157,7 @@ CONFIG_FASTBOOT_USB_DEV=1 CONFIG_SYS_I2C_IMX_VIRT_I2C=y CONFIG_I2C_MUX_IMX_VIRT=y -CONFIG_IMX_VSERVICE_SHARED_BUFFER=0x90000000 +CONFIG_IMX_VSERVICE_SHARED_BUFFER=0x90400000 CONFIG_BOOTAUX_RESERVED_MEM_BASE=0x88000000 CONFIG_BOOTAUX_RESERVED_MEM_SIZE=0x08000000 diff --git a/configs/imx8dx_mek_fspi_defconfig b/configs/imx8dx_mek_fspi_defconfig index 676094d385..80539b042a 100644 --- a/configs/imx8dx_mek_fspi_defconfig +++ b/configs/imx8dx_mek_fspi_defconfig @@ -162,7 +162,7 @@ CONFIG_FASTBOOT_USB_DEV=1 CONFIG_SYS_I2C_IMX_VIRT_I2C=y CONFIG_I2C_MUX_IMX_VIRT=y -CONFIG_IMX_VSERVICE_SHARED_BUFFER=0x90000000 +CONFIG_IMX_VSERVICE_SHARED_BUFFER=0x90400000 CONFIG_BOOTAUX_RESERVED_MEM_BASE=0x88000000 CONFIG_BOOTAUX_RESERVED_MEM_SIZE=0x08000000 diff --git a/configs/imx8qxp_mek_defconfig b/configs/imx8qxp_mek_defconfig index cb576d13e7..0294dcfac1 100644 --- a/configs/imx8qxp_mek_defconfig +++ b/configs/imx8qxp_mek_defconfig @@ -157,7 +157,7 @@ CONFIG_FASTBOOT_USB_DEV=1 CONFIG_SYS_I2C_IMX_VIRT_I2C=y CONFIG_I2C_MUX_IMX_VIRT=y -CONFIG_IMX_VSERVICE_SHARED_BUFFER=0x90000000 +CONFIG_IMX_VSERVICE_SHARED_BUFFER=0x90400000 CONFIG_BOOTAUX_RESERVED_MEM_BASE=0x88000000 CONFIG_BOOTAUX_RESERVED_MEM_SIZE=0x08000000 diff --git a/configs/imx8qxp_mek_fspi_defconfig b/configs/imx8qxp_mek_fspi_defconfig index fcc77310b7..39d162e93f 100644 --- a/configs/imx8qxp_mek_fspi_defconfig +++ b/configs/imx8qxp_mek_fspi_defconfig @@ -162,7 +162,7 @@ CONFIG_FASTBOOT_USB_DEV=1 CONFIG_SYS_I2C_IMX_VIRT_I2C=y CONFIG_I2C_MUX_IMX_VIRT=y -CONFIG_IMX_VSERVICE_SHARED_BUFFER=0x90000000 +CONFIG_IMX_VSERVICE_SHARED_BUFFER=0x90400000 CONFIG_BOOTAUX_RESERVED_MEM_BASE=0x88000000 CONFIG_BOOTAUX_RESERVED_MEM_SIZE=0x08000000 -- 2.17.1