Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1559402
| From | Dave Young <dyoung@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH V2 0/4] efi/x86: move efi bgrt init code to early init |
| Date | 2017-01-16 04:00 +0100 |
| Message-ID | <t05Gx-2ly-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi, Here the the update of the series for moving bgrt init code to early init. Main changes is: - Move the 1st patch to the last because it does not block the 2nd patch any more with Peter's patch to prune invlid memmap entries: https://git.kernel.org/cgit/linux/kernel/git/efi/efi.git/commit/?h=next&id=b2a91 a35445229 But it is still tood to have since efi_mem_reserve only cares about boot related mem ranges. - Other comments about code itself, details please the the patches themselves. arch/x86/include/asm/efi.h | 1 arch/x86/kernel/acpi/boot.c | 12 +++++++ arch/x86/platform/efi/efi-bgrt.c | 59 ++++++++++++++++----------------------- arch/x86/platform/efi/efi.c | 26 +++-------------- arch/x86/platform/efi/quirks.c | 2 - drivers/acpi/bgrt.c | 28 +++++++++++++----- drivers/firmware/efi/fake_mem.c | 3 + drivers/firmware/efi/memmap.c | 22 +++++++++++++- include/linux/efi-bgrt.h | 7 +--- include/linux/efi.h | 5 +-- init/main.c | 1 11 files changed, 92 insertions(+), 74 deletions(-) Thanks Dave
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH V2 0/4] efi/x86: move efi bgrt init code to early init Dave Young <dyoung@redhat.com> - 2017-01-16 04:00 +0100 [PATCH V2 2/4] efi/x86: move efi_print_memmap to drivers/firmware/efi/memmap.c Dave Young <dyoung@redhat.com> - 2017-01-16 04:00 +0100 [PATCH V2 3/4] efi/x86: add debug code to print cooked memmap Dave Young <dyoung@redhat.com> - 2017-01-16 04:00 +0100 [PATCH V2 4/4] efi/x86: make efi_memmap_reserve only insert into boot mem areas Dave Young <dyoung@redhat.com> - 2017-01-16 04:00 +0100 [PATCH V2 1/4] efi/x86: move efi bgrt init code to early init code Dave Young <dyoung@redhat.com> - 2017-01-16 04:00 +0100
csiph-web