commit | 171539f5a90e3fdf7d17f5396fac79d7e44ad68e | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ardb@kernel.org> | Thu Sep 15 23:20:06 2022 +0200 |
committer | Ard Biesheuvel <ardb@kernel.org> | Tue Sep 27 13:22:49 2022 +0200 |
tree | 388301a71f5475a8c2bc922aaeabf46280efbeb6 | |
parent | 4fc8e738ff3e6a208855bb69783280870c7cf251 [diff] |
efi: libstub: install boot-time memory map as config table Expose the EFI boot time memory map to the kernel via a configuration table. This is arch agnostic and enables future changes that remove the dependency on DT on architectures that don't otherwise rely on it. Signed-off-by: Ard Biesheuvel <ardb@kernel.org>