1. 15 1月, 2015 2 次提交
  2. 10 9月, 2014 1 次提交
    • S
      buildman: Add a functional test · d4144e45
      Simon Glass 提交于
      Buildman currently lacks testing in many areas, including its use of git,
      make and many command-line flags.
      
      Add a functional test which covers some of these areas. So far it does
      a fake 'build' of all boards for the current source tree.
      
      This version reads the real ~/.buildman and boards.cfg files. Future work
      will improve this.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      d4144e45
  3. 06 9月, 2014 1 次提交
  4. 08 7月, 2014 2 次提交
  5. 11 10月, 2013 1 次提交
  6. 02 10月, 2013 1 次提交
  7. 24 7月, 2013 1 次提交
  8. 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