diff options
| author | Tom Rini <[email protected]> | 2022-01-24 10:39:28 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-01-24 10:39:28 -0500 |
| commit | 21a1439d986a889cefbc2ed785c3f592fc9266de (patch) | |
| tree | 3ff70c21854c4a1bdbf60414d6fead53c0982049 /doc | |
| parent | ae35c59389b9b67e1e553bc9ed3e6fd93cfdb86f (diff) | |
| parent | 480245cf273dfd14536dc2b30aff0a733b71a1ed (diff) | |
Merge branch '2022-01-24-assorted-fixes-and-updates'
- Assorted dumpimage/mkimage fixes, allow setting the signature
algorithm on the command line with mkimage
- Bugfix to the misc uclass, CONFIG_MP / CMD_MP Kconfig logic improved,
updated Xen platform MAINTAINERS entry and fixed vexpress_aemv8a_semi
booting.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/mkimage.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/mkimage.1 b/doc/mkimage.1 index fea52887846..0734bd36a11 100644 --- a/doc/mkimage.1 +++ b/doc/mkimage.1 @@ -156,6 +156,11 @@ verification. Typically the file here is the device tree binary used by CONFIG_OF_CONTROL in U-Boot. .TP +.BI "\-o [" "signing algorithm" "]" +Specifies the algorithm to be used for signing a FIT image. The default is +taken from the target signature nodes 'algo' properties. + +.TP .BI "\-p [" "external position" "]" Place external data at a static external position. See \-E. Instead of writing a 'data-offset' property defining the offset from the end of the FIT, \-p will |
