Attention is currently required from: Reka Norman, Tim Wawrzynczak. Hello build bot (Jenkins), Reka Norman, Tim Wawrzynczak,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/63365
to look at the new patch set (#2).
Change subject: soc/intel/alderlake: Add support to update CSE descriptor at runtime ......................................................................
soc/intel/alderlake: Add support to update CSE descriptor at runtime
On nereid, we need to update the CSE descriptor based on fw_config (see the following patch), so add support to update the descriptor at runtime. This is a temporary workaround while we find a better solution.
This is basically adding back the configure_pmc_descriptor() function removed in CB:63339, just making it generic.
BUG=b:226848617 TEST=With the following patch, Type-C and HDMI work on nereid.
Change-Id: I43c4d2888706561e42ff6b8ce0377eedbc38dbfe Signed-off-by: Reka Norman rekanorman@google.com --- M src/soc/intel/alderlake/Kconfig M src/soc/intel/alderlake/Makefile.inc A src/soc/intel/alderlake/bootblock/cse_descriptor.c M src/soc/intel/alderlake/include/soc/bootblock.h 4 files changed, 93 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/65/63365/2