On Sun, Nov 6, 2016 at 9:37 AM, Sven Ebenfeld <[email protected]> wrote: > When we want to use Secure Boot with HAB from SPL over U-Boot.img, > we need to append the IVT to the image and leave space for the CSF. > Images generated as firmware_ivt can directly be signed using the > Freescale code signing tool. For creation of a CSF, mkimage outputs > the correct HAB Blocks for the image. > The changes to the usual firmware image class are quite small, > that is why I implemented that directly into the default_image. > > Cc: [email protected] > > v2-Changes: None > > Signed-off-by: Sven Ebenfeld <[email protected]> > --- > Makefile | 9 ++++++++- > common/image.c | 6 ++++++ > include/image.h | 1 + > tools/default_image.c | 10 ++++++++-- > tools/mkimage.c | 32 ++++++++++++++++++++++++++++++++ > 5 files changed, 55 insertions(+), 3 deletions(-) >
Reviewed-by: George McCollister <[email protected]> Tested-by: George McCollister <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

