1. 27 4月, 2020 8 次提交
  2. 21 4月, 2020 3 次提交
  3. 16 4月, 2020 1 次提交
  4. 14 11月, 2019 2 次提交
  5. 05 11月, 2019 3 次提交
  6. 28 10月, 2019 1 次提交
  7. 15 10月, 2019 4 次提交
    • D
      patman: Use the Change-Id, version, and prefix in the Message-Id · 833e4192
      Douglas Anderson 提交于
      As per the centithread on ksummit-discuss [1], there are folks who
      feel that if a Change-Id is present in a developer's local commit that
      said Change-Id could be interesting to include in upstream posts.
      Specifically if two commits are posted with the same Change-Id there's
      a reasonable chance that they are either the same commit or a newer
      version of the same commit.  Specifically this is because that's how
      gerrit has trained people to work.
      
      There is much angst about Change-Id in upstream Linux, but one thing
      that seems safe and non-controversial is to include the Change-Id as
      part of the string of crud that makes up a Message-Id.
      
      Let's give that a try.
      
      In theory (if there is enough adoption) this could help a tool more
      reliably find various versions of a commit.  This actually might work
      pretty well for U-Boot where (I believe) quite a number of developers
      use patman, so there could be critical mass (assuming that enough of
      these people also use a git hook that adds Change-Id to their
      commits).  I was able to find this git hook by searching for "gerrit
      change id git hook" in my favorite search engine.
      
      In theory one could imagine something like this could be integrated
      into other tools, possibly even git-send-email.  Getting it into
      patman seems like a sane first step, though.
      
      NOTE: this patch is being posted using a patman containing this patch,
      so you should be able to see the Message-Id of this patch and see that
      it contains my local Change-Id, which ends in 2b9 if you want to
      check.
      
      [1] https://lists.linuxfoundation.org/pipermail/ksummit-discuss/2019-August/006739.htmlSigned-off-by: NDouglas Anderson <dianders@chromium.org>
      833e4192
    • S
      binman: Use the Makefile for u_boot_ucode_ptr · f514d8f2
      Simon Glass 提交于
      Remove this file from git and instead build it using the Makefile.
      
      Update tools.GetInputFilename() to support reading files from an absolute
      path, so that we can read the Elf test files easily. Also make sure that
      the temp directory is report in ELF tests as this was commented out.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      f514d8f2
    • S
      patman: Update command.Run() to handle failure better · 6eace398
      Simon Glass 提交于
      At present tools are not expected to fail. If they do an exception is
      raised but there is no detail about what went wrong. This makes it hard
      to debug if something does actually go wrong.
      
      Fix this by outputting both stderr and stdout on failure.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      6eace398
    • S
      patman: Drop binary parameter · 3b1c0b09
      Simon Glass 提交于
      Since cros_subprocess use bytestrings now, this feature not needed. Drop
      it.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      3b1c0b09
  8. 29 7月, 2019 5 次提交
  9. 25 7月, 2019 4 次提交
  10. 24 7月, 2019 3 次提交
  11. 11 7月, 2019 6 次提交