[PATCH 1/3] xilinx: Enable SMBIOS command
Michal Simek
michal.simek at amd.com
Fri Jun 7 09:52:45 CEST 2024
On 4/26/24 15:38, Michal Simek wrote:
> It is good to be aware what information is shared via smbios interface
> that's why enable it by default.
>
> Signed-off-by: Michal Simek <michal.simek at amd.com>
> ---
>
> configs/xilinx_versal_net_virt_defconfig | 1 +
> configs/xilinx_versal_virt_defconfig | 1 +
> configs/xilinx_zynqmp_kria_defconfig | 1 +
> configs/xilinx_zynqmp_virt_defconfig | 1 +
> 4 files changed, 4 insertions(+)
>
> diff --git a/configs/xilinx_versal_net_virt_defconfig b/configs/xilinx_versal_net_virt_defconfig
> index d9e2e050ceb6..3c7e37d7c81d 100644
> --- a/configs/xilinx_versal_net_virt_defconfig
> +++ b/configs/xilinx_versal_net_virt_defconfig
> @@ -26,6 +26,7 @@ CONFIG_BOARD_EARLY_INIT_F=y
> CONFIG_BOARD_EARLY_INIT_R=y
> CONFIG_CLOCKS=y
> CONFIG_SYS_PROMPT="Versal NET> "
> +CONFIG_CMD_SMBIOS=y
> CONFIG_CMD_BOOTMENU=y
> CONFIG_CMD_GREPENV=y
> CONFIG_CMD_NVEDIT_EFI=y
> diff --git a/configs/xilinx_versal_virt_defconfig b/configs/xilinx_versal_virt_defconfig
> index 95a671db363e..b7c3a4f96416 100644
> --- a/configs/xilinx_versal_virt_defconfig
> +++ b/configs/xilinx_versal_virt_defconfig
> @@ -28,6 +28,7 @@ CONFIG_SYS_PBSIZE=2073
> CONFIG_BOARD_EARLY_INIT_R=y
> CONFIG_CLOCKS=y
> CONFIG_SYS_PROMPT="Versal> "
> +CONFIG_CMD_SMBIOS=y
> CONFIG_CMD_BOOTMENU=y
> CONFIG_CMD_GREPENV=y
> CONFIG_CMD_NVEDIT_EFI=y
> diff --git a/configs/xilinx_zynqmp_kria_defconfig b/configs/xilinx_zynqmp_kria_defconfig
> index 7af8b27be931..41798ace6bc9 100644
> --- a/configs/xilinx_zynqmp_kria_defconfig
> +++ b/configs/xilinx_zynqmp_kria_defconfig
> @@ -54,6 +54,7 @@ CONFIG_SPL_SPI_LOAD=y
> CONFIG_SYS_SPI_U_BOOT_OFFS=0x80000
> CONFIG_SPL_ATF=y
> CONFIG_SPL_ATF_NO_PLATFORM_PARAM=y
> +CONFIG_CMD_SMBIOS=y
> CONFIG_CMD_BOOTMENU=y
> CONFIG_CMD_GREPENV=y
> CONFIG_CMD_NVEDIT_EFI=y
> diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig
> index 296adf066b10..772209dd6b1e 100644
> --- a/configs/xilinx_zynqmp_virt_defconfig
> +++ b/configs/xilinx_zynqmp_virt_defconfig
> @@ -52,6 +52,7 @@ CONFIG_SPL_SPI_LOAD=y
> CONFIG_SYS_SPI_U_BOOT_OFFS=0x100000
> CONFIG_SPL_ATF=y
> CONFIG_SPL_ATF_NO_PLATFORM_PARAM=y
> +CONFIG_CMD_SMBIOS=y
> CONFIG_CMD_BOOTMENU=y
> CONFIG_CMD_THOR_DOWNLOAD=y
> CONFIG_THOR_RESET_OFF=y
This patch is independent of the series that's why I applied only this patch.
Thanks,
Michal
More information about the U-Boot
mailing list