Re: [U-Boot] [RFC PATCH 37/44] mkimage: Add -K to write public keys to an FDT blob

2013-01-05 Thread Marek Vasut
Dear Simon Glass, FIT image verification requires public keys. Add a convenient option to mkimage to write the public keys to an FDT blob when it uses then for signing an image. This allows us to use: mkimage -f test.its -K dest.dtb -k keys test.fit and have the signatures written to

[U-Boot] [RFC PATCH 37/44] mkimage: Add -K to write public keys to an FDT blob

2013-01-04 Thread Simon Glass
FIT image verification requires public keys. Add a convenient option to mkimage to write the public keys to an FDT blob when it uses then for signing an image. This allows us to use: mkimage -f test.its -K dest.dtb -k keys test.fit and have the signatures written to test.fit and the