summaryrefslogtreecommitdiffstats
path: root/doc/uImage.FIT/multi-with-fpga.its
Commit message (Collapse)AuthorAgeFilesLines
* doc: FIT image: fix incorrect examples of DT node unit addressAndre Przywara2018-01-151-14/+14
| | | | | | | | | | The DT spec demands a unit-address of a node name to match the "reg" property in that node. Newer dtc versions will throw warnings if this is not the case. Fix all occurences in the FIT image example files where this was not observed, to not give bad examples to the reader. Signed-off-by: Andre Przywara <andre.przywara@arm.com>
* mkimage: Report information about fpgaMichal Simek2016-05-241-0/+67
Add FIT_FPGA_PROP that user can identify an optional entry for fpga. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Simon Glass <sjg@chromium.org>