commit | b7f8badd7ad84eedb72622cc6d78bfaf405471f3 | [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 | 5478c58a8a7f14e8853ae9add842ea88409cfaa4 [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>