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 /blobs | |
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 'blobs')
-rw-r--r-- | blobs/e6430/gbe.bin | bin | 8192 -> 0 bytes |
-rw-r--r-- | blobs/e6430/ifd.bin | bin | 4096 -> 0 bytes |
-rw-r--r-- | blobs/hp8200sff/gbe.bin | bin | 8192 -> 0 bytes |
-rw-r--r-- | blobs/hp8200sff/ifd.bin | bin | 4096 -> 0 bytes |
-rw-r--r-- | blobs/hp8200sff/ifd_4mb.bin | bin | 4096 -> 0 bytes |
-rw-r--r-- | blobs/hp8300usdt/gbe.bin | bin | 8192 -> 0 bytes |
-rw-r--r-- | blobs/hp8300usdt/ifd.bin | bin | 4096 -> 0 bytes |
-rw-r--r-- | blobs/hp_ivybridge/gbe.bin | bin | 8192 -> 0 bytes |
-rw-r--r-- | blobs/hp_ivybridge/ifd.bin | bin | 4096 -> 0 bytes |
-rw-r--r-- | blobs/hp_sandybridge/gbe.bin | bin | 8192 -> 0 bytes |
-rw-r--r-- | blobs/hp_sandybridge/ifd.bin | bin | 4096 -> 0 bytes |
-rw-r--r-- | blobs/ich9m/16_ifd.bin | bin | 4096 -> 0 bytes |
-rw-r--r-- | blobs/ich9m/4_ifd.bin | bin | 4096 -> 0 bytes |
-rw-r--r-- | blobs/ich9m/4_ifd_nogbe.bin | bin | 4096 -> 0 bytes |
-rw-r--r-- | blobs/ich9m/8_ifd.bin | bin | 4096 -> 0 bytes |
-rw-r--r-- | blobs/ich9m/gbe.bin | bin | 8192 -> 0 bytes |
-rw-r--r-- | blobs/t1650/12_ifd.bin | bin | 4096 -> 0 bytes |
-rw-r--r-- | blobs/t1650/gbe.bin | bin | 8192 -> 0 bytes |
-rw-r--r-- | blobs/t440p/gbe.bin | bin | 8192 -> 0 bytes |
-rw-r--r-- | blobs/t440p/ifd.bin | bin | 4096 -> 0 bytes |
-rw-r--r-- | blobs/xx20/gbe.bin | bin | 8192 -> 0 bytes |
-rw-r--r-- | blobs/xx20/ifd.bin | bin | 4096 -> 0 bytes |
-rw-r--r-- | blobs/xx30/16_ifd.bin | bin | 4096 -> 0 bytes |
-rw-r--r-- | blobs/xx30/gbe.bin | bin | 8192 -> 0 bytes |
-rw-r--r-- | blobs/xx30/ifd.bin | bin | 4096 -> 0 bytes |
25 files changed, 0 insertions, 0 deletions
diff --git a/blobs/e6430/gbe.bin b/blobs/e6430/gbe.bin Binary files differdeleted file mode 100644 index a256f571..00000000 --- a/blobs/e6430/gbe.bin +++ /dev/null diff --git a/blobs/e6430/ifd.bin b/blobs/e6430/ifd.bin Binary files differdeleted file mode 100644 index fe166bc7..00000000 --- a/blobs/e6430/ifd.bin +++ /dev/null diff --git a/blobs/hp8200sff/gbe.bin b/blobs/hp8200sff/gbe.bin Binary files differdeleted file mode 100644 index 7e8776f9..00000000 --- a/blobs/hp8200sff/gbe.bin +++ /dev/null diff --git a/blobs/hp8200sff/ifd.bin b/blobs/hp8200sff/ifd.bin Binary files differdeleted file mode 100644 index db10f57f..00000000 --- a/blobs/hp8200sff/ifd.bin +++ /dev/null diff --git a/blobs/hp8200sff/ifd_4mb.bin b/blobs/hp8200sff/ifd_4mb.bin Binary files differdeleted file mode 100644 index fef35107..00000000 --- a/blobs/hp8200sff/ifd_4mb.bin +++ /dev/null diff --git a/blobs/hp8300usdt/gbe.bin b/blobs/hp8300usdt/gbe.bin Binary files differdeleted file mode 100644 index e959787f..00000000 --- a/blobs/hp8300usdt/gbe.bin +++ /dev/null diff --git a/blobs/hp8300usdt/ifd.bin b/blobs/hp8300usdt/ifd.bin Binary files differdeleted file mode 100644 index 3b81b704..00000000 --- a/blobs/hp8300usdt/ifd.bin +++ /dev/null diff --git a/blobs/hp_ivybridge/gbe.bin b/blobs/hp_ivybridge/gbe.bin Binary files differdeleted file mode 100644 index aa9556f0..00000000 --- a/blobs/hp_ivybridge/gbe.bin +++ /dev/null diff --git a/blobs/hp_ivybridge/ifd.bin b/blobs/hp_ivybridge/ifd.bin Binary files differdeleted file mode 100644 index cc11e466..00000000 --- a/blobs/hp_ivybridge/ifd.bin +++ /dev/null diff --git a/blobs/hp_sandybridge/gbe.bin b/blobs/hp_sandybridge/gbe.bin Binary files differdeleted file mode 100644 index e0179de2..00000000 --- a/blobs/hp_sandybridge/gbe.bin +++ /dev/null diff --git a/blobs/hp_sandybridge/ifd.bin b/blobs/hp_sandybridge/ifd.bin Binary files differdeleted file mode 100644 index 3838bab0..00000000 --- a/blobs/hp_sandybridge/ifd.bin +++ /dev/null diff --git a/blobs/ich9m/16_ifd.bin b/blobs/ich9m/16_ifd.bin Binary files differdeleted file mode 100644 index e9dd5b64..00000000 --- a/blobs/ich9m/16_ifd.bin +++ /dev/null diff --git a/blobs/ich9m/4_ifd.bin b/blobs/ich9m/4_ifd.bin Binary files differdeleted file mode 100644 index aa2453b1..00000000 --- a/blobs/ich9m/4_ifd.bin +++ /dev/null diff --git a/blobs/ich9m/4_ifd_nogbe.bin b/blobs/ich9m/4_ifd_nogbe.bin Binary files differdeleted file mode 100644 index 366d316a..00000000 --- a/blobs/ich9m/4_ifd_nogbe.bin +++ /dev/null diff --git a/blobs/ich9m/8_ifd.bin b/blobs/ich9m/8_ifd.bin Binary files differdeleted file mode 100644 index 094fc072..00000000 --- a/blobs/ich9m/8_ifd.bin +++ /dev/null diff --git a/blobs/ich9m/gbe.bin b/blobs/ich9m/gbe.bin Binary files differdeleted file mode 100644 index 2f26a275..00000000 --- a/blobs/ich9m/gbe.bin +++ /dev/null diff --git a/blobs/t1650/12_ifd.bin b/blobs/t1650/12_ifd.bin Binary files differdeleted file mode 100644 index 623470e9..00000000 --- a/blobs/t1650/12_ifd.bin +++ /dev/null diff --git a/blobs/t1650/gbe.bin b/blobs/t1650/gbe.bin Binary files differdeleted file mode 100644 index 963369d5..00000000 --- a/blobs/t1650/gbe.bin +++ /dev/null diff --git a/blobs/t440p/gbe.bin b/blobs/t440p/gbe.bin Binary files differdeleted file mode 100644 index 6640a4f0..00000000 --- a/blobs/t440p/gbe.bin +++ /dev/null diff --git a/blobs/t440p/ifd.bin b/blobs/t440p/ifd.bin Binary files differdeleted file mode 100644 index 241266e6..00000000 --- a/blobs/t440p/ifd.bin +++ /dev/null diff --git a/blobs/xx20/gbe.bin b/blobs/xx20/gbe.bin Binary files differdeleted file mode 100644 index 0c9dfa1d..00000000 --- a/blobs/xx20/gbe.bin +++ /dev/null diff --git a/blobs/xx20/ifd.bin b/blobs/xx20/ifd.bin Binary files differdeleted file mode 100644 index d042aba3..00000000 --- a/blobs/xx20/ifd.bin +++ /dev/null diff --git a/blobs/xx30/16_ifd.bin b/blobs/xx30/16_ifd.bin Binary files differdeleted file mode 100644 index b3a09fc8..00000000 --- a/blobs/xx30/16_ifd.bin +++ /dev/null diff --git a/blobs/xx30/gbe.bin b/blobs/xx30/gbe.bin Binary files differdeleted file mode 100644 index 0c9dfa1d..00000000 --- a/blobs/xx30/gbe.bin +++ /dev/null diff --git a/blobs/xx30/ifd.bin b/blobs/xx30/ifd.bin Binary files differdeleted file mode 100644 index c377200f..00000000 --- a/blobs/xx30/ifd.bin +++ /dev/null |