]> git.ipfire.org Git - people/ms/u-boot.git/commit
image: Add boot_get_fpga() to load fpga with bootm
authorMichal Simek <michal.simek@xilinx.com>
Tue, 17 May 2016 12:03:50 +0000 (14:03 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 24 May 2016 11:17:59 +0000 (13:17 +0200)
commit62afc601883e788f3f22291202d5b2a23c1a8b06
treec5d12c83cb1f46ed08de698494885de63f2f329a
parentb733c278d7adc48c71bd06faf359db3d9e385185
image: Add boot_get_fpga() to load fpga with bootm

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 <michal.simek@xilinx.com>
Remove additional blankline in image.h
common/bootm.c
common/image-fit.c
common/image.c
include/bootstage.h
include/image.h