Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
1874 commits behind the upstream repository.
  • Marek Vasut's avatar
    26a64223
    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
    History
    spl: fit: Add support for loading FPGA bitstream
    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>
spl_fit.c 14.25 KiB