]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
tpm: Add Infineon slb9635_i2c TPM driver
authorRong Chang <rongchang@chromium.org>
Fri, 12 Apr 2013 10:44:57 +0000 (10:44 +0000)
committerSimon Glass <sjg@chromium.org>
Fri, 12 Apr 2013 21:13:00 +0000 (14:13 -0700)
commitf626799816d04502cd69cc45d2add68de8b199bd
tree24b345a7263342e0b1d31d170e225dc7219a8ee5
parentaf98a70a6bb54513713e4d7e55681dfdbf2b149a
tpm: Add Infineon slb9635_i2c TPM driver

Add a driver for the I2C TPM from Infineon.

Signed-off-by: Che-Liang Chiou <clchiou@chromium.org>
Signed-off-by: Rong Chang <rongchang@chromium.org>
Signed-off-by: Tom Wai-Hong Tam <waihong@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
Makefile
drivers/tpm/Makefile
drivers/tpm/slb9635_i2c/compatibility.h [new file with mode: 0644]
drivers/tpm/slb9635_i2c/tpm.c [new file with mode: 0644]
drivers/tpm/slb9635_i2c/tpm.h [new file with mode: 0644]
drivers/tpm/slb9635_i2c/tpm_tis_i2c.c [new file with mode: 0644]
drivers/tpm/tis_i2c.c [new file with mode: 0644]
include/fdtdec.h
lib/fdtdec.c