commit | 0de9c37004237822bdefd3b71e30ad6ff17473dc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 10 21:15:21 2021 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Thu Jul 15 19:56:16 2021 +0800 |
tree | b190ada0a662ab994fe99f46e6f4a49e7497e061 | |
parent | 42220074106b434bca5310155762fd98d45511b6 [diff] |
x86: Ensure the e820 map is installed in all cases This is a revert of a recent logic change in setup_zimage(). We do actually need to install this information always. Change it to install from the Coreboot tables if available, else the normal source. Fixes: e7bae8283fe ("x86: Allow installing an e820 when booting from coreboot") Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>