diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-01-21 01:18:06 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-01-21 01:18:06 +0000 |
| commit | baeec45f50ed4ef61b40f4892cf5ef1d898357fb (patch) | |
| tree | 01f66d53f2ab956856cf4f3021256b4456749130 | |
| parent | fc2a5214464cad2bef2f5a352c7cb912fe6a006f (diff) | |
use newer ME on e7240
i accidentally picked an older version from Dell update
A16. this update uses A29.
Signed-off-by: Leah Rowe <leah@libreboot.org>
| -rw-r--r-- | config/coreboot/e7240_12mb/config/libgfxinit_corebootfb | 2 | ||||
| -rw-r--r-- | config/coreboot/e7240_12mb/config/libgfxinit_txtmode | 2 | ||||
| -rw-r--r-- | config/vendor/e7240/pkg.cfg | 8 |
3 files changed, 6 insertions, 6 deletions
diff --git a/config/coreboot/e7240_12mb/config/libgfxinit_corebootfb b/config/coreboot/e7240_12mb/config/libgfxinit_corebootfb index 4ed06f46..ff63ffb0 100644 --- a/config/coreboot/e7240_12mb/config/libgfxinit_corebootfb +++ b/config/coreboot/e7240_12mb/config/libgfxinit_corebootfb @@ -185,7 +185,7 @@ CONFIG_SPI_FLASH_INCLUDE_ALL_DRIVERS=y CONFIG_SPI_FLASH_WINBOND=y CONFIG_DRIVERS_INTEL_WIFI=y CONFIG_IFD_BIN_PATH="../../../config/ifd/e7240/ifd" -CONFIG_ME_BIN_PATH="../../../vendorfiles/e7240/me.bin" +CONFIG_ME_BIN_PATH="../../../vendorfiles/e7240/me_new.bin" CONFIG_GBE_BIN_PATH="../../../config/ifd/e7240/gbe" CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x20000 # CONFIG_ENABLE_DDR_2X_REFRESH is not set diff --git a/config/coreboot/e7240_12mb/config/libgfxinit_txtmode b/config/coreboot/e7240_12mb/config/libgfxinit_txtmode index 1bb42bd2..6d7e9e6b 100644 --- a/config/coreboot/e7240_12mb/config/libgfxinit_txtmode +++ b/config/coreboot/e7240_12mb/config/libgfxinit_txtmode @@ -183,7 +183,7 @@ CONFIG_SPI_FLASH_INCLUDE_ALL_DRIVERS=y CONFIG_SPI_FLASH_WINBOND=y CONFIG_DRIVERS_INTEL_WIFI=y CONFIG_IFD_BIN_PATH="../../../config/ifd/e7240/ifd" -CONFIG_ME_BIN_PATH="../../../vendorfiles/e7240/me.bin" +CONFIG_ME_BIN_PATH="../../../vendorfiles/e7240/me_new.bin" CONFIG_GBE_BIN_PATH="../../../config/ifd/e7240/gbe" CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x20000 # CONFIG_ENABLE_DDR_2X_REFRESH is not set diff --git a/config/vendor/e7240/pkg.cfg b/config/vendor/e7240/pkg.cfg index f048615e..753f834d 100644 --- a/config/vendor/e7240/pkg.cfg +++ b/config/vendor/e7240/pkg.cfg @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-3.0-or-later -DL_hash="b6fa8cb95acc70fbd52569b1135cbdbbb625c88d39a800de8381d94089321db662bc148cf711a72e901e8f26df5f0b032ee9b4de001cde507995ca2d9c53ccc2" -ME_bin_hash="2c2bc0e526773712371af0f01ef8b530e0b9c7250fec8e1aa05c6d4700be60d21e1647d200725d6a93fe4e788d2a0b591ce09dd8cdb7f0ba9c78131b07c19557" -DL_url="https://dl.dell.com/FOLDER03302998M/1/E7240A16.exe" -DL_url_bkup="https://web.archive.org/web/20260120211609/https://dl.dell.com/FOLDER03302998M/1/E7240A16.exe" +DL_hash="d697d66cc895e51dd4639e5a17bfb3795e0b9c46940db12ac4cab6470a1536adb38b93f83e52c0c43418e7ce0d8763a12c7bea0a7157396a7cae6c4099287bb1" +ME_bin_hash="fc8a66e94f0842652a566f8ededb903cdcf0b9188af20351818d960e310339f343e661ee9bc10d7ace437dbbd99a3bd052844c50364674849e86a9d3b9742606" +DL_url="https://dl.dell.com/FOLDER05674269M/1/E7240A29.exe" +DL_url_bkup="https://web.archive.org/web/20260121011236/https://dl.dell.com/FOLDER05674269M/1/E7240A29.exe" |
