From 0a42a132a4b846031df2c4a7d04692240ed34843 Mon Sep 17 00:00:00 2001 From: Tien Fong Chee Date: Tue, 7 May 2019 17:42:28 +0800 Subject: ARM: socfpga: Add FPGA drivers for Arria 10 FPGA bitstream loading Add FPGA driver to support program FPGA with FPGA bitstream loading from filesystem. The driver are designed based on generic firmware loader framework. The driver can handle FPGA program operation from loading FPGA bitstream in flash to memory and then to program FPGA. Signed-off-by: Tien Fong Chee --- include/image.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/image.h b/include/image.h index bfe4e0b5e7a..bb7089ef5d1 100644 --- a/include/image.h +++ b/include/image.h @@ -1046,6 +1046,10 @@ int fit_check_format(const void *fit); int fit_conf_find_compat(const void *fit, const void *fdt); int fit_conf_get_node(const void *fit, const char *conf_uname); +int fit_conf_get_prop_node_count(const void *fit, int noffset, + const char *prop_name); +int fit_conf_get_prop_node_index(const void *fit, int noffset, + const char *prop_name, int index); /** * fit_conf_get_prop_node() - Get node refered to by a configuration -- cgit v1.3.1