0024-dell-e6430-use-ME-Soft-Temporary-Disable.patch 950 B

12345678910111213141516171819202122232425262728293031
  1. From a9ab864aee1be7a03926443ddc94e4c5012719ba Mon Sep 17 00:00:00 2001
  2. From: Leah Rowe <leah@libreboot.org>
  3. Date: Sun, 5 Nov 2023 11:41:41 +0000
  4. Subject: [PATCH 24/30] dell/e6430: use ME Soft Temporary Disable
  5. i overlooked this. it's set on other boards.
  6. we use me_cleaner anyway, and we set the hap bit, but
  7. this additional setting takes effect even if the ME
  8. region is unaltered. it's just another layer of
  9. disablement, to absolutely ensure Intel ME is not alive
  10. Signed-off-by: Leah Rowe <leah@libreboot.org>
  11. ---
  12. src/mainboard/dell/e6430/cmos.default | 2 +-
  13. 1 file changed, 1 insertion(+), 1 deletion(-)
  14. diff --git a/src/mainboard/dell/e6430/cmos.default b/src/mainboard/dell/e6430/cmos.default
  15. index 2a5b30f2b7..279415dfd1 100644
  16. --- a/src/mainboard/dell/e6430/cmos.default
  17. +++ b/src/mainboard/dell/e6430/cmos.default
  18. @@ -6,4 +6,4 @@ bluetooth=Enable
  19. wwan=Enable
  20. wlan=Enable
  21. sata_mode=AHCI
  22. -me_state=Normal
  23. +me_state=Disabled
  24. --
  25. 2.39.2