Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35500 )
Change subject: sc7180: Add UART support
......................................................................
Patch Set 39:
(2 comments)
https://review.coreboot.org/c/coreboot/+/35500/39/src/soc/qualcomm/sc7180/qu...
File src/soc/qualcomm/sc7180/qupv3_uart.c:
https://review.coreboot.org/c/coreboot/+/35500/39/src/soc/qualcomm/sc7180/qu...
PS39, Line 157: #ifndef __PRE_RAM__
This macro has been removed, so this #ifndef does nothing anymore. Just remove it.
https://review.coreboot.org/c/coreboot/+/35500/39/src/soc/qualcomm/sc7180/qu...
PS39, Line 165: serial.regwidth = 4;
Should add a
serial.input_hertz = QUP_UART_SRC_HZ;
here (QUP_UART_SRC_HZ being 7372800, see comment on other CL).
--
To view, visit
https://review.coreboot.org/c/coreboot/+/35500
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I6494daa108197c030577ac86dab71f9ca6c21bdb
Gerrit-Change-Number: 35500
Gerrit-PatchSet: 39
Gerrit-Owner: mturney mturney
mturney@codeaurora.org
Gerrit-Reviewer: Julius Werner
jwerner@chromium.org
Gerrit-Reviewer: Martin Roth
martinroth@google.com
Gerrit-Reviewer: Patrick Georgi
pgeorgi@google.com
Gerrit-Reviewer: Ravi kumar
rbokka@codeaurora.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Reviewer: mturney mturney
mturney@codeaurora.org
Gerrit-CC: Akash Asthana
akashast@qualcomm.corp-partner.google.com
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-CC: Roja Rani Yarubandi
c_rojay@qualcomm.corp-partner.google.com
Gerrit-CC: Satya Priya Kakitapalli
c_skakit@qualcomm.corp-partner.google.com
Gerrit-Comment-Date: Thu, 20 Feb 2020 03:51:12 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment