Skip to content
Snippets Groups Projects
  1. Dec 05, 2022
    • Leah Rowe's avatar
      remove logic for avoiding nonredistributable blobs · 137b5434
      Leah Rowe authored
      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
      137b5434
  2. Dec 04, 2022
  3. Dec 03, 2022
  4. Dec 02, 2022
  5. Dec 01, 2022
    • Leah Rowe's avatar
      util/nvmutil: reset errno on cmd_swap · 85937f3f
      Leah Rowe authored
      If one of the checksums was valid, but the other was not,
      errno would be set to E_CANCELED, but then the buffer would
      be modified anyway; this is acceptable behaviour, and errno
      would later be reset writing the GBE file, which is done
      only on the condition that the buffer was modified, but
      it's also a good idea to reset it here just in case.
      
      This is not a bugfix, and no behavioural changes will be
      observed by the user, but this may *prevent* a bug in the
      future, so let's pre-fix that bug now.
      85937f3f
  6. Nov 29, 2022
  7. Nov 28, 2022
  8. Nov 27, 2022
  9. Nov 26, 2022