Hello mturney mturney, Julius Werner, Paul Menzel, build bot (Jenkins), Patrick Georgi, Martin Roth, Ciluveru chandana kishori,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/25213
to look at the new patch set (#66).
Change subject: sdm845: Add USB support on cheza platform ......................................................................
sdm845: Add USB support on cheza platform
This patch adds code to initialize two USB DWC3.0 controllers and its associated QUSB V2 10nm PHYs to the SDM845 SOC, and uses them to initialize USB3.0 on the cheza mainboard.
Synopsis controller initialization and configuration sequences taken from USB 3.0 HPG chapter 2.2 and refer PHY HPG chapter 10.2 for QUSB phy programming.
Includes Super speed mode support.
TEST=USB keypad and mass-storage device enumeration tested with this patch
Change-Id: I475a7757239acb8ef22a4d61afd59b304a7f0acc Signed-off-by: Chandana Kishori Chiluveru cchiluve@codeaurora.org --- M src/mainboard/google/cheza/mainboard.c M src/mainboard/google/cheza/romstage.c M src/soc/qualcomm/sdm845/Makefile.inc M src/soc/qualcomm/sdm845/include/soc/addressmap.h M src/soc/qualcomm/sdm845/include/soc/clock.h A src/soc/qualcomm/sdm845/include/soc/efuse.h A src/soc/qualcomm/sdm845/include/soc/usb.h A src/soc/qualcomm/sdm845/usb.c 8 files changed, 1,109 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/13/25213/66