summaryrefslogtreecommitdiff
path: root/include/blobutil.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-09-29 16:37:18 +0100
committerLeah Rowe <leah@libreboot.org>2023-09-29 16:40:49 +0100
commit710171f92b06cfcd7de4d29e29ffa0fe8aee1266 (patch)
treebd5355f8e483eb029534f6d896aaff609c07aea4 /include/blobutil.sh
parent0bb3c596201a42ccee03d6d2b8513b42f850031e (diff)
update/blobs/*: simplify mrc.bin handling
mrc.bin is now handled by include/mrc.sh, adapted from now-deleted script/update/blobs/mrc much of the logic has been re-written or adapted for inside script/update/blobs/download mrc links/hashes now defined in config/blobs/sources the new code is simpler (and smaller). in addition, lbmk can now easily handle mrc.bin files for other platforms such as broadwell. watch this space. the full .zip download is now cached, like with other vendor downloads. this means it won't be re-downloaded if it was already downloaded before. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/blobutil.sh')
-rwxr-xr-xinclude/blobutil.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/blobutil.sh b/include/blobutil.sh
index 182ddf14..b85b8644 100755
--- a/include/blobutil.sh
+++ b/include/blobutil.sh
@@ -10,7 +10,8 @@ appdir="${blobdir}/app"
setvars="EC_url=\"\""
for x in EC_url_bkup EC_hash DL_hash DL_url DL_url_bkup E6400_VGA_DL_hash \
E6400_VGA_DL_url E6400_VGA_DL_url_bkup E6400_VGA_offset E6400_VGA_romname \
- SCH5545EC_DL_url SCH5545EC_DL_url_bkup SCH5545EC_DL_hash; do
+ SCH5545EC_DL_url SCH5545EC_DL_url_bkup SCH5545EC_DL_hash MRC_url \
+ MRC_url_bkup MRC_hash MRC_board; do
setvars="${setvars}; ${x}=\"\""
done
@@ -40,7 +41,7 @@ for x in _me_destination _gbe_destination _ifd_destination \
CONFIG_KBC1126_FW1_OFFSET CONFIG_KBC1126_FW2 CONFIG_KBC1126_FW2_OFFSET \
CONFIG_VGA_BIOS_FILE CONFIG_VGA_BIOS_ID CONFIG_GBE_BIN_PATH \
CONFIG_INCLUDE_SMSC_SCH5545_EC_FW CONFIG_SMSC_SCH5545_EC_FW_FILE \
- CONFIG_IFD_BIN_PATH; do
+ CONFIG_IFD_BIN_PATH CONFIG_MRC_FILE; do
setvars="${setvars}; ${x}=\"\""
done