Skip to content
This project is mirrored from https://github.com/u-boot/u-boot.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. May 24, 2018
    • Marek Vasut's avatar
      spl: fit: Add support for loading FPGA bitstream · 26a64223
      Marek Vasut authored
      
      
      Add support for loading FPGA into the SPL fitImage support. The
      mechanism is flexible and allows user to override the actual
      function for loading the FPGA itself. This is because on some
      systems, the FPGA must be programmed to allow DRAM access, so
      loading the full fitImage may not be possible if it contains
      the bitstream. Instead, the spl_load_fpga_image() provides all
      the tools to load the bitstream in parts while programming it
      into the FPGA.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      [trini: Don't always have a branch to print out type]
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      26a64223
  2. May 23, 2018
  3. May 22, 2018
  4. May 20, 2018
Loading