Attention is currently required from: Sean Rhodes, Andy Pont, Michael Niewöhner.
Felix Singer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/60123 )
Change subject: mb/starlabs/labtop: Tidy up GPIOs
......................................................................
Patch Set 11:
(5 comments)
File src/mainboard/starlabs/labtop/variants/tgl/gpio.c:
https://review.coreboot.org/c/coreboot/+/60123/comment/74c3072c_578b19b7
PS11, Line 213:
: PAD_CFG_NF(GPP_T2, DN_20K, DEEP, NF2),
: PAD_CFG_NF(GPP_T3, DN_20K, DEEP, NF2),
: PAD_NC(GPP_U4, NONE),
: PAD_NC(GPP_U5, NONE),
Where did they go? Seems they are disappeared? Please do such changes in a separate commit.
PS11:
Add a short description what these columns mean. I suggest the format used in clevo/cml-u/variants/l140cu/gpio.c
https://review.coreboot.org/c/coreboot/+/60123/comment/9d3d0509_bc1bd4cd
PS11, Line 34: /* A7 --[ GPP_A7 ]-- WLAN_PCM_CLK */
The first two columns seems redundant. What are these used for? I would remove them since the pad name is used in the macro.
https://review.coreboot.org/c/coreboot/+/60123/comment/e1520ca7_cecf54ba
PS11, Line 60: /* A20 --[ GPP_A20 ]-- Not Connected */
If a pad is NC, then this is apparent through the PAD_NC macro. So I would just remove the comments for NC pins.
https://review.coreboot.org/c/coreboot/+/60123/comment/2e3edb23_9790426b
PS11, Line 385: /* GPD0 --[ GPD0 ]-- PCH_BATLOW# */
: PAD_CFG_NF(GPD0, NONE, DEEP, NF1),
: /* GPD1 --[ GPD1 ]-- AC_PRESENT */
: PAD_CFG_NF(GPD1, NONE, DEEP, NF1),
: /* GPD2 --[ GPD2 ]-- LAN_WAKE# */
: PAD_NC(GPD2, NONE),
: /* GPD3 --[ GPD3 ]-- SIO_PWRBTN# */
: PAD_CFG_NF(GPD3, UP_20K, DEEP, NF1),
: /* GPD4 --[ GPD4 ]-- SIO_SLP_S3# */
: PAD_CFG_NF(GPD4, NONE, DEEP, NF1),
: /* GPD5 --[ GPD5 ]-- SIO_SLP_S4# */
: PAD_CFG_NF(GPD5, NONE, DEEP, NF1),
: /* GPD6 --[ GPD6 ]-- SIO_SLP_A# */
: PAD_CFG_NF(GPD6, NONE, DEEP, NF1),
: /* GPD7 --[ GPD7 ]-- PCH_TBT_PERST# */
: PAD_CFG_GPO(GPD7, 0, PLTRST),
: /* GPD8 --[ GPD8 ]-- SUSCLK */
: PAD_CFG_NF(GPD8, NONE, DEEP, NF1),
: /* GPD9 --[ GPD9 ]-- SIO_SLP_WLAN# */
: PAD_CFG_NF(GPD9, NONE, DEEP, NF1),
: /* GPD10--[ GPD10 ]-- SIO_SLP_S5# */
: PAD_CFG_NF(GPD10, NONE, DEEP, NF1),
: /* GPD11--[ GPD11 ]-- PM_LANPHY_EN */
: PAD_CFG_NF(GPD11, NONE, DEEP, NF1),
These were at the beginning before. Move them in a separate commit.
--
To view, visit https://review.coreboot.org/c/coreboot/+/60123
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ia3678274dcd52285019fb3cf8ccd22617268ce1a
Gerrit-Change-Number: 60123
Gerrit-PatchSet: 11
Gerrit-Owner: Sean Rhodes <admin(a)starlabs.systems>
Gerrit-Reviewer: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Andy Pont <andy.pont(a)sdcsystems.com>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Michael Niewöhner <foss(a)mniewoehner.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Sean Rhodes <admin(a)starlabs.systems>
Gerrit-Attention: Andy Pont <andy.pont(a)sdcsystems.com>
Gerrit-Attention: Michael Niewöhner <foss(a)mniewoehner.de>
Gerrit-Comment-Date: Mon, 20 Dec 2021 00:09:36 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Sean Rhodes, Paul Menzel.
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/59979 )
Change subject: mb/starlabs/labtop: Store serial number in CMOS
......................................................................
Patch Set 11: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/59979
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I70c35c8f99f7e3ac8e45e742156dca741a6c6933
Gerrit-Change-Number: 59979
Gerrit-PatchSet: 11
Gerrit-Owner: Sean Rhodes <admin(a)starlabs.systems>
Gerrit-Reviewer: Andy Pont <andy.pont(a)sdcsystems.com>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Sean Rhodes <admin(a)starlabs.systems>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Comment-Date: Sun, 19 Dec 2021 22:55:23 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: Sean Rhodes, Paul Menzel.
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/59979 )
Change subject: mb/starlabs/labtop: Store serial number in CMOS
......................................................................
Patch Set 11: Code-Review+1
(1 comment)
Patchset:
PS11:
I'm not sure if storing serial numbers in CMOS is a good idea, but I can't think of an alternative approach right now.
--
To view, visit https://review.coreboot.org/c/coreboot/+/59979
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I70c35c8f99f7e3ac8e45e742156dca741a6c6933
Gerrit-Change-Number: 59979
Gerrit-PatchSet: 11
Gerrit-Owner: Sean Rhodes <admin(a)starlabs.systems>
Gerrit-Reviewer: Andy Pont <andy.pont(a)sdcsystems.com>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Sean Rhodes <admin(a)starlabs.systems>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Comment-Date: Sun, 19 Dec 2021 22:54:58 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Alex James has abandoned this change. ( https://review.coreboot.org/c/vboot/+/60217 )
Change subject: vboot: Fix compilation on macOS hosts
......................................................................
Abandoned
Will split into multiple changes
--
To view, visit https://review.coreboot.org/c/vboot/+/60217
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: vboot
Gerrit-Branch: main
Gerrit-Change-Id: Ifca476620386260835d75e58f1e316b2d281e4af
Gerrit-Change-Number: 60217
Gerrit-PatchSet: 1
Gerrit-Owner: Alex James <theracermaster(a)gmail.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-MessageType: abandon
Attention is currently required from: Martin Roth, Stefan Reinauer.
Alex James has posted comments on this change. ( https://review.coreboot.org/c/vboot/+/60217 )
Change subject: vboot: Fix compilation on macOS hosts
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
I'm going to split this up into multiple changes.
--
To view, visit https://review.coreboot.org/c/vboot/+/60217
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: vboot
Gerrit-Branch: main
Gerrit-Change-Id: Ifca476620386260835d75e58f1e316b2d281e4af
Gerrit-Change-Number: 60217
Gerrit-PatchSet: 1
Gerrit-Owner: Alex James <theracermaster(a)gmail.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Martin Roth <martinroth(a)google.com>
Gerrit-Attention: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-Comment-Date: Sun, 19 Dec 2021 22:53:48 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Sean Rhodes, Paul Menzel.
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/59727 )
Change subject: mb/starlabs/labtop: Update Vbt
......................................................................
Patch Set 9: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/59727
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ifc03b8f5d45cbbf90fb61d8b08148ed402dd85ec
Gerrit-Change-Number: 59727
Gerrit-PatchSet: 9
Gerrit-Owner: Sean Rhodes <admin(a)starlabs.systems>
Gerrit-Reviewer: Andy Pont <andy.pont(a)sdcsystems.com>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Sean Rhodes <admin(a)starlabs.systems>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Comment-Date: Sun, 19 Dec 2021 22:52:43 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: Sean Rhodes, Paul Menzel.
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/59727 )
Change subject: mb/starlabs/labtop: Update Vbt
......................................................................
Patch Set 9:
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/59727/comment/f7528e88_2812c011
PS9, Line 7: Vbt
nit: VBT
--
To view, visit https://review.coreboot.org/c/coreboot/+/59727
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ifc03b8f5d45cbbf90fb61d8b08148ed402dd85ec
Gerrit-Change-Number: 59727
Gerrit-PatchSet: 9
Gerrit-Owner: Sean Rhodes <admin(a)starlabs.systems>
Gerrit-Reviewer: Andy Pont <andy.pont(a)sdcsystems.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Attention: Sean Rhodes <admin(a)starlabs.systems>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Comment-Date: Sun, 19 Dec 2021 22:52:36 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Alex James has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/60233 )
Change subject: util/cbfstool: Avoid duplicate ntohll/htonll definitions
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
bsd/sysincludes.h in commonlib already defines byteswapping functions (from endian(3)). cbfstool includes this in flashmap/fmap.c; I wonder if we should include this in common.h instead of swab.h and update callers (or implement ntohl and friends in swab.h using bsd/sysincludes.h).
--
To view, visit https://review.coreboot.org/c/coreboot/+/60233
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I54195865ab4042fcf83609fcf67ef8f33994d68e
Gerrit-Change-Number: 60233
Gerrit-PatchSet: 1
Gerrit-Owner: Alex James <theracermaster(a)gmail.com>
Gerrit-Comment-Date: Sun, 19 Dec 2021 22:52:28 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Felix Singer, Sean Rhodes, Andy Pont, Michael Niewöhner.
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/60123 )
Change subject: mb/starlabs/labtop: Tidy up GPIOs
......................................................................
Patch Set 11: Code-Review+1
--
To view, visit https://review.coreboot.org/c/coreboot/+/60123
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ia3678274dcd52285019fb3cf8ccd22617268ce1a
Gerrit-Change-Number: 60123
Gerrit-PatchSet: 11
Gerrit-Owner: Sean Rhodes <admin(a)starlabs.systems>
Gerrit-Reviewer: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Andy Pont <andy.pont(a)sdcsystems.com>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Michael Niewöhner <foss(a)mniewoehner.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Attention: Sean Rhodes <admin(a)starlabs.systems>
Gerrit-Attention: Andy Pont <andy.pont(a)sdcsystems.com>
Gerrit-Attention: Michael Niewöhner <foss(a)mniewoehner.de>
Gerrit-Comment-Date: Sun, 19 Dec 2021 22:51:55 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment