commit | 02c512099a23837df83bc54db72508a4d98d0127 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 15 18:00:23 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Sat Mar 27 15:04:29 2021 +1300 |
tree | f6b0fe28d2ff03e1ec7472f23482dbb4ed320478 | |
parent | 0b24b124f85e93fa23edc1fb5192a218c7d14355 [diff] |
x86: Allow installing an e820 when booting from coreboot Move this code into a generic location so that it can be used by other x86 boards which want to boot from coreboot. Also ensure that this is called if booting from coreboot. Signed-off-by: Simon Glass <sjg@chromium.org>