All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] amd: versal2: Enable SMBIOS command
@ 2025-04-10  7:35 Michal Simek
  2025-04-16 11:34 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2025-04-10  7:35 UTC (permalink / raw)
  To: u-boot, git; +Cc: Prasad Kummari, Tom Rini, Venkatesh Yadav Abbarapu

Enabel SMBIOS command as was done by commit aa815e6c7603 ("xilinx: Enable
SMBIOS command") for our other platforms.

Signed-off-by: Michal Simek <michal.simek@amd.com>
---

 configs/amd_versal2_virt_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/amd_versal2_virt_defconfig b/configs/amd_versal2_virt_defconfig
index e19d0b5596ab..d722f3c811b4 100644
--- a/configs/amd_versal2_virt_defconfig
+++ b/configs/amd_versal2_virt_defconfig
@@ -25,6 +25,7 @@ CONFIG_SYS_PBSIZE=2073
 CONFIG_BOARD_EARLY_INIT_R=y
 CONFIG_CLOCKS=y
 CONFIG_SYS_PROMPT="versal2> "
+CONFIG_CMD_SMBIOS=y
 CONFIG_CMD_BOOTMENU=y
 CONFIG_CMD_GREPENV=y
 CONFIG_CMD_NVEDIT_EFI=y
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] amd: versal2: Enable SMBIOS command
  2025-04-10  7:35 [PATCH] amd: versal2: Enable SMBIOS command Michal Simek
@ 2025-04-16 11:34 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2025-04-16 11:34 UTC (permalink / raw)
  To: u-boot, git; +Cc: Prasad Kummari, Tom Rini, Venkatesh Yadav Abbarapu



On 4/10/25 09:35, Michal Simek wrote:
> Enabel SMBIOS command as was done by commit aa815e6c7603 ("xilinx: Enable
> SMBIOS command") for our other platforms.
> 
> Signed-off-by: Michal Simek <michal.simek@amd.com>
> ---
> 
>   configs/amd_versal2_virt_defconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/configs/amd_versal2_virt_defconfig b/configs/amd_versal2_virt_defconfig
> index e19d0b5596ab..d722f3c811b4 100644
> --- a/configs/amd_versal2_virt_defconfig
> +++ b/configs/amd_versal2_virt_defconfig
> @@ -25,6 +25,7 @@ CONFIG_SYS_PBSIZE=2073
>   CONFIG_BOARD_EARLY_INIT_R=y
>   CONFIG_CLOCKS=y
>   CONFIG_SYS_PROMPT="versal2> "
> +CONFIG_CMD_SMBIOS=y
>   CONFIG_CMD_BOOTMENU=y
>   CONFIG_CMD_GREPENV=y
>   CONFIG_CMD_NVEDIT_EFI=y

Applied.
M

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-04-16 11:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-10  7:35 [PATCH] amd: versal2: Enable SMBIOS command Michal Simek
2025-04-16 11:34 ` Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.