[PATCH 3/5] efi: add support for the EFI_MEMORY_ATTRIBUTES_TABLE config table
From: Matt Fleming <hidden>
Date: 2016-03-02 12:22:48
Also in:
linux-efi
From: Matt Fleming <hidden>
Date: 2016-03-02 12:22:48
Also in:
linux-efi
On Mon, 22 Feb, at 03:25:56PM, Ard Biesheuvel wrote:
This declares the GUID and struct typedef for the new memory attributes table which contains the permissions that can be used to apply stricter permissions to UEFI Runtime Services memory regions. Signed-off-by: Ard Biesheuvel <redacted> --- drivers/firmware/efi/efi.c | 2 ++ include/linux/efi.h | 13 +++++++++++++ 2 files changed, 15 insertions(+)
Looks good Ard.