]> code.ossystems Code Review - openembedded-core.git/commit
u-boot: Add infrastructure to SPL verified boot
authorKlaus Heinrich Kiwi <klaus@linux.vnet.ibm.com>
Fri, 26 Mar 2021 20:14:08 +0000 (17:14 -0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Apr 2021 10:35:53 +0000 (11:35 +0100)
commit5af4dfe83c2f6509015916262be32fc09bc9714d
tree7532b8c7daa901ff3eb13cc3ea1f5ef179b95d65
parentcc6c3e31526d3b6ef3a87ba5e548fcad7483bd51
u-boot: Add infrastructure to SPL verified boot

Add the necessary infrastructure to create a U-boot proper fitimage,
sign it (using the same keys as the kernel-fitimage), and put the public
key in the SPL binary so that verified SPL boot can be accomplished.

Signed-off-by: Klaus Heinrich Kiwi <klaus@linux.vnet.ibm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel-fitimage.bbclass
meta/classes/uboot-sign.bbclass