mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-25 13:29:03 +02:00
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>
52 lines
617 B
Plaintext
52 lines
617 B
Plaintext
*~
|
|
*.o
|
|
/lbmk.err.log
|
|
/cbutils/
|
|
/pciroms/
|
|
/util/e6400-flash-unlock/e6400_flash_unlock
|
|
/util/ich9utils/*.bin
|
|
/util/ich9utils/demefactory
|
|
/util/ich9utils/ich9deblob
|
|
/util/ich9utils/ich9show
|
|
/util/ich9utils/ich9gen
|
|
/TODO
|
|
/bios_extract/
|
|
/ec/
|
|
/tmp/
|
|
/elf/
|
|
/payload/
|
|
/me_cleaner/
|
|
*.s[a-w]?
|
|
*.vim
|
|
/*.elf
|
|
/*.bin
|
|
/*.rom
|
|
/build_error
|
|
/TODO/
|
|
/docs/version
|
|
/bucts/
|
|
/coreboot/
|
|
/crossgcc/
|
|
/depthcharge/
|
|
/flashrom/
|
|
/resources/*/*/seen
|
|
/grub/
|
|
/memtest86plus/
|
|
/seabios/
|
|
/u-boot/
|
|
/bin/
|
|
/release/
|
|
/descriptors/
|
|
/*.bin
|
|
/push
|
|
/version
|
|
/versiondate
|
|
/blobs/
|
|
*me.bin
|
|
*sch5545ec.bin
|
|
/mrc/
|
|
/util/nvmutil/nvm
|
|
/biosutilities/
|
|
/uefitool/
|
|
/util-fw/
|