]> git.dujemihanovic.xyz Git - u-boot.git/commit
configs: am62a: use kernel fitImage when using secure bootflow
authorBryan Brattlof <bb@ti.com>
Sat, 24 Dec 2022 01:15:25 +0000 (19:15 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 10 Jan 2023 20:39:07 +0000 (15:39 -0500)
commit221ae89bc8606d79c01a51acc30772e5892acc3d
tree242d9b00394badec529a569294ecd093aaf201a5
parente625bfe5ad95ace782ed998f4c2b85b20d1923ad
configs: am62a: use kernel fitImage when using secure bootflow

In order to maintain the chain of trust, each stage of the boot process
will first authenticate each binary it loads before continuing. To
extend this to the kernal and its dtbs we can package the kernal and
its dtbs into another fitImage for Uboot to authenticate and extend the
chain of trust all the way to the kernel.

When 'boot_fit' is set, indicating we're using the secure bootflow, look
for and authenticate the kernel's fitImage.

Signed-off-by: Judith Mendez <jm@ti.com>
Signed-off-by: Bryan Brattlof <bb@ti.com>
include/configs/am62ax_evm.h