1. 28 4月, 2020 1 次提交
  2. 11 4月, 2020 15 次提交
  3. 06 4月, 2020 1 次提交
    • M
      ARM: zynq: Switch to single zynq configurations · f7c6ee7f
      Michal Simek 提交于
      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: NMichal Simek <michal.simek@xilinx.com>
      f7c6ee7f
  4. 17 3月, 2020 1 次提交
  5. 10 3月, 2020 1 次提交
    • T
      Azure/Travis: Re-sync jobs and clarify exclusions · 2d4cd12d
      Tom Rini 提交于
      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: NTom Rini <trini@konsulko.com>
      2d4cd12d
  6. 25 2月, 2020 2 次提交
  7. 13 2月, 2020 1 次提交
    • T
      travis/gitlab/azure: Ensure we use python3 always · 26a426a1
      Tom Rini 提交于
      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: NTom Rini <trini@konsulko.com>
      26a426a1
  8. 08 2月, 2020 2 次提交
  9. 04 2月, 2020 1 次提交
  10. 21 1月, 2020 1 次提交
  11. 11 1月, 2020 1 次提交
  12. 23 11月, 2019 1 次提交
  13. 07 11月, 2019 1 次提交
  14. 02 11月, 2019 1 次提交
  15. 31 10月, 2019 1 次提交
  16. 30 10月, 2019 1 次提交
    • B
      Bring all testings in gitlab and travis CI to Azure Pipelines · bf275222
      Bin Meng 提交于
      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: NBin Meng <bmeng.cn@gmail.com>
      bf275222
  17. 29 10月, 2019 1 次提交