[PATCH 22/34] x86: coreboot: Update parsing of the latest sysinfo

Simon Glass sjg at chromium.org
Sat Mar 27 04:18:16 CET 2021


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 at 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!


More information about the U-Boot mailing list