diff options
author | Tyler Wang <tyler.wang@quanta.corp-partner.google.com> | 2023-12-15 14:15:31 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-12-20 14:13:39 +0000 |
commit | 83775d151dbc10cf1f21e038902ac7503dba43fe (patch) | |
tree | 21bdb1fe99017c222fddb71bde1deade8a8a21b9 /src/mainboard | |
parent | a077ba53cb01cc6d89fc01b91f37992531fa44be (diff) |
mb/google/rex/var/karis: Add PANEL_PWRSEQ_EC_CONTROL in fw_config
Only EC will use field "PANEL_PWRSEQ_EC_CONTROL".
Add this field in coreboot for align fw_config settings.
BUG=b:314245238
TEST=emerge coreboot pass
Change-Id: Icecb44a338ddc28027e362332c6a69cc9fd268d5
Signed-off-by: Tyler Wang <tyler.wang@quanta.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79570
Reviewed-by: Subrata Banik <subratabanik@google.com>
Reviewed-by: YH Lin <yueherngl@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/rex/variants/karis/overridetree.cb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/rex/variants/karis/overridetree.cb b/src/mainboard/google/rex/variants/karis/overridetree.cb index 1ca2ad7572..0233762e4e 100644 --- a/src/mainboard/google/rex/variants/karis/overridetree.cb +++ b/src/mainboard/google/rex/variants/karis/overridetree.cb @@ -29,6 +29,10 @@ fw_config option WIFI_CNVI 0 option WIFI_PCIE 1 end + field PANEL_PWRSEQ_EC_CONTROL 14 + option DISABLE 0 + option ENABLE 1 + end end chip soc/intel/meteorlake |