Re: [PATCH] x86: Ensure the e820 map is installed in all cases

2021-08-10 Thread Christian Melki
Simon. Sorry for the late reply. Tested on Virtualbox and on real hardware (DFI GHF51). Works for me. On 7/11/21 5:15 AM, Simon Glass wrote: > 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 Core

Re: [PATCH] x86: Ensure the e820 map is installed in all cases

2021-07-15 Thread Bin Meng
On Thu, Jul 15, 2021 at 7:54 PM Bin Meng wrote: > > On Sun, Jul 11, 2021 at 11:15 AM Simon Glass wrote: > > > > 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,

Re: [PATCH] x86: Ensure the e820 map is installed in all cases

2021-07-15 Thread Bin Meng
On Sun, Jul 11, 2021 at 11:15 AM Simon Glass wrote: > > 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 i

[PATCH] x86: Ensure the e820 map is installed in all cases

2021-07-10 Thread Simon Glass
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: Si