diff options
author | Leah Rowe <leah@libreboot.org> | 2023-09-04 01:17:23 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-09-04 01:38:08 +0100 |
commit | 03788d14fb0dd79b38817d5a40f1c5c2017f4551 (patch) | |
tree | e6dbbb81ca7fc9fed20367484e9167248e8e2626 /config | |
parent | 6ddb0e09742bc80e85355c3321cee48849dcecd5 (diff) |
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 <leah@libreboot.org>
Diffstat (limited to 'config')
-rw-r--r-- | config/ifd/e6430/gbe | bin | 0 -> 8192 bytes |
-rw-r--r-- | config/ifd/e6430/ifd | bin | 0 -> 4096 bytes |
-rw-r--r-- | config/ifd/hp8200sff/gbe | bin | 0 -> 8192 bytes |
-rw-r--r-- | config/ifd/hp8200sff/ifd | bin | 0 -> 4096 bytes |
-rw-r--r-- | config/ifd/hp8200sff/ifd_4mb | bin | 0 -> 4096 bytes |
-rw-r--r-- | config/ifd/hp8300usdt/gbe | bin | 0 -> 8192 bytes |
-rw-r--r-- | config/ifd/hp8300usdt/ifd | bin | 0 -> 4096 bytes |
-rw-r--r-- | config/ifd/hp_ivybridge/gbe | bin | 0 -> 8192 bytes |
-rw-r--r-- | config/ifd/hp_ivybridge/ifd | bin | 0 -> 4096 bytes |
-rw-r--r-- | config/ifd/hp_sandybridge/gbe | bin | 0 -> 8192 bytes |
-rw-r--r-- | config/ifd/hp_sandybridge/ifd | bin | 0 -> 4096 bytes |
-rw-r--r-- | config/ifd/ich9m/16_ifd | bin | 0 -> 4096 bytes |
-rw-r--r-- | config/ifd/ich9m/4_ifd | bin | 0 -> 4096 bytes |
-rw-r--r-- | config/ifd/ich9m/4_ifd_nogbe | bin | 0 -> 4096 bytes |
-rw-r--r-- | config/ifd/ich9m/8_ifd | bin | 0 -> 4096 bytes |
-rw-r--r-- | config/ifd/ich9m/gbe | bin | 0 -> 8192 bytes |
-rw-r--r-- | config/ifd/t1650/12_ifd | bin | 0 -> 4096 bytes |
-rw-r--r-- | config/ifd/t1650/gbe | bin | 0 -> 8192 bytes |
-rw-r--r-- | config/ifd/t440p/gbe | bin | 0 -> 8192 bytes |
-rw-r--r-- | config/ifd/t440p/ifd | bin | 0 -> 4096 bytes |
-rw-r--r-- | config/ifd/xx20/gbe | bin | 0 -> 8192 bytes |
-rw-r--r-- | config/ifd/xx20/ifd | bin | 0 -> 4096 bytes |
-rw-r--r-- | config/ifd/xx30/16_ifd | bin | 0 -> 4096 bytes |
-rw-r--r-- | config/ifd/xx30/gbe | bin | 0 -> 8192 bytes |
-rw-r--r-- | config/ifd/xx30/ifd | bin | 0 -> 4096 bytes |
25 files changed, 0 insertions, 0 deletions
diff --git a/config/ifd/e6430/gbe b/config/ifd/e6430/gbe Binary files differnew file mode 100644 index 00000000..a256f571 --- /dev/null +++ b/config/ifd/e6430/gbe diff --git a/config/ifd/e6430/ifd b/config/ifd/e6430/ifd Binary files differnew file mode 100644 index 00000000..fe166bc7 --- /dev/null +++ b/config/ifd/e6430/ifd diff --git a/config/ifd/hp8200sff/gbe b/config/ifd/hp8200sff/gbe Binary files differnew file mode 100644 index 00000000..7e8776f9 --- /dev/null +++ b/config/ifd/hp8200sff/gbe diff --git a/config/ifd/hp8200sff/ifd b/config/ifd/hp8200sff/ifd Binary files differnew file mode 100644 index 00000000..db10f57f --- /dev/null +++ b/config/ifd/hp8200sff/ifd diff --git a/config/ifd/hp8200sff/ifd_4mb b/config/ifd/hp8200sff/ifd_4mb Binary files differnew file mode 100644 index 00000000..fef35107 --- /dev/null +++ b/config/ifd/hp8200sff/ifd_4mb diff --git a/config/ifd/hp8300usdt/gbe b/config/ifd/hp8300usdt/gbe Binary files differnew file mode 100644 index 00000000..e959787f --- /dev/null +++ b/config/ifd/hp8300usdt/gbe diff --git a/config/ifd/hp8300usdt/ifd b/config/ifd/hp8300usdt/ifd Binary files differnew file mode 100644 index 00000000..3b81b704 --- /dev/null +++ b/config/ifd/hp8300usdt/ifd diff --git a/config/ifd/hp_ivybridge/gbe b/config/ifd/hp_ivybridge/gbe Binary files differnew file mode 100644 index 00000000..aa9556f0 --- /dev/null +++ b/config/ifd/hp_ivybridge/gbe diff --git a/config/ifd/hp_ivybridge/ifd b/config/ifd/hp_ivybridge/ifd Binary files differnew file mode 100644 index 00000000..cc11e466 --- /dev/null +++ b/config/ifd/hp_ivybridge/ifd diff --git a/config/ifd/hp_sandybridge/gbe b/config/ifd/hp_sandybridge/gbe Binary files differnew file mode 100644 index 00000000..e0179de2 --- /dev/null +++ b/config/ifd/hp_sandybridge/gbe diff --git a/config/ifd/hp_sandybridge/ifd b/config/ifd/hp_sandybridge/ifd Binary files differnew file mode 100644 index 00000000..3838bab0 --- /dev/null +++ b/config/ifd/hp_sandybridge/ifd diff --git a/config/ifd/ich9m/16_ifd b/config/ifd/ich9m/16_ifd Binary files differnew file mode 100644 index 00000000..e9dd5b64 --- /dev/null +++ b/config/ifd/ich9m/16_ifd diff --git a/config/ifd/ich9m/4_ifd b/config/ifd/ich9m/4_ifd Binary files differnew file mode 100644 index 00000000..aa2453b1 --- /dev/null +++ b/config/ifd/ich9m/4_ifd diff --git a/config/ifd/ich9m/4_ifd_nogbe b/config/ifd/ich9m/4_ifd_nogbe Binary files differnew file mode 100644 index 00000000..366d316a --- /dev/null +++ b/config/ifd/ich9m/4_ifd_nogbe diff --git a/config/ifd/ich9m/8_ifd b/config/ifd/ich9m/8_ifd Binary files differnew file mode 100644 index 00000000..094fc072 --- /dev/null +++ b/config/ifd/ich9m/8_ifd diff --git a/config/ifd/ich9m/gbe b/config/ifd/ich9m/gbe Binary files differnew file mode 100644 index 00000000..2f26a275 --- /dev/null +++ b/config/ifd/ich9m/gbe diff --git a/config/ifd/t1650/12_ifd b/config/ifd/t1650/12_ifd Binary files differnew file mode 100644 index 00000000..623470e9 --- /dev/null +++ b/config/ifd/t1650/12_ifd diff --git a/config/ifd/t1650/gbe b/config/ifd/t1650/gbe Binary files differnew file mode 100644 index 00000000..963369d5 --- /dev/null +++ b/config/ifd/t1650/gbe diff --git a/config/ifd/t440p/gbe b/config/ifd/t440p/gbe Binary files differnew file mode 100644 index 00000000..6640a4f0 --- /dev/null +++ b/config/ifd/t440p/gbe diff --git a/config/ifd/t440p/ifd b/config/ifd/t440p/ifd Binary files differnew file mode 100644 index 00000000..241266e6 --- /dev/null +++ b/config/ifd/t440p/ifd diff --git a/config/ifd/xx20/gbe b/config/ifd/xx20/gbe Binary files differnew file mode 100644 index 00000000..0c9dfa1d --- /dev/null +++ b/config/ifd/xx20/gbe diff --git a/config/ifd/xx20/ifd b/config/ifd/xx20/ifd Binary files differnew file mode 100644 index 00000000..d042aba3 --- /dev/null +++ b/config/ifd/xx20/ifd diff --git a/config/ifd/xx30/16_ifd b/config/ifd/xx30/16_ifd Binary files differnew file mode 100644 index 00000000..b3a09fc8 --- /dev/null +++ b/config/ifd/xx30/16_ifd diff --git a/config/ifd/xx30/gbe b/config/ifd/xx30/gbe Binary files differnew file mode 100644 index 00000000..0c9dfa1d --- /dev/null +++ b/config/ifd/xx30/gbe diff --git a/config/ifd/xx30/ifd b/config/ifd/xx30/ifd Binary files differnew file mode 100644 index 00000000..c377200f --- /dev/null +++ b/config/ifd/xx30/ifd |