OSDN Git Service

Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into...
authorIngo Molnar <mingo@kernel.org>
Sun, 8 Mar 2020 07:59:47 +0000 (08:59 +0100)
committerIngo Molnar <mingo@kernel.org>
Sun, 8 Mar 2020 08:23:36 +0000 (09:23 +0100)
More EFI updates for v5.7

 - Incorporate a stable branch with the EFI pieces of Hans's work on
   loading device firmware from EFI boot service memory regions

Signed-off-by: Ingo Molnar <mingo@kernel.org>
1  2 
arch/x86/platform/efi/efi.c
arch/x86/platform/efi/quirks.c
drivers/firmware/efi/Makefile
drivers/firmware/efi/efi.c
include/linux/efi.h

@@@ -901,8 -944,17 +902,9 @@@ static void __init __efi_enter_virtual_
                goto err;
        }
  
+       efi_check_for_embedded_firmwares();
        efi_free_boot_services();
  
 -      /*
 -       * Now that EFI is in virtual mode, update the function
 -       * pointers in the runtime service table to the new virtual addresses.
 -       *
 -       * Call EFI services through wrapper functions.
 -       */
 -      efi.runtime_version = efi_systab.hdr.revision;
 -
        if (!efi_is_mixed())
                efi_native_runtime_setup();
        else
Simple merge
Simple merge
Simple merge
Simple merge