<p>Gaggery Tsai would like Gaggery Tsai to <strong>review</strong> this change.</p><p><a href="https://review.coreboot.org/22293">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mb/google/fizz: Enable NIC leds<br><br>This patch enables customized NIC leds as following:<br><br>        Green   Orange(Amber)<br>100M     off     blinking<br>1000M on      blinking<br><br>BUG=b:65437780<br>TEST=Make sure the registers are programmed as expected and observe the<br>   LEDs are behaving as expected. Do suspend/resume test and the LEDs are<br>        still working as expected.<br><br>Change-Id: I9bb1367a4c742c2755d620e14ee6dfe70ee7f34b<br>Signed-off-by: Gaggery Tsai <gaggery.tsai@intel.corp-partner.google.com><br>---<br>M src/mainboard/google/fizz/Kconfig<br>M src/mainboard/google/fizz/devicetree.cb<br>2 files changed, 9 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/93/22293/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/mainboard/google/fizz/Kconfig b/src/mainboard/google/fizz/Kconfig<br>index 8036b8b..5bed63a 100644<br>--- a/src/mainboard/google/fizz/Kconfig<br>+++ b/src/mainboard/google/fizz/Kconfig<br>@@ -18,6 +18,7 @@<br>      select FIZZ_USE_SPI_TPM<br>       select GENERIC_SPD_BIN<br>        select RT8168_GET_MAC_FROM_VPD<br>+       select RT8168_SET_LED_MODE<br>    select SPD_READ_BY_WORD<br> <br> config VBOOT<br>diff --git a/src/mainboard/google/fizz/devicetree.cb b/src/mainboard/google/fizz/devicetree.cb<br>index 1590252..73a5c50 100644<br>--- a/src/mainboard/google/fizz/devicetree.cb<br>+++ b/src/mainboard/google/fizz/devicetree.cb<br>@@ -302,9 +302,15 @@<br>                  end<br>           end # I2C #5<br>          device pci 19.2 off  end # I2C #4<br>-            device pci 1c.0 on end # PCI Express Port 1<br>+          device pci 1c.0 on # PCI Express Port 1<br>+                      chip drivers/net<br>+                             register "customized_leds" = "0x0fa7"<br>+                            device pci 00.0 on end<br>+                       end<br>+          end # PCI Express Port 1<br>              device pci 1c.1 off end # PCI Express Port 2<br>-         device pci 1c.2 on end # PCI Express Port 3 for LAN<br>+          # PCI Express Port 3 for LAN, but will be swapped to port 1<br>+          device pci 1c.2 on end<br>                device pci 1c.3 on<br>                    chip drivers/intel/wifi<br>                               register "wake" = "GPE0_PCI_EXP"<br></pre><p>To view, visit <a href="https://review.coreboot.org/22293">change 22293</a>. To unsubscribe, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/22293"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I9bb1367a4c742c2755d620e14ee6dfe70ee7f34b </div>
<div style="display:none"> Gerrit-Change-Number: 22293 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Gaggery Tsai <gaggery.tsai@intel.com> </div>
<div style="display:none"> Gerrit-Reviewer: Gaggery Tsai <gaggery.tsai@intel.corp-partner.google.com> </div>