* arm64 efi stub fixes, preservation of FP/SIMD registers across
   firmware calls, and conversion of the EFI stub code into a static
   library - Ard Biesheuvel

 * Xen EFI support - Daniel Kiper

 * Support for autoloading the efivars driver - Lee, Chun-Yi

 * Use the PE/COFF headers in the x86 EFI boot stub to request that the
   stub be loaded with CONFIG_PHYSICAL_ALIGN alignment - Michael Brown

 * Consolidate all the x86 EFI quirks into one file - Saurabh Tangri

 * Additional error logging in x86 EFI boot stub - Ulf Winkelvos

 * Support loading initrd above 4G in EFI boot stub - Yinghai Lu

 * EFI reboot patches for ACPI hardware reduced platforms
efi/arm64: Handle missing virtual mapping for UEFI System Table

If we cannot resolve the virtual address of the UEFI System Table, its
physical offset must be missing from the virtual memory map, and there
is really no point in proceeding with installing the virtual memory map
and the runtime services dispatch table. So back out gracefully.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Acked-by: Mark Salter <msalter@redhat.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
1 file changed