Amanda Hwang has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/83353?usp=email )
Change subject: mb/google/trulo/var/orisa: Add fw_config field for PDC control ......................................................................
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:333486830 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 --- M src/mainboard/google/brya/variants/orisa/overridetree.cb 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/53/83353/1
diff --git a/src/mainboard/google/brya/variants/orisa/overridetree.cb b/src/mainboard/google/brya/variants/orisa/overridetree.cb index 4540e62..0be1494 100644 --- a/src/mainboard/google/brya/variants/orisa/overridetree.cb +++ b/src/mainboard/google/brya/variants/orisa/overridetree.cb @@ -3,6 +3,10 @@ option THERMAL_SOLUTION_6W 0 option THERMAL_SOLUTION_15W 1 end + field PDC_CONTROL 1 2 + option PDC_CONTROL_UNKNOWN 0 + option PDC_CONTROL_BYPASS 1 + option PDC_CONTROL_JHL8040 2 field STORAGE 30 31 option STORAGE_EMMC 0 option STORAGE_NVME 1