On 17 May 2016 at 06:59, Michal Simek <[email protected]> wrote: > Add function boot_get_fpga() which find and load bitstream to > programmable logic if fpga entry is present. > Function is supported on Xilinx devices for full and partial bitstreams > in BIN and BIT format. > > Signed-off-by: Michal Simek <[email protected]> > --- > > Tests are running on Sandbox and this support requires FPGA commands to > be enabled that's why I haven't done it. > > --- > common/bootm.c | 10 ++++++ > common/image-fit.c | 7 ++-- > common/image.c | 92 > +++++++++++++++++++++++++++++++++++++++++++++++++++++ > include/bootstage.h | 1 + > include/image.h | 3 ++ > 5 files changed, 111 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

