diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-02-21 08:01:12 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-02-21 08:01:12 +0000 |
| commit | e997b8cce59a13ce987768faa6c7d627ce59a165 (patch) | |
| tree | 3a7aa8a24b171f00fa8f92ca0e172a997044224d | |
| parent | 7f2e1ce86f5583c4f3c47f2cf2bab40826ce6b17 (diff) | |
thinkpad x270: re-enable fully truncated ME
Signed-off-by: Leah Rowe <leah@libreboot.org>
| -rw-r--r-- | config/coreboot/x270_vfsp_16mb/config/libgfxinit_corebootfb | 2 | ||||
| -rw-r--r-- | config/coreboot/x270_vfsp_16mb/config/libgfxinit_txtmode | 2 | ||||
| -rw-r--r-- | config/vendor/x270/pkg.cfg | 10 |
3 files changed, 3 insertions, 11 deletions
diff --git a/config/coreboot/x270_vfsp_16mb/config/libgfxinit_corebootfb b/config/coreboot/x270_vfsp_16mb/config/libgfxinit_corebootfb index acd19d16..ca993984 100644 --- a/config/coreboot/x270_vfsp_16mb/config/libgfxinit_corebootfb +++ b/config/coreboot/x270_vfsp_16mb/config/libgfxinit_corebootfb @@ -167,7 +167,7 @@ CONFIG_HAVE_INTEL_FIRMWARE=y CONFIG_MRC_SETTINGS_CACHE_SIZE=0x10000 CONFIG_DRIVERS_INTEL_WIFI=y CONFIG_IFD_BIN_PATH="../../../config/ifd/x270/ifd_16" -CONFIG_ME_BIN_PATH="../../../vendorfiles/x270/mefull.bin" +CONFIG_ME_BIN_PATH="../../../vendorfiles/x270/metrunc.bin" CONFIG_GBE_BIN_PATH="../../../config/ifd/x270/gbe" CONFIG_MAINBOARD_SUPPORTS_SKYLAKE_CPU=y CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x20000 diff --git a/config/coreboot/x270_vfsp_16mb/config/libgfxinit_txtmode b/config/coreboot/x270_vfsp_16mb/config/libgfxinit_txtmode index abac75f7..85671ccb 100644 --- a/config/coreboot/x270_vfsp_16mb/config/libgfxinit_txtmode +++ b/config/coreboot/x270_vfsp_16mb/config/libgfxinit_txtmode @@ -165,7 +165,7 @@ CONFIG_HAVE_INTEL_FIRMWARE=y CONFIG_MRC_SETTINGS_CACHE_SIZE=0x10000 CONFIG_DRIVERS_INTEL_WIFI=y CONFIG_IFD_BIN_PATH="../../../config/ifd/x270/ifd_16" -CONFIG_ME_BIN_PATH="../../../vendorfiles/x270/mefull.bin" +CONFIG_ME_BIN_PATH="../../../vendorfiles/x270/metrunc.bin" CONFIG_GBE_BIN_PATH="../../../config/ifd/x270/gbe" CONFIG_MAINBOARD_SUPPORTS_SKYLAKE_CPU=y CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x20000 diff --git a/config/vendor/x270/pkg.cfg b/config/vendor/x270/pkg.cfg index 24a6d743..f717d379 100644 --- a/config/vendor/x270/pkg.cfg +++ b/config/vendor/x270/pkg.cfg @@ -2,7 +2,7 @@ # ME firmware (deguard will be used) DL_hash="df735a24242792bf4150f30bf0bd4fdbdc0fb6bf0f897ea533df32567be8e084006d692fb6351677f8cc976878c5018667901dbd407b0a77805754f7c101497c" -ME_bin_hash="d8bc1906217654c6f2ecae205a2233f3b0b40105d8996f813c5e58e5125c7ff5b8bb74b648f35ba60aec4f4a3e430b64751b05618aa320899ca9dbaf36f1ad85" +ME_bin_hash="cc1794596695a95f02c1640bafa63e09eb7b998f7e241a02930cca12ea7a3909a66f45fd130f46a74bf062b3a650840db898e7ba356d608d495c14ca6cf9cdf0" DL_url="https://dl.dell.com/FOLDER04573471M/1/Inspiron_5468_1.3.0.exe" DL_url_bkup="https://web.archive.org/web/20241110222323/https://dl.dell.com/FOLDER04573471M/1/Inspiron_5468_1.3.0.exe" @@ -21,11 +21,3 @@ ME11delta="thinkpad_x270" # subdirectory under deguard's data/delta/ ME11version="11.6.0.1126" ME11sku="2M" ME11pch="LP" - -# don't truncate/relocate, and therefore don't --whitelist MFS, -# just neuter, otherwise PCIe enumeration won't work on this board. -# with this option, modules are removed but nothing is moved/shrunk: -MEshrink="n" - -# TEST: don't clean it. to re-test the PCI-e enum issue -MEclean="n" |
