Attention is currently required from: Tim Wawrzynczak. Maulik V Vaghela has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/59577 )
Change subject: WIP: drivers/intel/retimer: Map correct physical port to EC port ......................................................................
Patch Set 4:
(1 comment)
This change is ready for review.
File src/drivers/intel/usb4/retimer/retimer.c:
https://review.coreboot.org/c/coreboot/+/59577/comment/80c35329_4aed3969 PS4, Line 343: DEV_PTR(tcss_usb3_port1), : DEV_PTR(tcss_usb3_port2), : DEV_PTR(tcss_usb3_port3), : DEV_PTR(tcss_usb3_port4),
This should be in SoC-specific code because these device aliases are defined in `chipset. […]
Thank you Tim. I have divided it into 2 parts now where I have weak function in common code but SoC code should implement strong function and provide detail. Can you please review : https://review.coreboot.org/c/coreboot/+/59665 and https://review.coreboot.org/c/coreboot/+/59666 ?