diff options
author | Tom Rini <trini@konsulko.com> | 2023-08-09 08:28:50 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-08-09 08:28:50 -0400 |
commit | f26eda936bfb49c99d3c7829d416809013b95d3f (patch) | |
tree | aff9939b5ed0f27d243a2c8cf6ee802232c7cd2c /doc/device-tree-bindings/fpga | |
parent | 5852b1d2c3be4d3ae1ba17f729230deefacfc8bb (diff) | |
parent | fa43709b8d7aa30b6d1039dce854c5eea86f122f (diff) |
Merge tag 'doc-2023-10-rc3' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for doc-2023-10-rc3
Documentation:
* Update examples for imx8mp_evk
* OpenOCD debugging guide for TI K3 boards
* Explain using gadget devices on TI boards
* Describe best practices for board ports
Diffstat (limited to 'doc/device-tree-bindings/fpga')
-rw-r--r-- | doc/device-tree-bindings/fpga/altera-socfpga-a10-fpga-mgr.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/device-tree-bindings/fpga/altera-socfpga-a10-fpga-mgr.txt b/doc/device-tree-bindings/fpga/altera-socfpga-a10-fpga-mgr.txt index da210bfc86..1381bdcd16 100644 --- a/doc/device-tree-bindings/fpga/altera-socfpga-a10-fpga-mgr.txt +++ b/doc/device-tree-bindings/fpga/altera-socfpga-a10-fpga-mgr.txt @@ -41,3 +41,6 @@ Example: Bundles both peripheral bitstream and core bitstream into FIT image resets = <&rst FPGAMGR_RESET>; altr,bitstream = "fit_spl_fpga.itb"; }; + +- The .its related documentations can be found here + - Appendix - Reducing Arria 10 Fabric Configuration Time - https://rocketboards.org/foswiki/Documentation/BuildingBootloaderCycloneVAndArria10 |