commit | 2f65c071e896c3cfaeb8bb92fc51b3d9a0dff799 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Thu Aug 23 08:24:08 2018 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Thu Aug 30 09:56:58 2018 +0800 |
tree | f510a03943fad88bc30d3c96e62b36867f907329 | |
parent | 4745a2b1c553bee0d02ff0c8c4945dfccbd37a28 [diff] |
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>