Attention is currently required from: Jeremy Soller, Martin L Roth, Nick Vaccaro, Sean Rhodes, Subrata Banik, Tarun Tuli, Tim Crawford.
Matt DeVillier has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/77088?usp=email )
Change subject: soc/intel/alderlake: Make C1e configurable
......................................................................
Patch Set 5:
(1 comment)
File src/soc/intel/alderlake/fsp_params.c:
https://review.coreboot.org/c/coreboot/+/77088/comment/18e48874_933c093f :
PS5, Line 1071: s_cfg->C1e = !config->disable_c1e;
since the original code was to disable based on CPUID, and boards can use CPUs having multiple CPUIDs, I think the best way to maintain current behavior for existing boards is to make this an enum rather than a bool, and have options {CPUID=0, ENABLED, DISABLED) so that not setting the register will maintain existing behavior, but boards/variants are free to override.
--
To view, visit
https://review.coreboot.org/c/coreboot/+/77088?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I758621393cb39345c2ba7b19a32872e84e1c5a19
Gerrit-Change-Number: 77088
Gerrit-PatchSet: 5
Gerrit-Owner: Sean Rhodes
sean@starlabs.systems
Gerrit-Reviewer: Jeremy Soller
jeremy@system76.com
Gerrit-Reviewer: Martin L Roth
gaumless@gmail.com
Gerrit-Reviewer: Nick Vaccaro
nvaccaro@chromium.org
Gerrit-Reviewer: Subrata Banik
subratabanik@google.com
Gerrit-Reviewer: Tarun Tuli
taruntuli@google.com
Gerrit-Reviewer: Tim Crawford
tcrawford@system76.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Matt DeVillier
matt.devillier@gmail.com
Gerrit-CC: Stefan Reinauer
stefan.reinauer@coreboot.org
Gerrit-Attention: Tim Crawford
tcrawford@system76.com
Gerrit-Attention: Sean Rhodes
sean@starlabs.systems
Gerrit-Attention: Tarun Tuli
taruntuli@google.com
Gerrit-Attention: Martin L Roth
gaumless@gmail.com
Gerrit-Attention: Subrata Banik
subratabanik@google.com
Gerrit-Attention: Jeremy Soller
jeremy@system76.com
Gerrit-Attention: Nick Vaccaro
nvaccaro@chromium.org
Gerrit-Comment-Date: Thu, 28 Sep 2023 20:23:33 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment