diff options
author | Leah Rowe <leah@libreboot.org> | 2023-09-03 18:36:25 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-09-03 18:36:25 +0100 |
commit | d554efae814e62f63e8ee91c3af7e49d92413d2b (patch) | |
tree | f6d3c17203bab7653bcd99c9345237257c4e5f8d /script/build/release/src | |
parent | 09aae7be451598d920fc798aecc2efd923809cc9 (diff) |
build/release/src: copy e6430 ifd/gbe
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/build/release/src')
-rwxr-xr-x | script/build/release/src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/build/release/src b/script/build/release/src index 0a0501a3..1af827a4 100755 --- a/script/build/release/src +++ b/script/build/release/src @@ -134,7 +134,7 @@ copy_blobs() err "copy_blobs: !mkdir -p ${srcdir}/blobs" # do not copy intel ME etc, but do copy ifd/gbe files for i in t440p xx20 xx30 hp8200sff hp_ivybridge hp_sandybridge \ - hp8300usdt t1650; do + hp8300usdt t1650 e6430; do for j in ifd gbe 4_ifd 8_ifd 12_ifd 16_ifd; do [ -f "blobs/${i}/${j}.bin" ] || continue [ -e "${srcdir}/blobs/${i}" ] || \ |