summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-bsp
AgeCommit message (Collapse)AuthorFilesLines
2022-11-29meta-ibm: p10bmc: Add machine U-Boot configuration fragmentEddie James2-0/+4
Configure U-Boot for p10bmc machines to enable the "AST2600 IBM" board and disable conflicting options. Follow the pattern used by the Qualcomm layer of putting the snippet in files, which has the added bonus of saving a level of directory nesting. Signed-off-by: Eddie James <eajames@linux.ibm.com> Change-Id: I30a2822b65c5ff826f9f5b3fa71bcec9d402c74c
2022-08-09meta-ibm: u-boot-aspeed-sdk: Add IPS OTP configurationAndrew Jeffery5-2/+170
The IPS systems will use the same OTP configuration but different RoT keys. Change-Id: I73ca9a79092cdd74bef509824a4123445ecbd003 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
2022-08-09meta-ibm: p10bmc: Rename otptool configAndrew Jeffery2-2/+2
Better communicate whose P10 systems are the target of the configuration. Change-Id: I561750df9b32512753d9ce644088c2130ebb6a55 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
2022-08-09meta-aspeed: otptool: Multiple configurationsAndrew Jeffery1-1/+1
Enable generating multiple OTP binaries by specifying multiple OTP configuration files. Change-Id: I1ce81cd2c1d0f501578b927eb31cce5a37cdcf1f Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
2022-07-08meta-ibm: p10bmc: Change name in OTP jsonJoel Stanley1-1/+1
u-boot has been updated to refer to p10bmc instead of rainier. Given this file is also shared between everest and rainier change the name. Change-Id: I6a643e09b782dcdbe86bc5a39c0fd14a82be45d8 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-05-25meta-ibm: p10bmc: Drop no-TPM key from OTP configurationAndrew Jeffery2-23/+2
Some cards were built without TPMs populated. However, we signed builds for these cards. Remove the key corresponding to the signatures on these builds and sign builds for cards with TPMs populated with a subsequent key to prevent non-TPM builds from being used on TPM-enabled systems. Change-Id: I511a310750319b0e3dc2e028285a77d8cf07d7c7 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
2022-02-16meta-ibm: p10bmc: Add otptool configurationAndrew Jeffery5-0/+188
Some addition development details must be managed in this bbappend due to co-development of the AST2600 and IBM p10bmc designs. IBM did bringup of secure-boot on pre-production AST2600 silicon and this shaped how the platform's OTP was configured. The PEM files represent the public portion of the IBM signing key-pairs for p10bmc systems. These are included to provide a canonical location for the production OTP image artifact. Change-Id: I7caa6cfd5848b1d671ef95f8031b76088673900a Signed-off-by: Andrew Jeffery <andrew@aj.id.au>