Skip to content

Commit

Permalink
Remove sme support
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor committed Mar 5, 2024
1 parent a9954d4 commit 95f7de4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions system/boot-kernel.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,6 @@

X86_MCE_INTEL = lib.mkForce no; # disable support for intel mce

# AMD SMEE
DYNAMIC_PHYSICAL_MASK = lib.mkForce yes;
X86_MEM_ENCRYPT = lib.mkForce yes;
AMD_MEM_ENCRYPT = lib.mkForce yes;
ARCH_HAS_CC_PLATFORM = lib.mkForce yes;
UNACCEPTED_MEMORY = lib.mkForce yes;
ARCH_HAS_FORCE_DMA_UNENCRYPTED = lib.mkForce yes;
DMA_COHERENT_POOL = lib.mkForce yes;

# Optimized for performance
CC_OPTIMIZE_FOR_PERFORMANCE_O3 = lib.mkForce yes;

Expand All @@ -80,7 +71,6 @@
# "acpi_enforce_resources=lax" # openrgb
# "quiet"
# "udev.log_level=3"
"mem_encrypt=on"
"lockdown=integrity"
];

Expand Down

0 comments on commit 95f7de4

Please sign in to comment.