
25 May
2016
25 May
'16
12:15 a.m.
On 17 May 2016 at 06:59, Michal Simek michal.simek@xilinx.com 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 michal.simek@xilinx.com
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 sjg@chromium.org