From 347f0899b74b687c30d5c269225c502f232671e9 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 20 Jun 2023 00:51:41 +0100 Subject: update release files Signed-off-by: Leah Rowe --- blobs/hp8200sff/ifd.bin | Bin 4096 -> 4096 bytes blobs/hp8200sff/ifd_4mb.bin | Bin 4096 -> 4096 bytes blobs/hp8300usdt/ifd.bin | Bin 4096 -> 4096 bytes blobs/t440p/ifd.bin | Bin 4096 -> 4096 bytes blobs/xx20/ifd.bin | Bin 4096 -> 4096 bytes blobs/xx30/16_ifd.bin | Bin 4096 -> 4096 bytes blobs/xx30/ifd.bin | Bin 4096 -> 4096 bytes resources/scripts/build/release/src | 5 +++-- 8 files changed, 3 insertions(+), 2 deletions(-) diff --git a/blobs/hp8200sff/ifd.bin b/blobs/hp8200sff/ifd.bin index 912980df..db10f57f 100644 Binary files a/blobs/hp8200sff/ifd.bin and b/blobs/hp8200sff/ifd.bin differ diff --git a/blobs/hp8200sff/ifd_4mb.bin b/blobs/hp8200sff/ifd_4mb.bin index 4fa6a5c8..fef35107 100644 Binary files a/blobs/hp8200sff/ifd_4mb.bin and b/blobs/hp8200sff/ifd_4mb.bin differ diff --git a/blobs/hp8300usdt/ifd.bin b/blobs/hp8300usdt/ifd.bin index a6481a08..3b81b704 100644 Binary files a/blobs/hp8300usdt/ifd.bin and b/blobs/hp8300usdt/ifd.bin differ diff --git a/blobs/t440p/ifd.bin b/blobs/t440p/ifd.bin index daa6c3d0..241266e6 100644 Binary files a/blobs/t440p/ifd.bin and b/blobs/t440p/ifd.bin differ diff --git a/blobs/xx20/ifd.bin b/blobs/xx20/ifd.bin index 6ab44929..d042aba3 100644 Binary files a/blobs/xx20/ifd.bin and b/blobs/xx20/ifd.bin differ diff --git a/blobs/xx30/16_ifd.bin b/blobs/xx30/16_ifd.bin index f97051c3..b3a09fc8 100644 Binary files a/blobs/xx30/16_ifd.bin and b/blobs/xx30/16_ifd.bin differ diff --git a/blobs/xx30/ifd.bin b/blobs/xx30/ifd.bin index 24bc3c57..c377200f 100644 Binary files a/blobs/xx30/ifd.bin and b/blobs/xx30/ifd.bin differ diff --git a/resources/scripts/build/release/src b/resources/scripts/build/release/src index 09a9810e..ad0c55f0 100755 --- a/resources/scripts/build/release/src +++ b/resources/scripts/build/release/src @@ -28,7 +28,7 @@ modlist="${modlist} bios_extract" dirlist="resources util" # do not add blobs directory here. it's handled below -filelist="blobutil modify download build README.md COPYING Makefile update" +filelist="lbmk blobutil modify download build README.md COPYING Makefile update" filelist="${filelist} version versiondate projectname .gitcheck gitclone" version="version-unknown" @@ -103,7 +103,8 @@ 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; do + for i in t440p xx20 xx30 hp8200sff hp_ivybridge hp_sandybridge \ + hp8300usdt; do for j in ifd gbe 16_ifd; do if [ -f "blobs/${i}/${j}.bin" ]; then if [ ! -e "${srcdir}/blobs/${i}" ]; then -- cgit v1.2.1