u-boot/cmd/x86
Simon Glass 2f5210b703 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>
2023-05-11 10:25:29 +08:00
..
cbsysinfo.c x86: coreboot: Show unimplemented sysinfo tags 2023-05-11 10:25:29 +08:00
exception.c command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
fsp.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
hob.c x86: cmd: hob: Fix display of resource type for system memory 2021-08-02 15:11:41 +08:00
Makefile x86: Add a command to display coreboot sysinfo 2021-03-27 15:04:30 +13:00
mtrr.c mtrr: Don't show an invalid CPU number 2023-05-11 10:25:29 +08:00