[PATCH 07/12] cmd/cbsysinfo: Allow on ARM as well
Tom Rini
trini at konsulko.com
Fri Feb 21 02:07:21 CET 2025
On Thu, Feb 20, 2025 at 12:58:49PM -0800, Stephen Boyd wrote:
> This command isn't x86 specific. Move it up one level so that it can be
> used on a platform that can find the coreboot table, i.e. x86 or ARM.
>
> Signed-off-by: Stephen Boyd <swboyd at chromium.org>
> ---
> cmd/Kconfig | 2 +-
> cmd/Makefile | 1 +
> cmd/{x86 => }/cbsysinfo.c | 0
> cmd/x86/Makefile | 1 -
> 4 files changed, 2 insertions(+), 2 deletions(-)
> rename cmd/{x86 => }/cbsysinfo.c (100%)
>
> diff --git a/cmd/Kconfig b/cmd/Kconfig
> index 864b6d464ba0..0f456e3b95a2 100644
> --- a/cmd/Kconfig
> +++ b/cmd/Kconfig
> @@ -2898,7 +2898,7 @@ menu "Debug commands"
>
> config CMD_CBSYSINFO
> bool "cbsysinfo"
> - depends on X86
> + depends on X86 || (ARM && SYS_COREBOOT)
> default y if SYS_COREBOOT
> help
> This provides information about the coreboot sysinfo table stored in
Maybe just depends on SYS_COREBOOT and default y?
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20250220/a32ae8fd/attachment.sig>
More information about the U-Boot
mailing list