Karthik Ramasubramanian has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33377 )
Change subject: soc/intel/common/block/xhci: Add API to disable USB devices ......................................................................
Patch Set 7:
(1 comment)
https://review.coreboot.org/c/coreboot/+/33377/6/src/soc/intel/common/block/... File src/soc/intel/common/block/xhci/xhci.c:
https://review.coreboot.org/c/coreboot/+/33377/6/src/soc/intel/common/block/... PS6, Line 97: if (ext_usb_xhci_en_cb)
nit: This can just be pulled up with else.
Done