summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTien Fong Chee <[email protected]>2019-05-07 17:42:28 +0800
committerMarek Vasut <[email protected]>2019-05-10 22:48:11 +0200
commit0a42a132a4b846031df2c4a7d04692240ed34843 (patch)
treefbe98f3a5a11b4f961a780b92041ce1bd6caedf3 /include
parentc1cf5391807640159edcd363ea1cbaf226a56b58 (diff)
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 <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/image.h4
1 files changed, 4 insertions, 0 deletions
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