efi: Add support for UEFIv2.5 Properties table
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 9 Sep 2015 08:08:15 +0000 (10:08 +0200)
committerMatt Fleming <matt.fleming@intel.com>
Mon, 12 Oct 2015 13:20:07 +0000 (14:20 +0100)
commitbf924863c9445174c6e118f723dc477e2b6ccc7e
treef59b9d7ab08d6e67decc6f791be1f1891b688b80
parent8be4432eb629a2762bad9173d6b06e6ea9c0dfcb
efi: Add support for UEFIv2.5 Properties table

Version 2.5 of the UEFI spec introduces a new configuration table
called the 'EFI Properties table'. Currently, it is only used to
convey whether the Memory Protection feature is enabled, which splits
PE/COFF images into separate code and data memory regions.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Acked-by: Dave Young <dyoung@redhat.com>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
drivers/firmware/efi/efi.c
include/linux/efi.h
This page took 0.027149 seconds and 5 git commands to generate.