Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45023 )
Change subject: libpayload/xhci: Fix Slot State field width definition
......................................................................
Patch Set 2: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/45023
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I0ae735af3d0840aeee846fa939c37af9aea3dff1
Gerrit-Change-Number: 45023
Gerrit-PatchSet: 2
Gerrit-Owner: Caveh Jalali <caveh(a)chromium.org>
Gerrit-Reviewer: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Wed, 02 Sep 2020 23:21:32 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Michael Niewöhner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43648 )
Change subject: mb/system76/lemp9: gpio: convert the remaining raw pads to macros
......................................................................
Patch Set 27:
(3 comments)
https://review.coreboot.org/c/coreboot/+/43648/26/src/mainboard/system76/le…
File src/mainboard/system76/lemp9/gpio.h:
https://review.coreboot.org/c/coreboot/+/43648/26/src/mainboard/system76/le…
PS26, Line 281: PAD_CFG_GPI_SCI(GPP_D9, NONE, DEEP, LEVEL, INVERT),
> this is, what the vendor sets; I'm not sure how to check if that is correct. […]
checked with system76 cb repo and ec firmware code
https://review.coreboot.org/c/coreboot/+/43648/26/src/mainboard/system76/le…
PS26, Line 364: PAD_CFG_GPI_SMI(GPP_E15, NONE, PLTRST, EDGE_SINGLE, NONE),
> this is, what the vendor sets; I'm not sure how to check if that is correct.
checked with system76 cb repo and ec firmware code and corrected accordingly (difference is that vendor does not invert, while s76 needs it, because the ec output is active low; further, reset is DEEP for s76)
https://review.coreboot.org/c/coreboot/+/43648/26/src/mainboard/system76/le…
PS26, Line 366: PAD_CFG_GPI_SCI(GPP_E16, NONE, PLTRST, LEVEL, INVERT),
> this is, what the vendor sets; I'm not sure how to check if that is correct. […]
checked with system76 cb repo and ec firmware code
--
To view, visit https://review.coreboot.org/c/coreboot/+/43648
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I79d2cca0f300e6daf1c1923a1882e4cc1ffc3c8b
Gerrit-Change-Number: 43648
Gerrit-PatchSet: 27
Gerrit-Owner: Michael Niewöhner
Gerrit-Reviewer: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Jeremy Soller <jeremy(a)system76.com>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Wed, 02 Sep 2020 18:54:20 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Michael Niewöhner
Gerrit-MessageType: comment
Hello Felix Singer, build bot (Jenkins), Nico Huber, Patrick Georgi, Jeremy Soller, Paul Menzel,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/43652
to look at the new patch set (#27).
Change subject: mb/system76/lemp9: gpio: convert gpio.h to a cleaner format
......................................................................
mb/system76/lemp9: gpio: convert gpio.h to a cleaner format
This converts gpio.h to a compacter, cleaner format by keeping gpios in
a single line, where possible.
Test: images built with TIMELESS do not differ.
Signed-off-by: Michael Niewöhner <foss(a)mniewoehner.de>
Change-Id: I9054274dc4c8942935b6a4789bfc1547dd3d4017
---
M src/mainboard/system76/lemp9/gpio.h
1 file changed, 213 insertions(+), 512 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/52/43652/27
--
To view, visit https://review.coreboot.org/c/coreboot/+/43652
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I9054274dc4c8942935b6a4789bfc1547dd3d4017
Gerrit-Change-Number: 43652
Gerrit-PatchSet: 27
Gerrit-Owner: Michael Niewöhner
Gerrit-Reviewer: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Jeremy Soller <jeremy(a)system76.com>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: newpatchset
Hello Felix Singer, build bot (Jenkins), Nico Huber, Patrick Georgi, Jeremy Soller, Paul Menzel,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/43648
to look at the new patch set (#27).
Change subject: mb/system76/lemp9: gpio: convert the remaining raw pads to macros
......................................................................
mb/system76/lemp9: gpio: convert the remaining raw pads to macros
Convert the EC and touchpad interrupt pads from raw to macros.
Signed-off-by: Michael Niewöhner <foss(a)mniewoehner.de>
Change-Id: I79d2cca0f300e6daf1c1923a1882e4cc1ffc3c8b
---
M src/mainboard/system76/lemp9/gpio.h
1 file changed, 8 insertions(+), 8 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/43648/27
--
To view, visit https://review.coreboot.org/c/coreboot/+/43648
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I79d2cca0f300e6daf1c1923a1882e4cc1ffc3c8b
Gerrit-Change-Number: 43648
Gerrit-PatchSet: 27
Gerrit-Owner: Michael Niewöhner
Gerrit-Reviewer: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Jeremy Soller <jeremy(a)system76.com>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: newpatchset
Aaron Durbin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44775 )
Change subject: treewide: stop using hexdumps for spd files
......................................................................
Patch Set 14:
(1 comment)
https://review.coreboot.org/c/coreboot/+/44775/14/src/lib/Makefile.inc
File src/lib/Makefile.inc:
https://review.coreboot.org/c/coreboot/+/44775/14/src/lib/Makefile.inc@363
PS14, Line 363: cat $(LIB_SPD_DEPS) > $@
> iow. "Should we fail the build, when the spd. […]
That's what I was suggesting. However, my broader concern is that we're associating the proper expectations for a particular Kconfig option. I didn't want semantic changes leaking in. Basically double check we're not silently failing things.
--
To view, visit https://review.coreboot.org/c/coreboot/+/44775
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I0f24183a872924cddcfdf7587cc0c126da900f91
Gerrit-Change-Number: 44775
Gerrit-PatchSet: 14
Gerrit-Owner: Michael Niewöhner
Gerrit-Reviewer: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Alexander Couzens <lynxis(a)fe80.eu>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: David Guckian <david.guckian(a)intel.com>
Gerrit-Reviewer: Frans Hendriks <fhendriks(a)eltan.com>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Jeremy Soller <jeremy(a)system76.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Michał Żygowski <michal.zygowski(a)3mdeb.com>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Piotr Król <piotr.krol(a)3mdeb.com>
Gerrit-Reviewer: Vanessa Eusebio <vanessa.f.eusebio(a)intel.com>
Gerrit-Reviewer: Wim Vervoorn <wvervoorn(a)eltan.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Aaron Durbin <adurbin(a)chromium.org>
Gerrit-CC: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Comment-Date: Wed, 02 Sep 2020 15:25:59 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Michael Niewöhner
Comment-In-Reply-To: Aaron Durbin <adurbin(a)chromium.org>
Gerrit-MessageType: comment