Skip to content

Commit

Permalink
mb/system76: Add custom CMOS default for darp8,darp9
Browse files Browse the repository at this point in the history
Since these boards will use S0ix they need to leave CSME enabled for the
CPU to reach C10.

Change-Id: I70c908402c9964508bb9c439d48d24773f5a35ab
Signed-off-by: Tim Crawford <[email protected]>
  • Loading branch information
crawfxrd committed Feb 20, 2024
1 parent e96476d commit b413691
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/mainboard/system76/adl/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ config MAINBOARD_VERSION
default "oryp9" if BOARD_SYSTEM76_ORYP9
default "oryp10" if BOARD_SYSTEM76_ORYP10

config CMOS_DEFAULT_FILE
default "src/mainboard/\$(MAINBOARDDIR)/cmos-csme.default" if BOARD_SYSTEM76_DARP8
default "src/mainboard/\$(MAINBOARDDIR)/cmos.default"

config CONSOLE_POST
default y

Expand Down
3 changes: 3 additions & 0 deletions src/mainboard/system76/adl/cmos-csme.default
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
boot_option=Fallback
debug_level=Debug
me_state=Enable
4 changes: 4 additions & 0 deletions src/mainboard/system76/rpl/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ config MAINBOARD_VERSION
default "oryp11" if BOARD_SYSTEM76_ORYP11
default "serw13" if BOARD_SYSTEM76_SERW13

config CMOS_DEFAULT_FILE
default "src/mainboard/\$(MAINBOARDDIR)/cmos-csme.default" if BOARD_SYSTEM76_DARP9
default "src/mainboard/\$(MAINBOARDDIR)/cmos.default"

config CONSOLE_POST
default y

Expand Down
3 changes: 3 additions & 0 deletions src/mainboard/system76/rpl/cmos-csme.default
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
boot_option=Fallback
debug_level=Debug
me_state=Enable

0 comments on commit b413691

Please sign in to comment.