diff options
author | zengqinghong <zengqinghong@huaqin.corp-partner.google.com> | 2024-08-08 20:37:17 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-08-11 17:33:46 +0000 |
commit | 917f24018a72ab6a2b20ef9958fa6d866febe483 (patch) | |
tree | a335f7a6f2079ff7e41fe29e6419ba0b96ce411f /src | |
parent | 9d968c93dac7927818cac918c9959a3e4e9dfb78 (diff) |
mb/google/nissa/var/teliks: Configure TPM IRQ for teliks
Add TPM TIS ACPI interrupt configuration, set teliks's
`TPM_TIS_ACPI_INTERRUPT` to 13.
BUG=b:352263941
TEST=emerge-nissa coreboot
Change-Id: Iaed51e0bb8abac0ed0b35bfcf12e95fd34f92242
Signed-off-by: Qinghong Zeng <zengqinghong@huaqin.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83832
Reviewed-by: Eric Lai <ericllai@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Weimin Wu <wuweimin@huaqin.corp-partner.google.com>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/brya/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index 5c788fe003..5ad0a3f612 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -792,6 +792,7 @@ config TPM_TIS_ACPI_INTERRUPT default 13 if BOARD_GOOGLE_TAEKO default 13 if BOARD_GOOGLE_TAEKO4ES default 13 if BOARD_GOOGLE_TANIKS + default 13 if BOARD_GOOGLE_TELIKS default 13 if BOARD_GOOGLE_TEREID default 13 if BOARD_GOOGLE_TIVVIKS default 17 if BOARD_GOOGLE_TRULO |