From af8d8cda7d639b594f70efde5e52ee712d996c7b Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 3 Sep 2023 19:19:50 +0100 Subject: add ich9m ifd/gbe files a follow-up patch will make use of these, rather than ich9gen, and ich9gen will be deleted. these files were in fact generated *by* ich9gen. coreboot has ifdtool and bincfg, the latter of which can generate both ifd and gbe files for ich9m. that, and nvmutil which is part of libreboot, can change gbe mac addresses. i was going to replace ich9gen with a script that would run bincfg, ifdtool and nvmutil, to greatly reduce code size, because ich9gen is about 3k sloc. however, in practise we would always generate the same ifd config, and basically only change the mac address if that's what the user wants; nvmutil can already do that just fine. so, just include the binaries directly. Signed-off-by: Leah Rowe --- blobs/ich9m/16_ifd.bin | Bin 0 -> 4096 bytes blobs/ich9m/4_ifd.bin | Bin 0 -> 4096 bytes blobs/ich9m/4_ifd_nogbe.bin | Bin 0 -> 4096 bytes blobs/ich9m/8_ifd.bin | Bin 0 -> 4096 bytes blobs/ich9m/gbe.bin | Bin 0 -> 8192 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 blobs/ich9m/16_ifd.bin create mode 100644 blobs/ich9m/4_ifd.bin create mode 100644 blobs/ich9m/4_ifd_nogbe.bin create mode 100644 blobs/ich9m/8_ifd.bin create mode 100644 blobs/ich9m/gbe.bin (limited to 'blobs/ich9m') diff --git a/blobs/ich9m/16_ifd.bin b/blobs/ich9m/16_ifd.bin new file mode 100644 index 00000000..e9dd5b64 Binary files /dev/null and b/blobs/ich9m/16_ifd.bin differ diff --git a/blobs/ich9m/4_ifd.bin b/blobs/ich9m/4_ifd.bin new file mode 100644 index 00000000..aa2453b1 Binary files /dev/null and b/blobs/ich9m/4_ifd.bin differ diff --git a/blobs/ich9m/4_ifd_nogbe.bin b/blobs/ich9m/4_ifd_nogbe.bin new file mode 100644 index 00000000..366d316a Binary files /dev/null and b/blobs/ich9m/4_ifd_nogbe.bin differ diff --git a/blobs/ich9m/8_ifd.bin b/blobs/ich9m/8_ifd.bin new file mode 100644 index 00000000..094fc072 Binary files /dev/null and b/blobs/ich9m/8_ifd.bin differ diff --git a/blobs/ich9m/gbe.bin b/blobs/ich9m/gbe.bin new file mode 100644 index 00000000..2f26a275 Binary files /dev/null and b/blobs/ich9m/gbe.bin differ -- cgit v1.2.1