build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/26233 )
Change subject: sdm845: Add GPIO API
......................................................................
Patch Set 8:
(1 comment)
https://review.coreboot.org/#/c/26233/8/src/soc/qualcomm/sdm845/include/soc…
File src/soc/qualcomm/sdm845/include/soc/pinmux.h:
https://review.coreboot.org/#/c/26233/8/src/soc/qualcomm/sdm845/include/soc…
PS8, Line 24: #define PINMUX_CONSTANTS(index, tlmm, func1, func2, func3, \
Macros with complex values should be enclosed in parentheses
--
To view, visit https://review.coreboot.org/26233
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I8cef9dae2072da32cb0678efefeb8f0070cdde9c
Gerrit-Change-Number: 26233
Gerrit-PatchSet: 8
Gerrit-Owner: T.Michael Turney <tturne(a)codeaurora.org>
Gerrit-Reviewer: David Dai <daidavid1(a)codeaurora.org>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: T Michael Turney <mturney(a)codeaurora.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Julius Werner <jwerner(a)chromium.org>
Gerrit-Comment-Date: Sat, 14 Jul 2018 20:28:41 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/27482
to look at the new patch set (#2).
Change subject: gigabyte/ga-h61m-s2pv: Add VBT data
......................................................................
gigabyte/ga-h61m-s2pv: Add VBT data
Extracted from the stock BIOS using UEFItool & intelvbttool.
Without it, the kernel complains about the missing VBT table.
Additionally, the invalid oprom signature warning given by i915
is also gone.
Change-Id: I1871eca9e9c21531d842289f6624ec44420d9844
Signed-off-by: Pablo Moyano <42.pablo.ms(a)gmail.com>
---
A src/mainboard/gigabyte/ga-h61m-s2pv/data.vbt
1 file changed, 0 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/82/27482/2
--
To view, visit https://review.coreboot.org/27482
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I1871eca9e9c21531d842289f6624ec44420d9844
Gerrit-Change-Number: 27482
Gerrit-PatchSet: 2
Gerrit-Owner: Pablo Moyano <42.pablo.ms(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Pablo Moyano has uploaded this change for review. ( https://review.coreboot.org/27482
Change subject: Add VBT data for Gigabyte GA-H61-S2PV
......................................................................
Add VBT data for Gigabyte GA-H61-S2PV
Without it, the kernel complains about the missing VBT table.
Extracted from the stock BIOS using UEFItool & intelvbttool.
Additionally, the invalid oprom signature warning given by i915
is also gone.
Change-Id: I1871eca9e9c21531d842289f6624ec44420d9844
Signed-off-by: Pablo Moyano <42.pablo.ms(a)gmail.com>
---
A src/mainboard/gigabyte/ga-h61m-s2pv/data.vbt
1 file changed, 0 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/82/27482/1
diff --git a/src/mainboard/gigabyte/ga-h61m-s2pv/data.vbt b/src/mainboard/gigabyte/ga-h61m-s2pv/data.vbt
new file mode 100644
index 0000000..3d230d9
--- /dev/null
+++ b/src/mainboard/gigabyte/ga-h61m-s2pv/data.vbt
Binary files differ
--
To view, visit https://review.coreboot.org/27482
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1871eca9e9c21531d842289f6624ec44420d9844
Gerrit-Change-Number: 27482
Gerrit-PatchSet: 1
Gerrit-Owner: Pablo Moyano <42.pablo.ms(a)gmail.com>
Julius Werner has posted comments on this change. ( https://review.coreboot.org/27478 )
Change subject: libpayload/xhci: Check noop return code when debugging
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/27478/1/payloads/libpayload/drivers/usb/xhc…
File payloads/libpayload/drivers/usb/xhci.c:
https://review.coreboot.org/#/c/27478/1/payloads/libpayload/drivers/usb/xhc…
PS1, Line 411: fatal("noop command failed.\n");
I'm not sure die() is the right move here. This is just a debugging feature anyway, it shouldn't matter for production firmware. For debugging on early bring-up boards, I've seen plenty of cases where there was some kind of error here but the system was still usable afterwards (e.g. in case you didn't want to boot from USB, or if only one of several USB controllers was broken somehow). I'm fine with adding the condition code to the message if you want, but I don't think it should hang.
--
To view, visit https://review.coreboot.org/27478
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ifa0b2fb087f5f0a36ba017a774fc98b33ab035a4
Gerrit-Change-Number: 27478
Gerrit-PatchSet: 1
Gerrit-Owner: Raul Rangel <rrangel(a)chromium.org>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Julius Werner <jwerner(a)chromium.org>
Gerrit-Comment-Date: Fri, 13 Jul 2018 22:32:12 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No