EricR Lai has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35023 )
Change subject: libpayload/usb: add USB 3.1 GEN2 support ......................................................................
Patch Set 4:
(3 comments)
Just check kernel driver, no comment in the xhci driver. BTW, I found kernel support USB 3.2 as well.
https://review.coreboot.org/c/coreboot/+/35023/3/payloads/libpayload/drivers... File payloads/libpayload/drivers/usb/usb.c:
https://review.coreboot.org/c/coreboot/+/35023/3/payloads/libpayload/drivers... PS3, Line 267: SUPER_SPEED
A comment to indicate that the fallthrough from one case to the other would be very helpful. […]
Done
https://review.coreboot.org/c/coreboot/+/35023/3/payloads/libpayload/drivers... PS3, Line 287: case SUPER_SPEED:
A comment to indicate that the fallthrough from one case to the other would be very helpful. […]
Done
https://review.coreboot.org/c/coreboot/+/35023/3/payloads/libpayload/drivers... PS3, Line 323: SUPER_SPEED
A comment to indicate that the fallthrough from one case to the other would be very helpful. […]
Done