]> git.ipfire.org Git - thirdparty/u-boot.git/commit
x86: efi: payload: Install E820 map from EFI memory map
authorBin Meng <bmeng.cn@gmail.com>
Thu, 23 Aug 2018 15:24:08 +0000 (08:24 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 30 Aug 2018 01:56:58 +0000 (09:56 +0800)
commitaac79251c7dfeb325f17dbded3076df278bfca89
treef510a03943fad88bc30d3c96e62b36867f907329
parent11ed312896c5f5814064c5d45dcb2f53dc121437
x86: efi: payload: Install E820 map from EFI memory map

This implements payload-specific install_e820_map() to get E820 map
from the EFI memory map descriptors.

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