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 /config/coreboot | |
| parent | 7f2e1ce86f5583c4f3c47f2cf2bab40826ce6b17 (diff) | |
thinkpad x270: re-enable fully truncated ME
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot')
| -rw-r--r-- | config/coreboot/x270_vfsp_16mb/config/libgfxinit_corebootfb | 2 | ||||
| -rw-r--r-- | config/coreboot/x270_vfsp_16mb/config/libgfxinit_txtmode | 2 |
2 files changed, 2 insertions, 2 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 |
