Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-15 | doc: FIT image: fix incorrect examples of DT node unit address | Andre Przywara | |
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> | |||
2013-06-26 | image: Support signing of images | Simon Glass | |
Add support for signing images using a new signature node. The process is handled by fdt_add_verification_data() which now takes parameters to provide the keys and related information. Signed-off-by: Simon Glass <sjg@chromium.org> |