Skip to content
Snippets Groups Projects
  1. Nov 05, 2020
  2. Oct 29, 2020
  3. Sep 15, 2020
  4. Sep 02, 2020
  5. Aug 05, 2020
  6. Jul 28, 2020
  7. 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: Simon Glass's avatarSimon Glass <sjg@chromium.org>
      6bb74de7
  8. Jul 24, 2020
  9. 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: Simon Glass's avatarSimon Glass <sjg@chromium.org>
      57374b09
  10. Jul 15, 2020
  11. Jul 10, 2020
  12. Jun 29, 2020
  13. Jun 18, 2020
  14. Jun 02, 2020
  15. May 19, 2020
    • This contributor prefers not to receive mails's avatar
      Nokia RX-51: Add automated test for running RX-51 build in qemu · 6cfd09d4
      This contributor prefers not to receive mails authored and Lokesh Vutla's avatar Lokesh Vutla committed
      
      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
  16. Apr 27, 2020
  17. Apr 11, 2020
  18. Apr 10, 2020
  19. 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
  20. Mar 16, 2020
  21. 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
  22. Feb 25, 2020
Loading