Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/25208 )
Change subject: sdm845: Add QCLib to RomStage to perform IP init
......................................................................
Patch Set 77: Code-Review+2
(1 comment)
https://review.coreboot.org/#/c/25208/76/src/soc/qualcomm/sdm845/qclib.c
File src/soc/qualcomm/sdm845/qclib.c:
https://review.coreboot.org/#/c/25208/76/src/soc/qualcomm/sdm845/qclib.c@43
PS76, Line 43: if (size < 0)
Ack […]
Assigning the signed result to an unsigned variable would be -Wconversion, that's a huge hammer that we'll probably not be able to enable any time soon (because that happens all the time). But we might be able to catch the if (unsigned_var < 0) case with -Wtype-limits, I'll look into that if I find some time.
--
To view, visit
https://review.coreboot.org/c/coreboot/+/25208
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I073186674a1a593547d1ee1d15c7cd4fd8ad5bc1
Gerrit-Change-Number: 25208
Gerrit-PatchSet: 77
Gerrit-Owner: T.Michael Turney
tturne@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: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Reviewer: T Michael Turney
mturney@codeaurora.org
Gerrit-Reviewer: T.Michael Turney
tturne@codeaurora.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Nico Huber
nico.h@gmx.de
Gerrit-Comment-Date: Wed, 01 May 2019 20:04:24 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: T Michael Turney
mturney@codeaurora.org
Comment-In-Reply-To: Julius Werner
jwerner@chromium.org
Gerrit-MessageType: comment