lbmk/resources/scripts/build
Leah Rowe 137b5434d7 remove logic for avoiding nonredistributable blobs
the --nuke option in ifdtool will be used instead, to nuke
the ME regions in specific rom sets (and cbfstool will be
used to delete mrc.bin files from rom sets)

the new method being implemented is heavier on disk io, but
simplifies lbmk, and disk io could still be optimised in
the following ways:

* when copying roms from boards with ME in them, use
  ifdtool --nuke to get filename.rom.new, and *move* (not copy)
  filename.rom.new to the new destination (for use with tar)

* possibly modify ifdtool to make efficient use of mmap for
  disk i/o; it currently loads entire roms into an allocated
  buffer in memory
2022-12-05 00:10:07 +00:00
..
boot remove logic for avoiding nonredistributable blobs 2022-12-05 00:10:07 +00:00
clean update coreboot and nuke tianocore 2021-11-22 10:03:50 +00:00
dependencies dependencies/arch: notice about unifont dependency 2022-11-19 15:31:25 +00:00
descriptors libreboot! 2021-05-18 13:56:12 +01:00
module Do not treat warnings as errors when building flashrom. This fixes build failure with newer versions of GCC. 2021-12-02 08:12:01 +08:00
payload build/payload: Add helper script to build U-Boot as payload 2022-08-28 13:09:52 +03:00
release remove logic for avoiding nonredistributable blobs 2022-12-05 00:10:07 +00:00