summaryrefslogtreecommitdiff
path: root/meta-aspeed/recipes-bsp
diff options
context:
space:
mode:
authorKlaus Heinrich Kiwi <klaus@linux.vnet.ibm.com>2021-03-10 03:09:40 +0300
committerJoel Stanley <joel@jms.id.au>2021-05-19 04:31:20 +0300
commitf920e74c0c9d9096c87cbc1e610fef83747f4a06 (patch)
tree2032ad69f57c1b383709e14ab84b40ddb77faf18 /meta-aspeed/recipes-bsp
parentbc9cc306859ee83a5eb92eb755bef75d8139ed56 (diff)
downloadopenbmc-f920e74c0c9d9096c87cbc1e610fef83747f4a06.tar.xz
meta-aspeed: Add development key for Kernel sign
Add a development (insecure, also known as 'imprint') key to linux-aspeed that can be used for signing the Kernel fitImage for U-Boot FIT Signature Verification. The key was generated according to U-Boot documentation, using: $ openssl genpkey -algorithm RSA -out rsa_oem_fitimage_key.key \ -pkeyopt rsa_keygen_bits:4096 -pkeyopt rsa_keygen_pubexp:65537 The certificate was created according to U-Boot documentation, using: $ openssl req -batch -new -x509 -key rsa_oem_fitimage_key.key \ -out rsa_oem_fitimage_key.crt Signed-off-by: Klaus Heinrich Kiwi <klaus@linux.vnet.ibm.com> Change-Id: Ic67024ab389c8a4a3fc6709e1d7d92dc72783ca5
Diffstat (limited to 'meta-aspeed/recipes-bsp')
0 files changed, 0 insertions, 0 deletions