[U-Boot] [PATCH v2 3/3] exynos: Enable I2C TPM for smdk5250

Simon Glass sjg at chromium.org
Fri Apr 12 22:44:58 CEST 2013


This is used on some Exynos 5250 variants.

Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2:
- Move CONFIG change to exynos5-dt.h

 include/configs/exynos5250-dt.h | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h
index 2b9d6ac..7378487 100644
--- a/include/configs/exynos5250-dt.h
+++ b/include/configs/exynos5250-dt.h
@@ -129,6 +129,13 @@
 #define CONFIG_USB_EHCI_EXYNOS
 #define CONFIG_USB_STORAGE
 
+/* TPM */
+#define CONFIG_TPM
+#define CONFIG_CMD_TPM
+#define CONFIG_INFINEON_TPM_I2C
+#define CONFIG_INFINEON_TPM_I2C_BUS 3
+#define CONFIG_INFINEON_TPM_I2C_ADDR 0x20
+
 /* MMC SPL */
 #define CONFIG_SPL
 #define COPY_BL2_FNPTR_ADDR	0x02020030
-- 
1.8.1.3



More information about the U-Boot mailing list