Skip to content

Commit e96476d

Browse files
committed
mb/system76: Enable S0ix for darp8/darp9
The newer batch of these boards do not de-assert VW PLTRST# on S3 resume, causes the units to not power on in the EC code. Switch them to S0ix by default, but leave S3 available. Change-Id: I95337c1391102db9e020e82bdd938659c1a4f905 Signed-off-by: Tim Crawford <tcrawford@system76.com>
1 parent 9113e14 commit e96476d

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/mainboard/system76/adl/variants/darp8/overridetree.cb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
chip soc/intel/alderlake
2+
register "s0ix_enable" = "1"
3+
24
register "power_limits_config[ADL_P_282_442_482_28W_CORE]" = "{
35
.tdp_pl1_override = 20,
46
.tdp_pl2_override = 56,

src/mainboard/system76/rpl/variants/darp9/overridetree.cb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
chip soc/intel/alderlake
2+
register "s0ix_enable" = "1"
3+
24
register "power_limits_config[RPL_P_682_482_282_28W_CORE]" = "{
35
.tdp_pl1_override = 20,
46
.tdp_pl2_override = 56,

0 commit comments

Comments
 (0)