diff options
author | Alexei Sorokin <sor.alexei@meowr.ru> | 2022-11-29 13:57:54 +0300 |
---|---|---|
committer | Alexei Sorokin <sor.alexei@meowr.ru> | 2022-11-29 13:57:54 +0300 |
commit | 69eaca2c6decad329e1e93186cd734888620c60e (patch) | |
tree | 69a72428454753b59771caa0fa49500131c46730 /resources/coreboot/x230edp_12mb/config | |
parent | cf0522203d7de582e362597280600b9a2a0fa8ea (diff) |
coreboot: hide MEI on neutered-ME targets
Diffstat (limited to 'resources/coreboot/x230edp_12mb/config')
-rw-r--r-- | resources/coreboot/x230edp_12mb/config/libgfxinit_corebootfb | 2 | ||||
-rw-r--r-- | resources/coreboot/x230edp_12mb/config/libgfxinit_txtmode | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/resources/coreboot/x230edp_12mb/config/libgfxinit_corebootfb b/resources/coreboot/x230edp_12mb/config/libgfxinit_corebootfb index bc078917..b61cbc59 100644 --- a/resources/coreboot/x230edp_12mb/config/libgfxinit_corebootfb +++ b/resources/coreboot/x230edp_12mb/config/libgfxinit_corebootfb @@ -314,7 +314,7 @@ CONFIG_RAMINIT_ENABLE_ECC=y CONFIG_SOUTHBRIDGE_INTEL_C216=y CONFIG_SOUTH_BRIDGE_OPTIONS=y CONFIG_HPET_MIN_TICKS=0x80 -# CONFIG_HIDE_MEI_ON_ERROR is not set +CONFIG_HIDE_MEI_ON_ERROR=y CONFIG_PCIEXP_HOTPLUG=y CONFIG_INTEL_DESCRIPTOR_MODE_REQUIRED=y CONFIG_SOUTHBRIDGE_INTEL_COMMON_RESET=y diff --git a/resources/coreboot/x230edp_12mb/config/libgfxinit_txtmode b/resources/coreboot/x230edp_12mb/config/libgfxinit_txtmode index 4f28b857..f7d8049d 100644 --- a/resources/coreboot/x230edp_12mb/config/libgfxinit_txtmode +++ b/resources/coreboot/x230edp_12mb/config/libgfxinit_txtmode @@ -312,7 +312,7 @@ CONFIG_RAMINIT_ENABLE_ECC=y CONFIG_SOUTHBRIDGE_INTEL_C216=y CONFIG_SOUTH_BRIDGE_OPTIONS=y CONFIG_HPET_MIN_TICKS=0x80 -# CONFIG_HIDE_MEI_ON_ERROR is not set +CONFIG_HIDE_MEI_ON_ERROR=y CONFIG_PCIEXP_HOTPLUG=y CONFIG_INTEL_DESCRIPTOR_MODE_REQUIRED=y CONFIG_SOUTHBRIDGE_INTEL_COMMON_RESET=y |