From 93daabfb8bbafce5b40b7260dfabe3e58e46ffa3 Mon Sep 17 00:00:00 2001 From: Amanda Huang Date: Thu, 4 Jul 2024 21:15:12 +0800 Subject: mb/google/trulo/var/orisa: Add fw_config field for PDC control Add a new fw config field to determine which firmware edition shall be flashed to the PDC. BUG=b:334793686 BRANCH=firmware-nissa-15217.B TEST=emerge-nissa coreboot chromeos-bootimage Change-Id: I817e9415aca1d2f68b484d8e23b581e1a75d6f84 Signed-off-by: Amanda Huang Reviewed-on: https://review.coreboot.org/c/coreboot/+/83353 Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) --- src/mainboard/google/brya/variants/orisa/overridetree.cb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/mainboard/google') diff --git a/src/mainboard/google/brya/variants/orisa/overridetree.cb b/src/mainboard/google/brya/variants/orisa/overridetree.cb index 4540e627b4..f04eee2c35 100644 --- a/src/mainboard/google/brya/variants/orisa/overridetree.cb +++ b/src/mainboard/google/brya/variants/orisa/overridetree.cb @@ -1,7 +1,12 @@ fw_config field THERMAL_SOLUTION 0 0 - option THERMAL_SOLUTION_6W 0 - option THERMAL_SOLUTION_15W 1 + option THERMAL_SOLUTION_6W 0 + option THERMAL_SOLUTION_15W 1 + end + field PDC_CONTROL 1 2 + option PDC_CONTROL_UNKNOWN 0 + option PDC_RTS_BYPASS 1 + option PDC_TI_BYPASS 2 end field STORAGE 30 31 option STORAGE_EMMC 0 -- cgit v1.2.3