commit | 9a01fd99770ae5e5add0be3c66eb1ee9622bb9ba | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 15 18:00:18 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Sat Mar 27 13:59:37 2021 +1300 |
tree | 1d8fb0c753f02b03e304c1b45d0be213a9b3349b | |
parent | 7907c4befc753b5cbae8697e32c7694bbb4ab858 [diff] |
x86: Make coreboot sysinfo available to any x86 board It is possible to boot U-Boot for chromebook_coral either 'bare metal' or from coreboot. In the latter case we want to provide access to the coreboot sysinfo tables. Move the definitions into a file available to any x86 board. Signed-off-by: Simon Glass <sjg@chromium.org>