Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/30075 )
Change subject: MAINTAINERS: Add myself as a maintainer for boards I've ported
......................................................................
Patch Set 1:
> Patch Set 1:
>
> Could I also please be given the ability to give +2 code reviews?
Done
--
To view, visit https://review.coreboot.org/c/coreboot/+/30075
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I41363685bb5c84ce15698f96e58f6a5da9bd2ba2
Gerrit-Change-Number: 30075
Gerrit-PatchSet: 1
Gerrit-Owner: Tristan Corrick <tristan(a)corrick.kiwi>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Tristan Corrick <tristan(a)corrick.kiwi>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Thu, 06 Dec 2018 11:26:49 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Tristan Corrick has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30078
Change subject: sb/intel/lynxpoint/pcie.c: Fix a mistake in a comment
......................................................................
sb/intel/lynxpoint/pcie.c: Fix a mistake in a comment
The code annotated by the comment is dealing with root port 7, so update
the comment to reflect that. It looks like the comment was copied from
the root port 3 case, but not updated.
Change-Id: I0e27e4453f4c3b2b1b9dffb0c89b71373c6b303e
Signed-off-by: Tristan Corrick <tristan(a)corrick.kiwi>
---
M src/southbridge/intel/lynxpoint/pcie.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/30078/1
diff --git a/src/southbridge/intel/lynxpoint/pcie.c b/src/southbridge/intel/lynxpoint/pcie.c
index ca76aae..231f3e7 100644
--- a/src/southbridge/intel/lynxpoint/pcie.c
+++ b/src/southbridge/intel/lynxpoint/pcie.c
@@ -394,7 +394,7 @@
case 7:
if (is_lp)
break;
- /* Root Port 3 is disabled in config 11b (1x4 links). */
+ /* Root Port 7 is disabled in config 11b (1x4 links). */
if (((rpc.strpfusecfg2 >> 14) & 0x3) == 0x3) {
root_port_mark_disable(dev);
return;
--
To view, visit https://review.coreboot.org/c/coreboot/+/30078
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I0e27e4453f4c3b2b1b9dffb0c89b71373c6b303e
Gerrit-Change-Number: 30078
Gerrit-PatchSet: 1
Gerrit-Owner: Tristan Corrick <tristan(a)corrick.kiwi>
Gerrit-MessageType: newchange