image: Support signing of images
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>
Showing
- common/image-fit.c 60 additions, 23 deletionscommon/image-fit.c
- common/image-sig.c 144 additions, 0 deletionscommon/image-sig.c
- doc/uImage.FIT/sign-images.its 42 additions, 0 deletionsdoc/uImage.FIT/sign-images.its
- include/image.h 55 additions, 4 deletionsinclude/image.h
- tools/fit_image.c 1 addition, 1 deletiontools/fit_image.c
- tools/image-host.c 176 additions, 10 deletionstools/image-host.c
Loading
Please register or sign in to comment