Attention is currently required from: Felix Singer, Kapil Porwal, Sean Rhodes, Subrata Banik, Tarun Tuli.
Tim Crawford has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/75481?usp=email )
Change subject: soc/intel/{alderlake, meteorlake}: Properly assign the FSP ASPM UPD
......................................................................
Patch Set 1:
(1 comment)
File src/soc/intel/alderlake/fsp_params.c:
https://review.coreboot.org/c/coreboot/+/75481/comment/c2b1029f_24f9ec6b :
PS1, Line 899: if (rp_cfg->pcie_rp_aspm)
: s_cfg->PcieRpAspm[i] = get_aspm_control(rp_cfg->pcie_rp_aspm);
: else if (CONFIG(PCIEXP_ASPM)) /* use auto (FSP default) if PCIEXP_ASPM is enabled */
: s_cfg->PcieRpAspm[i] = ASPM_AUTO;
: else
: s_cfg->PcieRpAspm[i] = ASPM_DISABLE;
Those aren't disjoint cases. I want both of them. […]
`pcie_rp_aspm` is a *per port* config. So AFAICT, the only way to have ASPM enabled on some ports and disabled on others *is* to disable `PCIEXP_ASPM` and explicitly set `pcie_rp_aspm` per port.
If you leave `PCIEXP_ASPM` enabled and set `pcie_rp_aspm = ASPM_DISABLE` for a single port, then this still sets it to `ASPM_AUTO`.
e.g., CB:63466
--
To view, visit
https://review.coreboot.org/c/coreboot/+/75481?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ib20c7466c79c3e0757ebda98240a529920c32a16
Gerrit-Change-Number: 75481
Gerrit-PatchSet: 1
Gerrit-Owner: Subrata Banik
subratabanik@google.com
Gerrit-Reviewer: Angel Pons
th3fanbus@gmail.com
Gerrit-Reviewer: Felix Singer
service+coreboot-gerrit@felixsinger.de
Gerrit-Reviewer: Kapil Porwal
kapilporwal@google.com
Gerrit-Reviewer: Lean Sheng Tan
sheng.tan@9elements.com
Gerrit-Reviewer: Sean Rhodes
sean@starlabs.systems
Gerrit-Reviewer: Tarun Tuli
taruntuli@google.com
Gerrit-Reviewer: Tim Crawford
tcrawford@system76.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Attention: Felix Singer
service+coreboot-gerrit@felixsinger.de
Gerrit-Attention: Sean Rhodes
sean@starlabs.systems
Gerrit-Attention: Tarun Tuli
taruntuli@google.com
Gerrit-Attention: Subrata Banik
subratabanik@google.com
Gerrit-Attention: Kapil Porwal
kapilporwal@google.com
Gerrit-Comment-Date: Thu, 01 Jun 2023 15:01:43 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Tim Crawford
tcrawford@system76.com
Comment-In-Reply-To: Subrata Banik
subratabanik@google.com
Gerrit-MessageType: comment