]> git.baikalelectronics.ru Git - uboot.git/commit
x86: efi_loader: Build EFI memory map per E820 table
authorBin Meng <bmeng.cn@gmail.com>
Thu, 28 Jun 2018 03:38:01 +0000 (20:38 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 2 Jul 2018 01:23:28 +0000 (09:23 +0800)
commit69dd01ed1e3f016bde404b67a243598de352ea5a
tree2598d753ea1931a7d196da378f363712ed1a44d3
parent2021328688ed5e06234e3a5e94843cdeb2ffd3bc
x86: efi_loader: Build EFI memory map per E820 table

On x86 traditional E820 table is used to pass the memory information
to kernel. With EFI loader we can build the EFI memory map from it.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/e820.c