Skip to content
Snippets Groups Projects
  1. Apr 11, 2020
  2. Apr 10, 2020
  3. Apr 06, 2020
    • Michal Simek's avatar
      ARM: zynq: Switch to single zynq configurations · f7c6ee7f
      Michal Simek authored
      
      There are a lot of zynq configurations which can be merged together and use
      only one for all. The similar change has been done for ZynqMP by commit
      be1b6c32 ("arm64: zynqmp: Use zynqmp_virt platform")
      
      Build SPL with u-boot.img for zc706 like this.
      export DEVICE_TREE=zynq-zc706 && make xilinx_zynq_virt_defconfig && make -j8
      u-boot.img is generic for all boards.
      
      Tested on Zybo, zc702, zc706, zc770-xm011-x16, cc108 and microzed.
      
      Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
      f7c6ee7f
  4. Mar 16, 2020
  5. Mar 09, 2020
    • Tom Rini's avatar
      Azure/Travis: Re-sync jobs and clarify exclusions · 2d4cd12d
      Tom Rini authored
      
      We keep both of these jobs in sync as much as possible even when the
      primary motivation is to keep Travis from exceeding the build time limit
      there.  With that in mind:
      - Use "rk" not "rockchip" to get all Rockchip SoC platforms in one job,
        rather than just all Rockchip vendor platforms.
      - The NXP LX216* SoCs have their own job, exclude them from the AArch64
        generic job.
      - SoCFPGA SoCs have their own job, exclude them from the AArch64 generic
        job.
      
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      2d4cd12d
  6. Feb 25, 2020
  7. Feb 24, 2020
  8. Feb 13, 2020
    • Tom Rini's avatar
      travis/gitlab/azure: Ensure we use python3 always · 26a426a1
      Tom Rini authored
      
      When running our tests there are some cases where as part of the Python
      2.7 to Python 3.6 migration we didn't force Python 3.6 to be used as
      everything wasn't yet migrated.  Now that everything is, make sure to
      tell virtualenv to use python3.  In the case of Travis this is best done
      by making the tools test happen after the main tests so that it will
      already have been run in all cases, TEST_PY_TOOLS is a subset of
      TEST_PY_BD.
      
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      26a426a1
  9. Feb 07, 2020
  10. Feb 04, 2020
  11. Jan 20, 2020
  12. Jan 10, 2020
  13. Nov 23, 2019
  14. Nov 07, 2019
  15. Nov 01, 2019
  16. Oct 31, 2019
  17. Oct 29, 2019
    • Bin Meng's avatar
      Bring all testings in gitlab and travis CI to Azure Pipelines · bf275222
      Bin Meng authored and Tom Rini's avatar Tom Rini committed
      
      This expands current Azure Pipelines Windows host tools build
      testing to cover all the CI testing in gitlab and travis CI.
      
      Note for some unknown reason, the 'container' cannot be used for
      any jobs that have buildman, for buildman does not exit properly
      and hangs the job forever. As a workaround, we manually call
      docker to run the image to perform the CI tasks.
      
      A complete run on Azure Pipelines takes about 2 hours and 10
      minutes.
      
      Signed-off-by: Bin Meng's avatarBin Meng <bmeng.cn@gmail.com>
      bf275222
  18. Oct 28, 2019
Loading