]> git.baikalelectronics.ru Git - uboot.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)
commit59c92f2e2506fcc9a73a8ca0f55f16cdf3d477f3
tree242d9b00394badec529a569294ecd093aaf201a5
parente2a6fb8ba39114906723a4c074cf4f1de6022d2a
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