diff options
author | Amanda Huang <amanda_hwang@compal.corp-partner.google.com> | 2024-07-04 21:15:12 +0800 |
---|---|---|
committer | Eric Lai <ericllai@google.com> | 2024-07-08 02:17:24 +0000 |
commit | 93daabfb8bbafce5b40b7260dfabe3e58e46ffa3 (patch) | |
tree | 8a554382b786e3a17d06f7754d9ed8dbc194252c /src/mainboard/google/brya | |
parent | 227639cdd9e61a42c1b7f84a79fc7e431cb5a858 (diff) |
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 <amanda_hwang@compal.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83353
Reviewed-by: Eric Lai <ericllai@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/brya')
-rw-r--r-- | src/mainboard/google/brya/variants/orisa/overridetree.cb | 9 |
1 files changed, 7 insertions, 2 deletions
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 |