summaryrefslogtreecommitdiff
path: root/meta-aspeed/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2022-05-30 04:51:34 +0300
committerJoel Stanley <joel@jms.id.au>2022-05-31 06:26:37 +0300
commit51e6b4ea6f619fe7183eabc3fe3a8989456dbb9c (patch)
tree959a68a9a54da8eba52d8c605137b138adcb6cab /meta-aspeed/recipes-bsp/u-boot
parented14f8a3961f1b9d222ae9f15aadece389628f45 (diff)
downloadopenbmc-51e6b4ea6f619fe7183eabc3fe3a8989456dbb9c.tar.xz
u-boot-aspeed: TPM TIS I2C support
This contains a backport of the TPM TIS core from u-boot mainline, plus a driver from Eddie that enables the I2C backend. It fixes I2C support for the AST2600 and enables the TPM on IBM's rainier platform. A new AST2600 board 'ast2600-ibm' is added that contains some machine specific code for performing TPM init. This board does not have a in-tree defconfig, rather it will be selected by Yocto metadata. This allows us to keep the number of defconfigs low while still having machine specific customisation. Eddie James (6): tpm: core: Set timeouts before requesting locality i2c: ast_i2c: Remove SCL direct drive mode tpm: add support for TPMv2.x I2C chips arm: dts: ast2600-rainier: Add NPCT75X TPM board: ast2600-ibm: Add AST2600 BMC based POWER10+ servers arm: dts: ast2600: Add I2C pinctrl Heinrich Schuchardt (1): tis: fix tpm_tis_remove() Ilias Apalodimas (1): tpm2: Introduce TIS tpm core Joel Stanley (2): configs: ast2600: Remove redundant target option configs: ast2600: openbmc: Add TPM TIS I2C support Johannes Holland (1): tpm: add #ifndef to fix redeclaration build errors Simon Glass (1): tpm: Add more TPM2 definitions Change-Id: Ibd13e0b0a1920f344ead219894a264323f0b8cc5 Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'meta-aspeed/recipes-bsp/u-boot')
-rw-r--r--meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc b/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc
index 2abda7eeae..0cef9c055c 100644
--- a/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc
+++ b/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc
@@ -8,7 +8,7 @@ PE = "1"
# We use the revision in order to avoid having to fetch it from the
# repo during parse
-SRCREV = "709868b19abae108f50dfa37f6968c4bc9a2ebbd"
+SRCREV = "f2b82fa4ba17ed8091fe76c284220006645a293b"
SRC_URI = "git://git@github.com/openbmc/u-boot.git;nobranch=1;protocol=https"
S = "${WORKDIR}/git"