Vladimir Serbinenko (phcoder(a)gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10271
-gerrit
commit 9f8fe8918c1098cb4291af434a3c32712af09fb7
Author: Vladimir Serbinenko <phcoder(a)gmail.com>
Date: Wed May 20 12:05:39 2015 +0200
Hide TPM_TIS_BASE_ADDRESS
TPM_TIS_BASE_ADDRESS is technical setting, shouldn't be user-visible.
Change-Id: Ibf74f52be16fb7d2cfa78419087a4c3e7607368a
Signed-off-by: Vladimir Serbinenko <phcoder(a)gmail.com>
---
src/drivers/pc80/tpm/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/drivers/pc80/tpm/Kconfig b/src/drivers/pc80/tpm/Kconfig
index 8c64b0d..1483871 100644
--- a/src/drivers/pc80/tpm/Kconfig
+++ b/src/drivers/pc80/tpm/Kconfig
@@ -14,7 +14,7 @@ config LPC_TPM
If unsure, say N.
config TPM_TIS_BASE_ADDRESS
- hex "TPM Base Address"
+ hex
default 0xfed40000
depends on LPC_TPM
help
the following patch was just integrated into master:
commit 11b01a957439d0406b607ee8c8160e319672bf45
Author: Vladimir Serbinenko <phcoder(a)gmail.com>
Date: Wed May 20 11:14:25 2015 +0200
Kill ENABLE_TPM.
It's used only in P470 and lynxpoint machines. Remove it from other
southbridges. New machines should use src/drivers/pc80/tpm.
Change-Id: I4741e76df4c6204d65562f016abac9ed60558432
Signed-off-by: Vladimir Serbinenko <phcoder(a)gmail.com>
Reviewed-on: http://review.coreboot.org/10268
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi(a)google.com>
See http://review.coreboot.org/10268 for details.
-gerrit