mb/google/brya: Add config options for TRULO board
This change adds the necessary Kconfig options to enable support for the TRULO board, including selecting the appropriate baseboard, HDA verb table, and TCSS configuration. Additionally, corrected the TPM_TIS_ACPI_INTERRUPT from `13` to `17` for Trulo as applicable. BUG=b:351976770 TEST=Able to build google/trulo. Change-Id: I5c1cbd56cf2734058aced35868ae42c1c160f62e Signed-off-by: Subrata Banik <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/83500 Reviewed-by: Eric Lai <ericllai@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
a1d58894bf
commit
cc7c1e33d5
1 changed files with 4 additions and 1 deletions
|
|
@ -550,6 +550,9 @@ config BOARD_GOOGLE_TIVVIKS
|
|||
|
||||
config BOARD_GOOGLE_TRULO
|
||||
select BOARD_GOOGLE_BASEBOARD_TRULO
|
||||
select SOC_INTEL_TWINLAKE
|
||||
select SOC_INTEL_COMMON_BLOCK_HDA_VERB
|
||||
select SOC_INTEL_TCSS_USE_PDC_PMC_USBC_MUX_CONFIGURATION
|
||||
|
||||
config BOARD_GOOGLE_ULDREN
|
||||
select BOARD_GOOGLE_BASEBOARD_NISSA
|
||||
|
|
@ -775,7 +778,7 @@ config TPM_TIS_ACPI_INTERRUPT
|
|||
default 13 if BOARD_GOOGLE_TANIKS
|
||||
default 13 if BOARD_GOOGLE_TEREID
|
||||
default 13 if BOARD_GOOGLE_TIVVIKS
|
||||
default 13 if BOARD_GOOGLE_TRULO
|
||||
default 17 if BOARD_GOOGLE_TRULO
|
||||
default 13 if BOARD_GOOGLE_ULDREN
|
||||
default 13 if BOARD_GOOGLE_VELL
|
||||
default 13 if BOARD_GOOGLE_VOLMAR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue