Searched hist:d21bd69b6e95ca7824941e7f527871cd5c63c7f7 (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/tools/ |
H A D | default_image.c | d21bd69b6e95ca7824941e7f527871cd5c63c7f7 Sun Nov 06 09:37:56 CST 2016 Sven Ebenfeld <sven.ebenfeld@gmail.com> tools: mkimage: add firmware-ivt image type for HAB verification
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: sbabic@denx.de
v2-Changes: None
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com> Reviewed-by: George McCollister <george.mccollister@gmail.com> Tested-by: George McCollister <george.mccollister@gmail.com>
|
H A D | mkimage.c | d21bd69b6e95ca7824941e7f527871cd5c63c7f7 Sun Nov 06 09:37:56 CST 2016 Sven Ebenfeld <sven.ebenfeld@gmail.com> tools: mkimage: add firmware-ivt image type for HAB verification
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: sbabic@denx.de
v2-Changes: None
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com> Reviewed-by: George McCollister <george.mccollister@gmail.com> Tested-by: George McCollister <george.mccollister@gmail.com>
|
/openbmc/u-boot/common/ |
H A D | image.c | d21bd69b6e95ca7824941e7f527871cd5c63c7f7 Sun Nov 06 09:37:56 CST 2016 Sven Ebenfeld <sven.ebenfeld@gmail.com> tools: mkimage: add firmware-ivt image type for HAB verification
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: sbabic@denx.de
v2-Changes: None
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com> Reviewed-by: George McCollister <george.mccollister@gmail.com> Tested-by: George McCollister <george.mccollister@gmail.com>
|
/openbmc/u-boot/include/ |
H A D | image.h | d21bd69b6e95ca7824941e7f527871cd5c63c7f7 Sun Nov 06 09:37:56 CST 2016 Sven Ebenfeld <sven.ebenfeld@gmail.com> tools: mkimage: add firmware-ivt image type for HAB verification
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: sbabic@denx.de
v2-Changes: None
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com> Reviewed-by: George McCollister <george.mccollister@gmail.com> Tested-by: George McCollister <george.mccollister@gmail.com>
|
/openbmc/u-boot/ |
H A D | Makefile | 0004b7aa8a5edac7a17208cc5551d19b7f6f59a1 Wed Feb 28 01:51:50 CST 2018 Eran Matityahu <eran.m@variscite.com> Makefile: Build firmware-ivt image type for HAB verification also for mx7
Create u-boot-ivt.img and u-boot-ivt.img.log when building U-Boot with SPL and Secure Boot enabled for imx7 (like it is done for imx6).
See commit d21bd69b6e95ca7824941e7f527871cd5c63c7f7 for more info.
Signed-off-by: Eran Matityahu <eran.m@variscite.com> d21bd69b6e95ca7824941e7f527871cd5c63c7f7 Sun Nov 06 09:37:56 CST 2016 Sven Ebenfeld <sven.ebenfeld@gmail.com> tools: mkimage: add firmware-ivt image type for HAB verification
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: sbabic@denx.de
v2-Changes: None
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com> Reviewed-by: George McCollister <george.mccollister@gmail.com> Tested-by: George McCollister <george.mccollister@gmail.com>
|