[U-Boot] [PATCH] fpga: allow programming fpga from FIT image for all FPGA drivers
Simon Glass
sjg at chromium.org
Mon Nov 20 15:39:20 UTC 2017
Hi,
On 10 November 2017 at 07:17, Goldschmidt Simon
<sgoldschmidt at de.pepperl-fuchs.com> wrote:
> This drops the limit that fpga is only loaded from FIT images for Xilinx.
> This is done by moving the 'partial' check from 'common/image.c' to
> 'drivers/fpga/xilinx.c' (the only driver supporting partial images yet)
> and supplies a weak default implementation in 'drivers/fpga/fpga.c'.
>
> Signed-off-by: Simon Goldschmidt <sgoldschmidt at de.pepperl-fuchs.com>
> ---
> common/bootm.c | 2 +-
> common/image.c | 6 ++----
> drivers/fpga/fpga.c | 9 +++++++++
> drivers/fpga/xilinx.c | 13 +++++++++++++
> include/fpga.h | 1 +
> 5 files changed, 26 insertions(+), 5 deletions(-)
>
I think the FPGA subsystem should move to driver model.
Regards,
Simon
More information about the U-Boot
mailing list