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/e6430/gbe | Bin 0 -> 8192 bytes config/ifd/e6430/ifd | Bin 0 -> 4096 bytes config/ifd/hp8200sff/gbe | Bin 0 -> 8192 bytes config/ifd/hp8200sff/ifd | Bin 0 -> 4096 bytes config/ifd/hp8200sff/ifd_4mb | Bin 0 -> 4096 bytes config/ifd/hp8300usdt/gbe | Bin 0 -> 8192 bytes config/ifd/hp8300usdt/ifd | Bin 0 -> 4096 bytes config/ifd/hp_ivybridge/gbe | Bin 0 -> 8192 bytes config/ifd/hp_ivybridge/ifd | Bin 0 -> 4096 bytes config/ifd/hp_sandybridge/gbe | Bin 0 -> 8192 bytes config/ifd/hp_sandybridge/ifd | Bin 0 -> 4096 bytes 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 config/ifd/t1650/12_ifd | Bin 0 -> 4096 bytes config/ifd/t1650/gbe | Bin 0 -> 8192 bytes config/ifd/t440p/gbe | Bin 0 -> 8192 bytes config/ifd/t440p/ifd | Bin 0 -> 4096 bytes config/ifd/xx20/gbe | Bin 0 -> 8192 bytes config/ifd/xx20/ifd | Bin 0 -> 4096 bytes config/ifd/xx30/16_ifd | Bin 0 -> 4096 bytes config/ifd/xx30/gbe | Bin 0 -> 8192 bytes config/ifd/xx30/ifd | Bin 0 -> 4096 bytes 25 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 config/ifd/e6430/gbe create mode 100644 config/ifd/e6430/ifd create mode 100644 config/ifd/hp8200sff/gbe create mode 100644 config/ifd/hp8200sff/ifd create mode 100644 config/ifd/hp8200sff/ifd_4mb create mode 100644 config/ifd/hp8300usdt/gbe create mode 100644 config/ifd/hp8300usdt/ifd create mode 100644 config/ifd/hp_ivybridge/gbe create mode 100644 config/ifd/hp_ivybridge/ifd create mode 100644 config/ifd/hp_sandybridge/gbe create mode 100644 config/ifd/hp_sandybridge/ifd 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 create mode 100644 config/ifd/t1650/12_ifd create mode 100644 config/ifd/t1650/gbe create mode 100644 config/ifd/t440p/gbe create mode 100644 config/ifd/t440p/ifd create mode 100644 config/ifd/xx20/gbe create mode 100644 config/ifd/xx20/ifd create mode 100644 config/ifd/xx30/16_ifd create mode 100644 config/ifd/xx30/gbe create mode 100644 config/ifd/xx30/ifd (limited to 'config') diff --git a/config/ifd/e6430/gbe b/config/ifd/e6430/gbe new file mode 100644 index 00000000..a256f571 Binary files /dev/null and b/config/ifd/e6430/gbe differ diff --git a/config/ifd/e6430/ifd b/config/ifd/e6430/ifd new file mode 100644 index 00000000..fe166bc7 Binary files /dev/null and b/config/ifd/e6430/ifd differ diff --git a/config/ifd/hp8200sff/gbe b/config/ifd/hp8200sff/gbe new file mode 100644 index 00000000..7e8776f9 Binary files /dev/null and b/config/ifd/hp8200sff/gbe differ diff --git a/config/ifd/hp8200sff/ifd b/config/ifd/hp8200sff/ifd new file mode 100644 index 00000000..db10f57f Binary files /dev/null and b/config/ifd/hp8200sff/ifd differ diff --git a/config/ifd/hp8200sff/ifd_4mb b/config/ifd/hp8200sff/ifd_4mb new file mode 100644 index 00000000..fef35107 Binary files /dev/null and b/config/ifd/hp8200sff/ifd_4mb differ diff --git a/config/ifd/hp8300usdt/gbe b/config/ifd/hp8300usdt/gbe new file mode 100644 index 00000000..e959787f Binary files /dev/null and b/config/ifd/hp8300usdt/gbe differ diff --git a/config/ifd/hp8300usdt/ifd b/config/ifd/hp8300usdt/ifd new file mode 100644 index 00000000..3b81b704 Binary files /dev/null and b/config/ifd/hp8300usdt/ifd differ diff --git a/config/ifd/hp_ivybridge/gbe b/config/ifd/hp_ivybridge/gbe new file mode 100644 index 00000000..aa9556f0 Binary files /dev/null and b/config/ifd/hp_ivybridge/gbe differ diff --git a/config/ifd/hp_ivybridge/ifd b/config/ifd/hp_ivybridge/ifd new file mode 100644 index 00000000..cc11e466 Binary files /dev/null and b/config/ifd/hp_ivybridge/ifd differ diff --git a/config/ifd/hp_sandybridge/gbe b/config/ifd/hp_sandybridge/gbe new file mode 100644 index 00000000..e0179de2 Binary files /dev/null and b/config/ifd/hp_sandybridge/gbe differ diff --git a/config/ifd/hp_sandybridge/ifd b/config/ifd/hp_sandybridge/ifd new file mode 100644 index 00000000..3838bab0 Binary files /dev/null and b/config/ifd/hp_sandybridge/ifd differ 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 diff --git a/config/ifd/t1650/12_ifd b/config/ifd/t1650/12_ifd new file mode 100644 index 00000000..623470e9 Binary files /dev/null and b/config/ifd/t1650/12_ifd differ diff --git a/config/ifd/t1650/gbe b/config/ifd/t1650/gbe new file mode 100644 index 00000000..963369d5 Binary files /dev/null and b/config/ifd/t1650/gbe differ diff --git a/config/ifd/t440p/gbe b/config/ifd/t440p/gbe new file mode 100644 index 00000000..6640a4f0 Binary files /dev/null and b/config/ifd/t440p/gbe differ diff --git a/config/ifd/t440p/ifd b/config/ifd/t440p/ifd new file mode 100644 index 00000000..241266e6 Binary files /dev/null and b/config/ifd/t440p/ifd differ diff --git a/config/ifd/xx20/gbe b/config/ifd/xx20/gbe new file mode 100644 index 00000000..0c9dfa1d Binary files /dev/null and b/config/ifd/xx20/gbe differ diff --git a/config/ifd/xx20/ifd b/config/ifd/xx20/ifd new file mode 100644 index 00000000..d042aba3 Binary files /dev/null and b/config/ifd/xx20/ifd differ diff --git a/config/ifd/xx30/16_ifd b/config/ifd/xx30/16_ifd new file mode 100644 index 00000000..b3a09fc8 Binary files /dev/null and b/config/ifd/xx30/16_ifd differ diff --git a/config/ifd/xx30/gbe b/config/ifd/xx30/gbe new file mode 100644 index 00000000..0c9dfa1d Binary files /dev/null and b/config/ifd/xx30/gbe differ diff --git a/config/ifd/xx30/ifd b/config/ifd/xx30/ifd new file mode 100644 index 00000000..c377200f Binary files /dev/null and b/config/ifd/xx30/ifd differ -- cgit v1.2.1