0012-set-me_state-Disabled-on-all-cmos.default-files.patch 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. From 4bb3d60a1a1dfb2dac6320cef491a99b728ed25a Mon Sep 17 00:00:00 2001
  2. From: Leah Rowe <leah@libreboot.org>
  3. Date: Wed, 2 Mar 2022 21:50:01 +0000
  4. Subject: [PATCH 12/18] set me_state=Disabled on all cmos.default files!
  5. yeah. why the hell isn't this the default
  6. ---
  7. src/mainboard/lenovo/l520/cmos.default | 2 +-
  8. src/mainboard/lenovo/t420/cmos.default | 2 +-
  9. src/mainboard/lenovo/t420s/cmos.default | 2 +-
  10. src/mainboard/lenovo/t430/cmos.default | 2 +-
  11. src/mainboard/lenovo/t430s/cmos.default | 2 +-
  12. src/mainboard/lenovo/t520/cmos.default | 2 +-
  13. src/mainboard/lenovo/t530/cmos.default | 2 +-
  14. src/mainboard/lenovo/x220/cmos.default | 2 +-
  15. 8 files changed, 8 insertions(+), 8 deletions(-)
  16. diff --git a/src/mainboard/lenovo/l520/cmos.default b/src/mainboard/lenovo/l520/cmos.default
  17. index 681c40e78b..57cdcf9162 100644
  18. --- a/src/mainboard/lenovo/l520/cmos.default
  19. +++ b/src/mainboard/lenovo/l520/cmos.default
  20. @@ -14,4 +14,4 @@ sticky_fn=Disable
  21. trackpoint=Enable
  22. backlight=Both
  23. usb_always_on=Disable
  24. -me_state=Normal
  25. +me_state=Disabled
  26. diff --git a/src/mainboard/lenovo/t420/cmos.default b/src/mainboard/lenovo/t420/cmos.default
  27. index 8244071b8a..c011867916 100644
  28. --- a/src/mainboard/lenovo/t420/cmos.default
  29. +++ b/src/mainboard/lenovo/t420/cmos.default
  30. @@ -14,4 +14,4 @@ sticky_fn=Disable
  31. trackpoint=Enable
  32. hybrid_graphics_mode=Integrated Only
  33. usb_always_on=Disable
  34. -me_state=Normal
  35. +me_state=Disabled
  36. diff --git a/src/mainboard/lenovo/t420s/cmos.default b/src/mainboard/lenovo/t420s/cmos.default
  37. index 8244071b8a..c011867916 100644
  38. --- a/src/mainboard/lenovo/t420s/cmos.default
  39. +++ b/src/mainboard/lenovo/t420s/cmos.default
  40. @@ -14,4 +14,4 @@ sticky_fn=Disable
  41. trackpoint=Enable
  42. hybrid_graphics_mode=Integrated Only
  43. usb_always_on=Disable
  44. -me_state=Normal
  45. +me_state=Disabled
  46. diff --git a/src/mainboard/lenovo/t430/cmos.default b/src/mainboard/lenovo/t430/cmos.default
  47. index 26795fe5cf..55e1e6c04e 100644
  48. --- a/src/mainboard/lenovo/t430/cmos.default
  49. +++ b/src/mainboard/lenovo/t430/cmos.default
  50. @@ -15,4 +15,4 @@ trackpoint=Enable
  51. backlight=Both
  52. usb_always_on=Disable
  53. hybrid_graphics_mode=Integrated Only
  54. -me_state=Normal
  55. +me_state=Disabled
  56. diff --git a/src/mainboard/lenovo/t430s/cmos.default b/src/mainboard/lenovo/t430s/cmos.default
  57. index 52dbf70377..b16800ca9e 100644
  58. --- a/src/mainboard/lenovo/t430s/cmos.default
  59. +++ b/src/mainboard/lenovo/t430s/cmos.default
  60. @@ -16,4 +16,4 @@ backlight=Both
  61. enable_dual_graphics=Disable
  62. usb_always_on=Disable
  63. f1_to_f12_as_primary=Enable
  64. -me_state=Normal
  65. +me_state=Disabled
  66. diff --git a/src/mainboard/lenovo/t520/cmos.default b/src/mainboard/lenovo/t520/cmos.default
  67. index cf79b391e2..b66f7034dc 100644
  68. --- a/src/mainboard/lenovo/t520/cmos.default
  69. +++ b/src/mainboard/lenovo/t520/cmos.default
  70. @@ -15,4 +15,4 @@ trackpoint=Enable
  71. backlight=Both
  72. hybrid_graphics_mode=Integrated Only
  73. usb_always_on=Disable
  74. -me_state=Normal
  75. +me_state=Disabled
  76. diff --git a/src/mainboard/lenovo/t530/cmos.default b/src/mainboard/lenovo/t530/cmos.default
  77. index cf79b391e2..b66f7034dc 100644
  78. --- a/src/mainboard/lenovo/t530/cmos.default
  79. +++ b/src/mainboard/lenovo/t530/cmos.default
  80. @@ -15,4 +15,4 @@ trackpoint=Enable
  81. backlight=Both
  82. hybrid_graphics_mode=Integrated Only
  83. usb_always_on=Disable
  84. -me_state=Normal
  85. +me_state=Disabled
  86. diff --git a/src/mainboard/lenovo/x220/cmos.default b/src/mainboard/lenovo/x220/cmos.default
  87. index 6d1d57a795..52f303dfdb 100644
  88. --- a/src/mainboard/lenovo/x220/cmos.default
  89. +++ b/src/mainboard/lenovo/x220/cmos.default
  90. @@ -13,4 +13,4 @@ usb_always_on=Disable
  91. fn_ctrl_swap=Disable
  92. sticky_fn=Disable
  93. trackpoint=Enable
  94. -me_state=Normal
  95. +me_state=Disabled
  96. --
  97. 2.39.2