commit | 1058ab37f7176370e835d53299c2ae44437925e3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 15 18:00:22 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Sat Mar 27 13:59:59 2021 +1300 |
tree | 6fa16ea509e49648be40eb63f69d1a8bf2b6e0ef | |
parent | 68e03ca21acf3192dd08e0617ea878949ea0e4dc [diff] |
x86: coreboot: Update parsing of the latest sysinfo 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>