[U-Boot] [PATCH 2/2] image: Add boot_get_fpga() to load fpga with bootm

Simon Glass sjg at chromium.org
Wed May 25 00:15:58 CEST 2016


On 17 May 2016 at 06:59, Michal Simek <michal.simek at 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 at 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 at chromium.org>


More information about the U-Boot mailing list