
10 Sep
2019
10 Sep
'19
8:31 a.m.
On Wed, Sep 4, 2019 at 1:43 AM Park, Aiden aiden.park@intel.com wrote:
Use efi_add_conventional_memory_map() to configure EFI conventional memory properly with ram_top value. This will give 32bit mode U-Boot proper
nits: 32-bit
conventional memory regions even if e820 has a entry which is greater than
nits: an entry
32bit address space.
32-bit
Signed-off-by: Aiden Park aiden.park@intel.com
Changes in v3:
- Split a single commit to two relevant commits
Changes in v2:
- Add efi_add_conventional_memory_map() for common code re-use
arch/x86/lib/e820.c | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-)
Fixed the above nits, and
applied to u-boot-x86, thanks!