[PATCH 13/13] x86: coreboot: Show unimplemented sysinfo tags
Bin Meng
bmeng.cn at gmail.com
Mon Mar 20 09:19:38 CET 2023
On Tue, Feb 21, 2023 at 3:49 AM Simon Glass <sjg at chromium.org> wrote:
>
> Sometimes coreboot adds new tags that U-Boot does not know about. These
> are silently ignored, but it is useful to at least know what we are
> missing.
>
> Add a way to collect this information. For Brya it shows:
>
> Unimpl. 38 41 37 34 42 40
>
> These are:
>
> LB_TAG_PLATFORM_BLOB_VERSION
> LB_TAG_ACPI_CNVS
> LB_TAG_FMAP
> LB_TAG_VBOOT_WORKBUF
> LB_TAG_TYPE_C_INFO
> LB_TAG_BOARD_CONFIG
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> arch/x86/include/asm/cb_sysinfo.h | 6 ++++++
> arch/x86/lib/coreboot/cb_sysinfo.c | 2 ++
> cmd/x86/cbsysinfo.c | 8 ++++++++
> 3 files changed, 16 insertions(+)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list