build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36012 )
Change subject: [WIP] drivers/usb/xhci-dbc: Add USB3 Dbc ......................................................................
Patch Set 1:
(4 comments)
https://review.coreboot.org/c/coreboot/+/36012/1/src/drivers/usb/xhci-dbc.c File src/drivers/usb/xhci-dbc.c:
https://review.coreboot.org/c/coreboot/+/36012/1/src/drivers/usb/xhci-dbc.c@... PS1, Line 300: xdbc_put_utf16(s_desc->wData, XDBC_STRING_MANUFACTURER, strlen(XDBC_STRING_MANUFACTURER)); line over 96 characters
https://review.coreboot.org/c/coreboot/+/36012/1/src/drivers/usb/xhci-dbc.c@... PS1, Line 326: ep_out->ep_info2 = cpu_to_le32(EP_TYPE(BULK_OUT_EP) | MAX_PACKET(1024) | MAX_BURST(max_burst)); line over 96 characters
https://review.coreboot.org/c/coreboot/+/36012/1/src/drivers/usb/xhci-dbc.c@... PS1, Line 333: ep_in->ep_info2 = cpu_to_le32(EP_TYPE(BULK_IN_EP) | MAX_PACKET(1024) | MAX_BURST(max_burst)); line over 96 characters
https://review.coreboot.org/c/coreboot/+/36012/1/src/drivers/usb/xhci-dbc.c@... PS1, Line 437: ret = handshake(&xdbc.xdbc_reg->portsc, PORTSC_CONN_STATUS, PORTSC_CONN_STATUS, 5000000, 100); line over 96 characters