Skip to content
Snippets Groups Projects
  1. Mar 04, 2021
  2. Feb 28, 2021
  3. Jan 27, 2021
  4. Nov 05, 2020
  5. Oct 29, 2020
  6. Sep 15, 2020
  7. Sep 02, 2020
  8. Aug 05, 2020
  9. Jul 25, 2020
    • Simon Glass's avatar
      patman: Add a 'test' subcommand · 6bb74de7
      Simon Glass authored
      
      At present we use --test to indicate that tests should be run. It is
      better to use a subcommand for list, like binman. Change it and adjust
      the existing code to fit under a 'send' subcommand, the default.
      
      Give this subcommand the same default arguments as the others.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      6bb74de7
  10. Jul 24, 2020
  11. Jul 20, 2020
    • Simon Glass's avatar
      patman: Add a 'test' subcommand · 57374b09
      Simon Glass authored
      
      At present we use --test to indicate that tests should be run. It is
      better to use a subcommand for list, like binman. Change it and adjust
      the existing code to fit under a 'send' subcommand, the default.
      
      Give this subcommand the same default arguments as the others.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      57374b09
  12. Jul 15, 2020
  13. Jul 10, 2020
  14. Jun 29, 2020
  15. Jun 18, 2020
  16. May 19, 2020
    • Pali Rohár's avatar
      Nokia RX-51: Add automated test for running RX-51 build in qemu · 6cfd09d4
      Pali Rohár authored
      
      This patch contains test/nokia_rx51_test.sh script which automatically
      download and compile all needed tools in local temporary directory to
      generate a simple MTD images for booting Maemo kernel image by U-Boot from
      RAM, eMMC and OneNAND. MTD images are then run in virtual n900 machine
      provided by qemu-linaro project.
      
      This script does not need any special privileges, so it can be run as
      non-root nobody user.
      
      It can be used to check that U-Boot for Nokia N900 is not broken and can be
      successfully booted in emulator.
      
      Script is registered to .azure-pipelines.yml, .gitlab-ci.yml and
      .travis.yml so it would be automatically run on those CI services.
      
      Signed-off-by: default avatarPali Rohár <pali@kernel.org>
      6cfd09d4
  17. Apr 27, 2020
  18. Apr 11, 2020
  19. Apr 10, 2020
  20. 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
  21. Mar 16, 2020
  22. Feb 25, 2020
  23. Feb 24, 2020
  24. 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
Loading