From: Michal Simek <michal.simek@amd.com>
To: u-boot@lists.denx.de, git@xilinx.com
Cc: Ashok Reddy Soma <ashok.reddy.soma@amd.com>,
Martyn Welch <martyn.welch@collabora.com>,
Simon Glass <sjg@chromium.org>,
Tejas Bhumkar <tejas.arvind.bhumkar@amd.com>,
Tom Rini <trini@konsulko.com>,
Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
Subject: Re: [PATCH 1/3] xilinx: Enable SMBIOS command
Date: Fri, 7 Jun 2024 09:52:45 +0200 [thread overview]
Message-ID: <948f56e7-c0fc-491a-8364-0c1da24133ea@amd.com> (raw)
In-Reply-To: <8fc5eb2301e6d1f1851bbf5d175ad5770d7ece6f.1714138688.git.michal.simek@amd.com>
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@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
next prev parent reply other threads:[~2024-06-07 7:53 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-26 13:38 [PATCH 0/3] lib: smbios: Extend driver with using sysinfo driver Michal Simek
2024-04-26 13:38 ` [PATCH 1/3] xilinx: Enable SMBIOS command Michal Simek
2024-06-07 7:52 ` Michal Simek [this message]
2024-04-26 13:38 ` [PATCH 2/3] lib: smbios: Let detect the system via sysinfo Michal Simek
2024-06-10 15:03 ` Simon Glass
2024-04-26 13:38 ` [PATCH 3/3] lib: smbios: Detect system properties via SYSINFO IDs Michal Simek
2024-06-10 15:03 ` Simon Glass
2024-05-24 9:44 ` [PATCH 0/3] lib: smbios: Extend driver with using sysinfo driver Michal Simek
2024-05-24 10:07 ` Ilias Apalodimas
2024-06-07 7:53 ` Michal Simek
2024-06-10 15:03 ` Simon Glass
2024-06-20 8:51 ` Michal Simek
2024-06-20 19:57 ` Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=948f56e7-c0fc-491a-8364-0c1da24133ea@amd.com \
--to=michal.simek@amd.com \
--cc=ashok.reddy.soma@amd.com \
--cc=git@xilinx.com \
--cc=martyn.welch@collabora.com \
--cc=sjg@chromium.org \
--cc=tejas.arvind.bhumkar@amd.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=venkatesh.abbarapu@amd.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.