summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--blobs/ich9m/16_ifd.binbin0 -> 4096 bytes
-rw-r--r--blobs/ich9m/4_ifd.binbin0 -> 4096 bytes
-rw-r--r--blobs/ich9m/4_ifd_nogbe.binbin0 -> 4096 bytes
-rw-r--r--blobs/ich9m/8_ifd.binbin0 -> 4096 bytes
-rw-r--r--blobs/ich9m/gbe.binbin0 -> 8192 bytes
-rwxr-xr-xscript/build/release/src4
6 files changed, 2 insertions, 2 deletions
diff --git a/blobs/ich9m/16_ifd.bin b/blobs/ich9m/16_ifd.bin
new file mode 100644
index 00000000..e9dd5b64
--- /dev/null
+++ b/blobs/ich9m/16_ifd.bin
Binary files differ
diff --git a/blobs/ich9m/4_ifd.bin b/blobs/ich9m/4_ifd.bin
new file mode 100644
index 00000000..aa2453b1
--- /dev/null
+++ b/blobs/ich9m/4_ifd.bin
Binary files differ
diff --git a/blobs/ich9m/4_ifd_nogbe.bin b/blobs/ich9m/4_ifd_nogbe.bin
new file mode 100644
index 00000000..366d316a
--- /dev/null
+++ b/blobs/ich9m/4_ifd_nogbe.bin
Binary files differ
diff --git a/blobs/ich9m/8_ifd.bin b/blobs/ich9m/8_ifd.bin
new file mode 100644
index 00000000..094fc072
--- /dev/null
+++ b/blobs/ich9m/8_ifd.bin
Binary files differ
diff --git a/blobs/ich9m/gbe.bin b/blobs/ich9m/gbe.bin
new file mode 100644
index 00000000..2f26a275
--- /dev/null
+++ b/blobs/ich9m/gbe.bin
Binary files differ
diff --git a/script/build/release/src b/script/build/release/src
index 1af827a4..719b0043 100755
--- a/script/build/release/src
+++ b/script/build/release/src
@@ -134,8 +134,8 @@ 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 e6430; do
- for j in ifd gbe 4_ifd 8_ifd 12_ifd 16_ifd; do
+ hp8300usdt t1650 e6430 ich9m; do
+ for j in ifd gbe 4_ifd_nogbe 4_ifd 8_ifd 12_ifd 16_ifd; do
[ -f "blobs/${i}/${j}.bin" ] || continue
[ -e "${srcdir}/blobs/${i}" ] || \
mkdir -p "${srcdir}/blobs/${i}" || \