From 2ee7fa4bde3b932563d27259b4d0bf1ebc90e691 Mon Sep 17 00:00:00 2001 From: Mikael Voss Date: Thu, 22 Aug 2024 22:18:50 +0200 Subject: [PATCH] linux: Disable DXE for EFI stub memory attributes The memory attribute protocol is preferred and DXE appears to be specific to x86. --- package/linux-hardened/config.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/package/linux-hardened/config.nix b/package/linux-hardened/config.nix index 1852f6c..73328f6 100644 --- a/package/linux-hardened/config.nix +++ b/package/linux-hardened/config.nix @@ -76,7 +76,6 @@ }; firmware = { - EFI_DXE_MEM_ATTRIBUTES = true; EFI_BOOTLOADER_CONTROL = true; RESET_ATTACK_MITIGATION = true; EFI_DISABLE_PCI_DMA = true;