
27 Mar
2021
27 Mar
'21
4:18 a.m.
Quite a few new tag types have been added over the years. Bring these into U-Boot so that all required tags can be parsed.
Add a proper comment to struct sysinfo_t while we are here, since many of the meanings are not obvious.
Signed-off-by: Simon Glass sjg@chromium.org ---
arch/x86/include/asm/cb_sysinfo.h | 164 +++++++++++++++- arch/x86/include/asm/coreboot_tables.h | 161 +++++++++++++--- arch/x86/lib/coreboot/cb_sysinfo.c | 257 ++++++++++++++++++++++--- 3 files changed, 525 insertions(+), 57 deletions(-)
Applied to u-boot-dm/next, thanks!