summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-06-20 00:51:41 +0100
committerLeah Rowe <leah@libreboot.org>2023-06-20 00:51:41 +0100
commit347f0899b74b687c30d5c269225c502f232671e9 (patch)
tree2416ab5344dd97589196be9e1a39281a4eacef66
parent051f928fd21c7081979c45c6a84553f589686c39 (diff)
update release files
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r--blobs/hp8200sff/ifd.binbin4096 -> 4096 bytes
-rw-r--r--blobs/hp8200sff/ifd_4mb.binbin4096 -> 4096 bytes
-rw-r--r--blobs/hp8300usdt/ifd.binbin4096 -> 4096 bytes
-rw-r--r--blobs/t440p/ifd.binbin4096 -> 4096 bytes
-rw-r--r--blobs/xx20/ifd.binbin4096 -> 4096 bytes
-rw-r--r--blobs/xx30/16_ifd.binbin4096 -> 4096 bytes
-rw-r--r--blobs/xx30/ifd.binbin4096 -> 4096 bytes
-rwxr-xr-xresources/scripts/build/release/src5
8 files changed, 3 insertions, 2 deletions
diff --git a/blobs/hp8200sff/ifd.bin b/blobs/hp8200sff/ifd.bin
index 912980df..db10f57f 100644
--- a/blobs/hp8200sff/ifd.bin
+++ b/blobs/hp8200sff/ifd.bin
Binary files differ
diff --git a/blobs/hp8200sff/ifd_4mb.bin b/blobs/hp8200sff/ifd_4mb.bin
index 4fa6a5c8..fef35107 100644
--- a/blobs/hp8200sff/ifd_4mb.bin
+++ b/blobs/hp8200sff/ifd_4mb.bin
Binary files differ
diff --git a/blobs/hp8300usdt/ifd.bin b/blobs/hp8300usdt/ifd.bin
index a6481a08..3b81b704 100644
--- a/blobs/hp8300usdt/ifd.bin
+++ b/blobs/hp8300usdt/ifd.bin
Binary files differ
diff --git a/blobs/t440p/ifd.bin b/blobs/t440p/ifd.bin
index daa6c3d0..241266e6 100644
--- a/blobs/t440p/ifd.bin
+++ b/blobs/t440p/ifd.bin
Binary files differ
diff --git a/blobs/xx20/ifd.bin b/blobs/xx20/ifd.bin
index 6ab44929..d042aba3 100644
--- a/blobs/xx20/ifd.bin
+++ b/blobs/xx20/ifd.bin
Binary files differ
diff --git a/blobs/xx30/16_ifd.bin b/blobs/xx30/16_ifd.bin
index f97051c3..b3a09fc8 100644
--- a/blobs/xx30/16_ifd.bin
+++ b/blobs/xx30/16_ifd.bin
Binary files differ
diff --git a/blobs/xx30/ifd.bin b/blobs/xx30/ifd.bin
index 24bc3c57..c377200f 100644
--- a/blobs/xx30/ifd.bin
+++ b/blobs/xx30/ifd.bin
Binary files 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