]> git.baikalelectronics.ru Git - uboot.git/commit
x86: coreboot: Show unimplemented sysinfo tags
authorSimon Glass <sjg@chromium.org>
Thu, 4 May 2023 22:55:06 +0000 (16:55 -0600)
committerBin Meng <bmeng@tinylab.org>
Thu, 11 May 2023 02:25:29 +0000 (10:25 +0800)
commit41998b00af7cc20b38dcdef71a20e603050e5433
treeaeb33d667c9b51a709028838dc1e6989aa6a2430
parent65db520da342bc0298cc4d7aabc3c01c7d48b633
x86: coreboot: Show unimplemented sysinfo tags

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@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/include/asm/cb_sysinfo.h
arch/x86/lib/coreboot/cb_sysinfo.c
cmd/x86/cbsysinfo.c