Skip to content
Snippets Groups Projects
  1. Jan 18, 2019
  2. Jan 15, 2019
  3. Dec 15, 2018
    • Otavio Salvador's avatar
      tools: add a generic config for native tools building · 80870e2a
      Otavio Salvador authored and Tom Rini's avatar Tom Rini committed
      
      The motivation for this is to allow distributions to distribute all
      possible tools in a generic way, avoiding the need of specific tools
      building for each machine.
      
      Especially on OpenEmbedded / Yocto Project ecosystem, it is very
      common each BSP to end providing their specific tools when they need
      to generate images for some SoC (e.g MX23 / MX28 in meta-freescale
      case).
      
      Using this, we can package the tools doing:
      
      $: make tools-only_defconfig
      $: make tools-only
      
      Signed-off-by: default avatarOtavio Salvador <otavio@ossystems.com.br>
      [trini: Add MAINTAINERS entry for myself, add to .travis.yml, make
      U-Boot itself buildable to not trip up other frameworks]
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      80870e2a
  4. Dec 10, 2018
  5. Dec 07, 2018
  6. Nov 15, 2018
    • Tom Rini's avatar
      travis: Ensure we use pytest 2.8.7 · f6206f85
      Tom Rini authored
      
      The latest version of pytest (4.0.0) makes some of the code we have in
      test/py/conftest.py a fatal error that needs to be migrated.
      Unfortunately this in turn requires changes that don't exist in older
      versions of pytest such as 2.8.7 that ships with Ubuntu 16.04.  Force
      travis to use this older version of pytest.
      
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      f6206f85
  7. 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
  8. Oct 22, 2018
  9. Oct 19, 2018
  10. 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
  11. Sep 29, 2018
  12. Sep 10, 2018
  13. Sep 06, 2018
  14. Aug 10, 2018
  15. Jul 31, 2018
  16. Jul 02, 2018
  17. May 30, 2018
  18. May 23, 2018
  19. 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
  20. Apr 02, 2018
  21. Mar 14, 2018
  22. Feb 14, 2018
  23. Feb 05, 2018
  24. Jan 23, 2018
  25. Jan 22, 2018
  26. Jan 19, 2018
  27. Jan 16, 2018
  28. Jan 12, 2018
  29. Jan 10, 2018
Loading