mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-25 21:39:03 +02:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a808333c04 | ||
|
|
baeec45f50 |
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -16,7 +16,7 @@ index de9a3f961..bed502cde 100644
|
||||
grub_term_cls (term);
|
||||
|
||||
- msg_formatted = grub_xasprintf (_("GNU GRUB version %s"), PACKAGE_VERSION);
|
||||
+ msg_formatted = grub_xasprintf (_("Libreboot 26.01 RC3 Magnanimous Max (GRUB menu): https://libreboot.org/"));
|
||||
+ msg_formatted = grub_xasprintf (_("Libreboot 26.01 RC4 Magnanimous Max (GRUB menu): https://libreboot.org/"));
|
||||
if (!msg_formatted)
|
||||
return;
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ index de9a3f961..bed502cde 100644
|
||||
grub_term_cls (term);
|
||||
|
||||
- msg_formatted = grub_xasprintf (_("GNU GRUB version %s"), PACKAGE_VERSION);
|
||||
+ msg_formatted = grub_xasprintf (_("Libreboot 26.01 RC3 Magnanimous Max (GRUB menu): https://libreboot.org/"));
|
||||
+ msg_formatted = grub_xasprintf (_("Libreboot 26.01 RC4 Magnanimous Max (GRUB menu): https://libreboot.org/"));
|
||||
if (!msg_formatted)
|
||||
return;
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ index de9a3f961..1fabb9c86 100644
|
||||
grub_term_cls (term);
|
||||
|
||||
- msg_formatted = grub_xasprintf (_("GNU GRUB version %s"), PACKAGE_VERSION);
|
||||
+ msg_formatted = grub_xasprintf (_("Libreboot 26.01 RC3 Magnanimous Max (GRUB menu): https://libreboot.org/"));
|
||||
+ msg_formatted = grub_xasprintf (_("Libreboot 26.01 RC4 Magnanimous Max (GRUB menu): https://libreboot.org/"));
|
||||
if (!msg_formatted)
|
||||
return;
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ index 538b316d..e02bf3d2 100644
|
||||
|
||||
// Write to screen.
|
||||
- printf("SeaBIOS (version %s)\n", VERSION);
|
||||
+ printf("Libreboot 26.01 RC3 Magnanimous Max (SeaBIOS menu): https://libreboot.org/\n");
|
||||
+ printf("Libreboot 26.01 RC4 Magnanimous Max (SeaBIOS menu): https://libreboot.org/\n");
|
||||
display_uuid();
|
||||
}
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ index 84831915a2..8e26ec2aef 100644
|
||||
ret |= scene_obj_set_pos(scn, OBJ_MENU, MARGIN_LEFT, 100);
|
||||
ret |= scene_txt_str(scn, "title", OBJ_MENU_TITLE, STR_MENU_TITLE,
|
||||
- "U-Boot - Boot Menu", NULL);
|
||||
+ "Libreboot 26.01 RC3 Magnanimous Max (U-Boot menu): https://libreboot.org/", NULL);
|
||||
+ "Libreboot 26.01 RC4 Magnanimous Max (U-Boot menu): https://libreboot.org/", NULL);
|
||||
ret |= scene_menu_set_title(scn, OBJ_MENU, OBJ_PROMPT);
|
||||
|
||||
logo = video_get_u_boot_logo();
|
||||
|
||||
@@ -18,7 +18,7 @@ index 84831915a2..8e26ec2aef 100644
|
||||
ret |= scene_obj_set_pos(scn, OBJ_MENU, MARGIN_LEFT, 100);
|
||||
ret |= scene_txt_str(scn, "title", OBJ_MENU_TITLE, STR_MENU_TITLE,
|
||||
- "U-Boot - Boot Menu", NULL);
|
||||
+ "Libreboot 26.01 RC3 Magnanimous Max (U-Boot menu): https://libreboot.org/", NULL);
|
||||
+ "Libreboot 26.01 RC4 Magnanimous Max (U-Boot menu): https://libreboot.org/", NULL);
|
||||
ret |= scene_menu_set_title(scn, OBJ_MENU, OBJ_PROMPT);
|
||||
|
||||
logo = video_get_u_boot_logo();
|
||||
|
||||
@@ -18,7 +18,7 @@ index 84831915a2..8e26ec2aef 100644
|
||||
ret |= scene_obj_set_pos(scn, OBJ_MENU, MARGIN_LEFT, 100);
|
||||
ret |= scene_txt_str(scn, "title", OBJ_MENU_TITLE, STR_MENU_TITLE,
|
||||
- "U-Boot - Boot Menu", NULL);
|
||||
+ "Libreboot 26.01 RC3 Magnanimous Max (U-Boot menu): https://libreboot.org/", NULL);
|
||||
+ "Libreboot 26.01 RC4 Magnanimous Max (U-Boot menu): https://libreboot.org/", NULL);
|
||||
ret |= scene_menu_set_title(scn, OBJ_MENU, OBJ_PROMPT);
|
||||
|
||||
logo = video_get_u_boot_logo();
|
||||
|
||||
8
config/vendor/e7240/pkg.cfg
vendored
8
config/vendor/e7240/pkg.cfg
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user