Skip to content
Snippets Groups Projects
  1. Jan 11, 2020
  2. Nov 23, 2019
  3. Nov 07, 2019
  4. Nov 05, 2019
  5. Oct 30, 2019
  6. Oct 29, 2019
  7. Oct 16, 2019
  8. Oct 13, 2019
  9. Oct 09, 2019
  10. Oct 08, 2019
  11. Sep 24, 2019
  12. Sep 19, 2019
  13. Aug 02, 2019
  14. Jul 24, 2019
    • Simon Glass's avatar
      binman: Convert to use ArgumentParser · 53cd5d92
      Simon Glass authored
      
      This class is the new way to handle arguments in Python. Convert binman
      over to use it. At the same time, introduce commands so that we can
      separate out the different parts of binman functionality.
      
      Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
      53cd5d92
    • Simon Glass's avatar
      binman: Add a utility library for coreboot CBFS · 4997a7ed
      Simon Glass authored
      
      Coreboot uses a simple flash-based filesystem called Coreboot Filesystem
      (CBFS) to organise files used during boot. This allows files to be named
      and their position in the flash to be set. It has special features for
      dealing with x86 devices which typically memory-map their SPI flash to the
      top of 32-bit address space and need a 'boot block' ending there.
      
      Create a library to help create and read CBFS files. This includes a
      writer class, a reader class and associated other helpers. Only a subset
      of features are currently supported.
      
      Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
      4997a7ed
    • Simon Glass's avatar
      binman: Pass the toolpath to tests · 8acce60b
      Simon Glass authored
      
      Tools like ifwitool may not be available in the PATH, but are available in
      the build. These tools may be needed by tests, so allow tests to use the
      --toolpath flag.
      
      Also use this flag with travis.
      
      Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
      8acce60b
  15. Jul 18, 2019
  16. Jul 17, 2019
  17. Jul 14, 2019
  18. Jun 26, 2019
    • Jagan Teki's avatar
      travis.yml: Add pyelftools install entry · cca4f576
      Jagan Teki authored and Kever Yang's avatar Kever Yang committed
      
      Currently rockchip platform is using explicit 'make u-boot.itb' for
      building u-boot.itb but if we enable CONFIG_BUILD_TARGET as 'u-boot.itb'
      then the resulting u-boot.itb directly will create by make.
      
      But, that indeed make travis build fail since it require python-pyelftools
      host package.
      
      So add pyelftools install entry as 'pip install pyelftools', this would
      create pyelftools on travis host which are required to build rk3399 itb.
      
      Signed-off-by: default avatarJagan Teki <jagan@amarulasolutions.com>
      Reviewed-by: Kever Yang's avatarKever Yang <kever.yang@rock-chips.com>
      cca4f576
  19. Jun 21, 2019
  20. Apr 26, 2019
    • Stefan Roese's avatar
      arm: kirkwood: openrd: Mark openrd boards as maintained again · b684d403
      Stefan Roese authored
      
      With the latest size increase of the openrd boards, they all compile
      clean again. Let's mark them as maintained again and add the Travis
      job.
      
      Please note that I can only compile-test these targets as I don't
      have access to one of those boards.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      Cc: Albert ARIBAUD <albert-u-boot@aribaud.net>
      Cc: Vagrant Cascadian <vagrant@debian.org>
      Cc: Chris Packham <judge.packham@gmail.com>
      Cc: Tom Rini <trini@konsulko.com>
      b684d403
  21. Apr 22, 2019
    • Marek Vasut's avatar
      travis: Add srecord package · aa2e9c9e
      Marek Vasut authored and Tom Rini's avatar Tom Rini committed
      
      At least MIPS Boston currently uses srec_cat tool to fiddle with
      srecords. There will be other platforms coming, so install the
      tool to prevent build problems.
      
      Signed-off-by: default avatarMarek Vasut <marek.vasut+renesas@gmail.com>
      Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
      Cc: Michal Simek <michal.simek@xilinx.com>
      Cc: Tom Rini <trini@konsulko.com>
      aa2e9c9e
  22. Apr 02, 2019
  23. Feb 19, 2019
  24. Jan 24, 2019
  25. Jan 22, 2019
  26. Jan 18, 2019
  27. Jan 15, 2019
  28. 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
  29. Dec 10, 2018
Loading