[PATCH 2/2] xilinx: mbv: Align smode_defconfig with upstream QEMU

Begari, Padmarao Padmarao.Begari at amd.com
Thu Nov 7 05:21:50 CET 2024


> From: Simek, Michal <michal.simek at amd.com>
> Sent: Friday, November 1, 2024 3:20 PM
> To: u-boot at lists.denx.de; git at xilinx.com
> Cc: Leo Yu-Chi Liang <ycliang at andestech.com>; Begari, Padmarao
> <Padmarao.Begari at amd.com>; Tom Rini <trini at konsulko.com>
> Subject: [PATCH 2/2] xilinx: mbv: Align smode_defconfig with upstream QEMU
> 
> Align smode defconfig with upstream QEMU. It could be the part of commit
> 9d688e6da5c9 ("riscv: mbv: Align DT with QEMU").
> 
> Signed-off-by: Michal Simek <michal.simek at amd.com>

Reviewed-by: Padmarao Begari <padmarao.begari at amd.com>

> ---
> 
>  configs/xilinx_mbv32_smode_defconfig | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/configs/xilinx_mbv32_smode_defconfig
> b/configs/xilinx_mbv32_smode_defconfig
> index 741724f3bdae..820681d505b7 100644
> --- a/configs/xilinx_mbv32_smode_defconfig
> +++ b/configs/xilinx_mbv32_smode_defconfig
> @@ -2,13 +2,13 @@ CONFIG_RISCV=y
>  CONFIG_SYS_MALLOC_LEN=0xe00000
>  CONFIG_NR_DRAM_BANKS=1
>  CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
> -CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x21200000
> +CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x81200000
>  CONFIG_ENV_SIZE=0x20000
>  CONFIG_DEFAULT_DEVICE_TREE="xilinx-mbv32"
> -CONFIG_SPL_STACK=0x20200000
> -CONFIG_SPL_BSS_START_ADDR=0x24000000
> +CONFIG_SPL_STACK=0x80200000
> +CONFIG_SPL_BSS_START_ADDR=0x84000000
>  CONFIG_SPL_BSS_MAX_SIZE=0x80000
> -CONFIG_SYS_LOAD_ADDR=0x20200000
> +CONFIG_SYS_LOAD_ADDR=0x80200000
>  CONFIG_SPL_SIZE_LIMIT=0x40000
>  CONFIG_SPL=y
>  CONFIG_DEBUG_UART_BASE=0x40600000
> @@ -16,12 +16,12 @@ CONFIG_DEBUG_UART_CLOCK=1000000
>  CONFIG_SYS_CLK_FREQ=100000000
>  CONFIG_BOOT_SCRIPT_OFFSET=0x0
>  CONFIG_TARGET_XILINX_MBV=y
> -CONFIG_SPL_OPENSBI_LOAD_ADDR=0x20100000
> +CONFIG_SPL_OPENSBI_LOAD_ADDR=0x80100000
>  CONFIG_RISCV_SMODE=y
>  # CONFIG_SPL_SMP is not set
>  CONFIG_REMAKE_ELF=y
>  CONFIG_FIT=y
> -CONFIG_SPL_LOAD_FIT_ADDRESS=0x20200000
> +CONFIG_SPL_LOAD_FIT_ADDRESS=0x80200000
>  CONFIG_DISTRO_DEFAULTS=y
>  CONFIG_DISPLAY_CPUINFO=y
>  CONFIG_DISPLAY_BOARDINFO=y
> --
> 2.43.0



More information about the U-Boot mailing list