]> 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>
Wed, 31 Mar 2021 07:51:04 +0000 (08:51 +0100)
commite01817feec856373dc05b833d0313c3289c41a68
tree7d91e93847b721e9cead1f5eb857362c64e8b8bb
parent19816bbc5a7a961a84ed4e047174c4821ba7c59e
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