diff options
author | Joel Stanley <joel@jms.id.au> | 2020-04-14 10:34:10 +0300 |
---|---|---|
committer | Andrew Geissler <geissonator@yahoo.com> | 2020-04-15 00:42:01 +0300 |
commit | 4c2bc31c34102b1ed4598b5b9b8b595cc0648477 (patch) | |
tree | 852e53c471d95a2c4bdc86736ba3a4fed3be39b3 /meta-aspeed/recipes-kernel | |
parent | 31d2533451529d81a46b61a1d7811b79fe862ad7 (diff) | |
download | openbmc-4c2bc31c34102b1ed4598b5b9b8b595cc0648477.tar.xz |
linux-aspeed: I2C TPM driver, Tacoma TPM and second VUART
The TPM TIS driver for I2C comes from v6 of the patchset on the
linux-integrity list[1], plus additional backports to support it on 5.4.
https://lore.kernel.org/linux-integrity/20200407162044.168890-1-amirmizi6@gmail.com/T/
Amir Mizinski (7):
tpm: tpm_tis: Make implementation of read16 read32 write32 optional
tpm: tpm_tis: Add check_data handle to tpm_tis_phy_ops
tpm: tpm_tis: rewrite "tpm_tis_req_canceled()"
tpm: tpm_tis: Fix expected bit handling and send all bytes in one shot without last byte in exception
tpm: Handle an exception for TPM Firmware Update mode.
dt-bindings: tpm: Add YAML schema for TPM TIS I2C options
tpm: tpm_tis: add tpm_tis_i2c driver
Andrew Jeffery (1):
ARM: dts: tacoma: Enable the second VUART
Eddie James (1):
ARM: dts: aspeed: tacoma: Add tpm
Sumit Garg (1):
tpm: Move tpm_buf code to include/linux/
(From meta-aspeed rev: 1aaea9d85026a6eda21dc9f817d4d0afa703d39e)
Change-Id: I294e61124bccd0a62a5f61d7d8624044fbf74b75
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-aspeed/recipes-kernel')
-rw-r--r-- | meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb b/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb index 917016770..57342e646 100644 --- a/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb +++ b/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb @@ -1,6 +1,6 @@ KBRANCH ?= "dev-5.4" LINUX_VERSION ?= "5.4.28" -SRCREV="59183e318666ddf25daaf38079e34d63072a88fa" +SRCREV="516f0613a989e515d9bd64a2e215338d14201e12" require linux-aspeed.inc |