Re: [U-Boot] [PATCH v7 4/9] x86: slimbootloader: Add memory configuration

2019-07-29 Thread Andy Shevchenko
On Mon, Jul 29, 2019 at 7:35 AM Park, Aiden wrote: > > Slim Bootloader provides memory map info thru its HOB list pointer. > Configure memory size and relocation memory from the HOB data, and > provide e820 entries as well. > - Get memory size from the memory map info HOB > - Set available top

[U-Boot] [PATCH v7 4/9] x86: slimbootloader: Add memory configuration

2019-07-28 Thread Park, Aiden
Slim Bootloader provides memory map info thru its HOB list pointer. Configure memory size and relocation memory from the HOB data, and provide e820 entries as well. - Get memory size from the memory map info HOB - Set available top memory lower than 4GB for U-Boot relocation - Provide e820 entries