Skip to content
Snippets Groups Projects
  1. Oct 23, 2018
    • Tom Rini's avatar
      travis: Rework Freescale ARM jobs a bit · 818408e2
      Tom Rini authored
      
      - Split the AArch64 LS10xx and LS20xx builds into their own jobs, and
        then exclude only ls1/ls2 from the catch-all.  This moves the S32V234
        job (and future i.MX8*) to the catch-all.
      - Split spear out from arm926ejs and exclude freescale, not mx from that
        job.  The older Freescale i.MX boards are caught by the catch-all job
        for Freescale but now we build the non-Freescale older i.MX platforms.
      
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      818408e2
  2. Oct 22, 2018
  3. Oct 19, 2018
  4. Oct 08, 2018
    • Simon Glass's avatar
      binman: Run tests concurrently · 11ae93ee
      Simon Glass authored
      
      At present the tests run one after the other using a single CPU. This is
      not very efficient. Bring in the concurrencytest module and run the tests
      concurrently, using one process for each CPU by default. A -P option
      allows this to be overridden, which is necessary for code-coverage to
      function correctly.
      
      This requires fixing a few tests which are currently not fully
      independent.
      
      At some point we might consider doing this across all pytests in U-Boot.
      There is a pytest version that supports specifying the number of processes
      to use, but it did not work for me.
      
      Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
      11ae93ee
  5. Sep 29, 2018
  6. Sep 10, 2018
  7. Sep 06, 2018
  8. Aug 10, 2018
  9. Jul 31, 2018
  10. Jul 02, 2018
  11. May 30, 2018
  12. May 23, 2018
  13. May 07, 2018
    • Tom Rini's avatar
      SPDX: Convert all of our single license tags to Linux Kernel style · 83d290c5
      Tom Rini authored
      
      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: default avatarTom Rini <trini@konsulko.com>
      83d290c5
  14. Apr 02, 2018
  15. Mar 14, 2018
  16. Feb 14, 2018
  17. Feb 05, 2018
  18. Jan 23, 2018
  19. Jan 22, 2018
  20. Jan 19, 2018
  21. Jan 16, 2018
  22. Jan 12, 2018
  23. Jan 10, 2018
  24. Oct 07, 2017
  25. Oct 06, 2017
  26. Sep 24, 2017
  27. Sep 22, 2017
  28. Sep 15, 2017
Loading