Attention is currently required from: Jon Murphy.
Eric Lai has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/74281 )
Change subject: mb/google/myst: Store XHCI PCI resources ......................................................................
Patch Set 1:
(1 comment)
File src/mainboard/google/myst/mainboard.c:
https://review.coreboot.org/c/coreboot/+/74281/comment/51f88fb3_df30402c PS1, Line 100: soc_xhci_store_resources(slots, size); Just curious, I trace the code a little bit. This is totally can put in SoC common code since the different parameter is defined by Kconfig which is SMM_PCI_RESOURCE_STORE_NUM_SLOTS and no override. Why put in mainboard?