From 03788d14fb0dd79b38817d5a40f1c5c2017f4551 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 4 Sep 2023 01:17:23 +0100 Subject: move ifd/gbe configs into config/ifd/ it doesn't really make sense for them to be under blobs/ - nominally, they are blobs, but they are well-understood data files containing config data, that is easily parsed by tools like ich9show or ifdtool (and tools like bincfg or nvmutil) blobs/ has been re-purposed: this directory no longer exists in lbmk, but it is created (and on .gitignore) when needed, by blobutil thus, the blobs/ directory shall only contain vendor files, and only those files that libreboot scrubs from releases. therefore, build/release/src can (and has been) simplified; it currently copies just the ifd and gbe files from blobs/, selectively, and this logic is quite error prone, requiring maintenance. now, the build/release/src script simply copies config/ (which only ever contains distributable files) and entirely ignores the blobs/ directory the blob download script already creates the required directory, except for the sch5545 download; this is now fixed lbmk code size is slightly smaller, due to this patch Signed-off-by: Leah Rowe --- config/ifd/ich9m/16_ifd | Bin 0 -> 4096 bytes config/ifd/ich9m/4_ifd | Bin 0 -> 4096 bytes config/ifd/ich9m/4_ifd_nogbe | Bin 0 -> 4096 bytes config/ifd/ich9m/8_ifd | Bin 0 -> 4096 bytes config/ifd/ich9m/gbe | Bin 0 -> 8192 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 config/ifd/ich9m/16_ifd create mode 100644 config/ifd/ich9m/4_ifd create mode 100644 config/ifd/ich9m/4_ifd_nogbe create mode 100644 config/ifd/ich9m/8_ifd create mode 100644 config/ifd/ich9m/gbe (limited to 'config/ifd/ich9m') diff --git a/config/ifd/ich9m/16_ifd b/config/ifd/ich9m/16_ifd new file mode 100644 index 00000000..e9dd5b64 Binary files /dev/null and b/config/ifd/ich9m/16_ifd differ diff --git a/config/ifd/ich9m/4_ifd b/config/ifd/ich9m/4_ifd new file mode 100644 index 00000000..aa2453b1 Binary files /dev/null and b/config/ifd/ich9m/4_ifd differ diff --git a/config/ifd/ich9m/4_ifd_nogbe b/config/ifd/ich9m/4_ifd_nogbe new file mode 100644 index 00000000..366d316a Binary files /dev/null and b/config/ifd/ich9m/4_ifd_nogbe differ diff --git a/config/ifd/ich9m/8_ifd b/config/ifd/ich9m/8_ifd new file mode 100644 index 00000000..094fc072 Binary files /dev/null and b/config/ifd/ich9m/8_ifd differ diff --git a/config/ifd/ich9m/gbe b/config/ifd/ich9m/gbe new file mode 100644 index 00000000..2f26a275 Binary files /dev/null and b/config/ifd/ich9m/gbe differ -- cgit v1.2.1