commit | 68e03ca21acf3192dd08e0617ea878949ea0e4dc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 15 18:00:21 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Sat Mar 27 13:59:59 2021 +1300 |
tree | 20942b44bffc986e359d260ad1a266d4bc45c703 | |
parent | f9f06e628e17b021bdd6786717b74f1751999abe [diff] |
x86: Move coreboot sysinfo parsing into generic x86 code It is useful to be able to parse coreboot tables on any x86 build which is booted from coreboot. Add a new Kconfig option to enable this feature and move the code so it can be used on any board, if enabled. Signed-off-by: Simon Glass <sjg@chromium.org>