1. 21 Mar, 2022 13 commits
  2. 04 Mar, 2022 2 commits
  3. 25 Feb, 2022 4 commits
  4. 21 Feb, 2022 3 commits
  5. 19 Feb, 2022 3 commits
  6. 12 Feb, 2022 1 commit
  7. 11 Feb, 2022 2 commits
  8. 09 Feb, 2022 1 commit
  9. 04 Feb, 2022 6 commits
  10. 01 Feb, 2022 1 commit
  11. 31 Jan, 2022 1 commit
    • Alyssa Ross's avatar
      Fix diffing CBFS names containing spaces · 5269c1c0
      Alyssa Ross authored and Chris Lamb's avatar Chris Lamb committed
      The first entry in my coreboot.rom is called "cbfs master header", so
      the previous behaviour of splitting on whitespace would try to extract
      a non-existent file named "cbfs".
      
      The -k argument to cbfstool print tells it to use "machine-readable"
      output, which means fields are separated with tabs.  I don't think
      there's any way to handle a name that actually contains a tab
      character (we can't assume name is the nth last field because the
      number of fields is variable), so we just have to hope that doesn't
      come up.
      5269c1c0
  12. 29 Jan, 2022 1 commit
  13. 28 Jan, 2022 2 commits