Hello Paul Fagerburg, Patrick Rudolph, Karthikeyan Ramasubramanian, Paul Fagerburg, Tim Wawrzynczak, Tim Wawrzynczak, build bot (Jenkins), Furquan Shaikh, Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/34290
to look at the new patch set (#2).
Change subject: soc/intel/common: Add SOC specific function to get XHCI USB info ......................................................................
soc/intel/common: Add SOC specific function to get XHCI USB info
It feels appropriate to define SoC specific XHCI USB info in SoC specific XHCI source file and an API to get that information instead of defining it in elog source file. This will help in other situations where the information is required.
BUG=None BRANCH=None TEST=Boot to ChromeOS.
Change-Id: Ie63a29a7096bfcaab87baaae947b786ab2345ed1 Signed-off-by: Karthikeyan Ramasubramanian kramasub@google.com --- M src/soc/intel/apollolake/Makefile.inc M src/soc/intel/apollolake/elog.c A src/soc/intel/apollolake/xhci.c M src/soc/intel/cannonlake/Makefile.inc M src/soc/intel/cannonlake/elog.c A src/soc/intel/cannonlake/xhci.c M src/soc/intel/common/block/include/intelblocks/xhci.h M src/soc/intel/skylake/Makefile.inc M src/soc/intel/skylake/elog.c A src/soc/intel/skylake/xhci.c 10 files changed, 123 insertions(+), 44 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/34290/2