Werner Zeh has uploaded this change for review. ( https://review.coreboot.org/26683
Change subject: i210: Add additional PCI-ID to the i210 driver
......................................................................
i210: Add additional PCI-ID to the i210 driver
When the i210 MACPHY is operated in the SERDES Backplane mode (which
depends on the programmed firmware image), its PCI-ID will be 0x1537.
This does however not change the programming interface for the MAC
address.
Therefore add this new PCI-ID to the driver so that the MAC address can
be programmed in this operation mode as well.
Change-Id: I608535202c49e40690381c2b2ab26322d62cfb37
Signed-off-by: Werner Zeh <werner.zeh(a)siemens.com>
---
M src/drivers/intel/i210/i210.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/83/26683/1
diff --git a/src/drivers/intel/i210/i210.c b/src/drivers/intel/i210/i210.c
index d554745..2eae6a9 100644
--- a/src/drivers/intel/i210/i210.c
+++ b/src/drivers/intel/i210/i210.c
@@ -234,7 +234,7 @@
.ops_pci = 0,
};
-static const unsigned short i210_device_ids[] = { 0x1538, 0x1533, 0 };
+static const unsigned short i210_device_ids[] = { 0x1537, 0x1538, 0x1533, 0 };
static const struct pci_driver i210_driver __pci_driver = {
.ops = &i210_ops,
--
To view, visit https://review.coreboot.org/26683
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: I608535202c49e40690381c2b2ab26322d62cfb37
Gerrit-Change-Number: 26683
Gerrit-PatchSet: 1
Gerrit-Owner: Werner Zeh <werner.zeh(a)siemens.com>
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/20808 )
Change subject: northbridge/amd/lx: Fix function setShadowRCONF
......................................................................
Patch Set 7:
Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/73553/ : SUCCESS
https://qa.coreboot.org/job/coreboot-checkpatch/27662/ : SUCCESS
--
To view, visit https://review.coreboot.org/20808
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: I7d7720121d4730254542372282f5561739e7214b
Gerrit-Change-Number: 20808
Gerrit-PatchSet: 7
Gerrit-Owner: Iru Cai <mytbk920423(a)gmail.com>
Gerrit-Reviewer: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Michał Żygowski
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Piotr Król <piotr.krol(a)3mdeb.com>
Gerrit-Reviewer: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Tue, 29 May 2018 21:27:37 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No