diff options
author | Tom Rini <trini@ti.com> | 2013-06-05 08:55:35 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-06-05 08:55:35 -0400 |
commit | 1318d00e5894ac55bc6b7297f3eda97983b79fae (patch) | |
tree | 61af0fa9a78277998455eac609bb72d4a2058ea2 /include/configs | |
parent | 99bd544ee76af3302b8421eaaddfe61f56915fc6 (diff) | |
parent | 1b393db5870927d68c42a46e6c5877c8d0d83910 (diff) | |
download | u-boot-imx-1318d00e5894ac55bc6b7297f3eda97983b79fae.zip u-boot-imx-1318d00e5894ac55bc6b7297f3eda97983b79fae.tar.gz u-boot-imx-1318d00e5894ac55bc6b7297f3eda97983b79fae.tar.bz2 |
Merge branch 'tpm' of git://git.denx.de/u-boot-x86
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/coreboot.h | 3 | ||||
-rw-r--r-- | include/configs/exynos5250-dt.h | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h index be04a75..2fefdc8 100644 --- a/include/configs/coreboot.h +++ b/include/configs/coreboot.h @@ -90,7 +90,8 @@ #endif /* Generic TPM interfaced through LPC bus */ -#define CONFIG_GENERIC_LPC_TPM +#define CONFIG_TPM +#define CONFIG_TPM_TIS_LPC #define CONFIG_TPM_TIS_BASE_ADDRESS 0xfed40000 /*----------------------------------------------------------------------- diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h index 8a82892..41d6cf9 100644 --- a/include/configs/exynos5250-dt.h +++ b/include/configs/exynos5250-dt.h @@ -142,9 +142,9 @@ /* 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 +#define CONFIG_TPM_TIS_I2C +#define CONFIG_TPM_TIS_I2C_BUS_NUMBER 3 +#define CONFIG_TPM_TIS_I2C_SLAVE_ADDR 0x20 /* MMC SPL */ #define CONFIG_SPL |