diff options
author | Fabian Groffen <grobian@gentoo.org> | 2023-05-10 21:32:47 +0200 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2023-05-12 07:48:09 +0000 |
commit | 316e2f469a034c60169db81e1a9bcadf57a27fb4 (patch) | |
tree | 2201fbde3355f49457f19f2f7ed06a7afce96bc6 /src | |
parent | 25afb94b6bfa2aac4a331c715ebd2f1bffe61877 (diff) |
mb/asus/p8z77-m: Add TPM config
This board has a TPM connector, enable support for it.
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Change-Id: I1861df95eef15bc2bd29412240d61456eaaad8c9
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75105
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/asus/p8x7x-series/Kconfig.name | 1 | ||||
-rw-r--r-- | src/mainboard/asus/p8x7x-series/variants/p8z77-m/overridetree.cb | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/asus/p8x7x-series/Kconfig.name b/src/mainboard/asus/p8x7x-series/Kconfig.name index 6f08b48446..f3451d0c4f 100644 --- a/src/mainboard/asus/p8x7x-series/Kconfig.name +++ b/src/mainboard/asus/p8x7x-series/Kconfig.name @@ -43,4 +43,5 @@ config BOARD_ASUS_P8Z77_M bool "P8Z77-M" select BOARD_ASUS_P8X7X_SERIES select BOARD_ROMSIZE_KB_8192 + select MEMORY_MAPPED_TPM select SUPERIO_NUVOTON_NCT6779D diff --git a/src/mainboard/asus/p8x7x-series/variants/p8z77-m/overridetree.cb b/src/mainboard/asus/p8x7x-series/variants/p8z77-m/overridetree.cb index 9659ed14a3..c2455c9ab8 100644 --- a/src/mainboard/asus/p8x7x-series/variants/p8z77-m/overridetree.cb +++ b/src/mainboard/asus/p8x7x-series/variants/p8z77-m/overridetree.cb @@ -75,6 +75,9 @@ chip northbridge/intel/sandybridge device pnp 2e.609 off end # GPIO 6 device pnp 2e.709 off end # GPIO 7 end + chip drivers/pc80/tpm + device pnp 4e.0 on end # TPM + end end end end |