the following patch was just integrated into master:
commit 4551bf6dbfa28d63d657542be372bf5fb15ee5f9
Author: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Date: Fri Sep 2 16:10:58 2016 -0600
intel/minnowmax: Enable all PCIe ports
A recently announced Turbot system populates two Ethernet
controllers. Enable the remaining disabled PCIe port.
Also add a clarifying comment regarding the port associated
with Function 0. Coreboot must not be allowed to disable the
function which breaks PCI compatibility.
Change-Id: I2815ba7e6d68b9898091fbc21c96eeeb49c8e05a
Signed-off-by: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Reviewed-on: https://review.coreboot.org/16429
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth(a)google.com>
See https://review.coreboot.org/16429 for details.
-gerrit
the following patch was just integrated into master:
commit 297c5595629ddfebc15efce92b8a3b0201a1c839
Author: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Date: Fri Sep 2 15:50:48 2016 -0600
intel/minnowmax: Program GPIO for power LED
MinnowBoard Turbot systems have a GPIO-controlled LED that is
generally used to indicate the CPU is running. Commit 2ae9cce8
changed the parameter for GPIO_NC, exposing an issue with the
assumed behavior of the signal. Use a pull-down to turn on the
LED.
Change-Id: I153870904c007d89016c0d47bb3db9b824ebbcff
Signed-off-by: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Reviewed-on: https://review.coreboot.org/16428
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth(a)google.com>
See https://review.coreboot.org/16428 for details.
-gerrit