Brandon Breitenstein has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45742 )
Change subject: mainboard/volteer: enable early tcss chrome ec related code in mainboard ......................................................................
Patch Set 5:
(1 comment)
https://review.coreboot.org/c/coreboot/+/45742/5/src/mainboard/google/voltee... File src/mainboard/google/volteer/mainboard.c:
https://review.coreboot.org/c/coreboot/+/45742/5/src/mainboard/google/voltee... PS5, Line 93: //Hard coding these values until the dynamic setting is upstreamed : if (i == 0) { : mux_data.usb2_port = 9; : mux_data.usb3_port = 1; : } else if (i == 1) { : mux_data.usb2_port = 4; : mux_data.usb3_port = 2; : } :
Ahh I didn't try using the EC devices I added new aliases under SOC to test and thats where I was ge […]
Done