commit | e009e7a0537017ddff0cb6114ba364031fb0a65b | [log] [tgz] |
---|---|---|
author | Park, Aiden <aiden.park@intel.com> | Tue Sep 03 17:43:43 2019 +0000 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Sep 05 23:18:51 2019 +0200 |
tree | 5eed45c69252c866682f6a223e712f6a90e5a96b | |
parent | 33b318d63ba3af81086cec20747d885e8f6fef66 [diff] |
efi_loader: Extract adding a conventional memory in separate routine Adding a conventional memory region to the memory map may require ram_top limitation and it can be also commonly used. Extract adding a conventional memory to the memory map in a separate routine for generic use. Signed-off-by: Aiden Park <aiden.park@intel.com> Tested-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>