1. 27 4月, 2020 5 次提交
  2. 05 11月, 2019 1 次提交
  3. 07 5月, 2018 1 次提交
    • T
      SPDX: Convert all of our single license tags to Linux Kernel style · 83d290c5
      Tom Rini 提交于
      When U-Boot started using SPDX tags we were among the early adopters and
      there weren't a lot of other examples to borrow from.  So we picked the
      area of the file that usually had a full license text and replaced it
      with an appropriate SPDX-License-Identifier: entry.  Since then, the
      Linux Kernel has adopted SPDX tags and they place it as the very first
      line in a file (except where shebangs are used, then it's second line)
      and with slightly different comment styles than us.
      
      In part due to community overlap, in part due to better tag visibility
      and in part for other minor reasons, switch over to that style.
      
      This commit changes all instances where we have a single declared
      license in the tag as both the before and after are identical in tag
      contents.  There's also a few places where I found we did not have a tag
      and have introduced one.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      83d290c5
  4. 29 1月, 2018 1 次提交
  5. 23 11月, 2017 1 次提交
  6. 09 10月, 2016 1 次提交
  7. 10 9月, 2014 4 次提交
  8. 06 9月, 2014 3 次提交
  9. 22 8月, 2014 1 次提交
  10. 13 8月, 2014 3 次提交
  11. 28 7月, 2014 2 次提交
    • S
      buildman: Support in-tree builds · 189a4968
      Simon Glass 提交于
      At present buildman always builds out-of-tree, that is it uses a separate
      output directory from the source directory. Normally this is what you want,
      but it is important that in-tree builds work also. Some Makefile changes may
      break this.
      
      Add a -i option to tell buildman to use in-tree builds, so that it is easy
      to test this feature.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      189a4968
    • S
      buildman: Add -C option to force a reconfigure for each commit · 97e91526
      Simon Glass 提交于
      Normally buildman wil try to configure U-Boot for a particular board on the
      first commit that it builds in a series. Subsequent commits are built
      without reconfiguring which normally works. Where it doesn't, buildman
      automatically reconfigures and retries.
      
      To fully emulate the way MAKEALL works, we should have an option to disable
      this optimisation.
      
      Add a -C option to cause buildman to always reconfigure on each commit.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      97e91526
  12. 23 7月, 2014 1 次提交
    • S
      buildman: Add -F flag to retry failed builds · 4266dc28
      Simon Glass 提交于
      Generally a build failure with a particular commit cannot be fixed except
      by changing that commit. Changing the commit will automatically cause
      buildman to retry when you run it again: buildman sees that the commit
      hash is different and that it has no previous build result for the new
      commit hash.
      
      However sometimes the build failure is due to a toolchain issue or some
      other environment problem. In that case, retrying failed builds may yield
      a different result.
      
      Add a flag to retry failed builds. This differs from the force rebuild
      flag (-f) in that it will not rebuild commits which are already marked as
      succeeded.
      
      Series-to: u-boot
      
      Change-Id: Iac4306df499d65ff0888b1c60f06fc162a6faad8
      4266dc28
  13. 19 4月, 2014 1 次提交
  14. 15 10月, 2013 1 次提交
  15. 02 10月, 2013 1 次提交
  16. 24 7月, 2013 1 次提交
  17. 05 4月, 2013 1 次提交
    • S
      buildman - U-Boot multi-threaded builder and summary tool · fc3fe1c2
      Simon Glass 提交于
      This tool handles building U-Boot to check that you have not broken it
      with your patch series. It can build each individual commit and report
      which boards fail on which commits, and which errors come up. It also
      shows differences in image sizes due to particular commits.
      
      Buildman aims to make full use of multi-processor machines.
      
      Documentation and caveats are in tools/buildman/README.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      fc3fe1c2