Marx Wang has uploaded this change for review. ( https://review.coreboot.org/22818
Change subject: /soc/intel/skylake: make tcc_offset take effect
......................................................................
/soc/intel/skylake: make tcc_offset take effect
Currently, the "tcc_offset" defined in devicetree is overwritted by Intel FSP-S UPD "TccActivationOffset".
This patch will make "TccActivationOffset" refer to "tcc_offset".
TEST=check if MSR(0x1a[29:24]) value is updated with "tcc_offset" by iotools in ChromeOS.
Change-Id: Ibc6f33bea19a1d59bc7e407815210942b38f0702
Signed-off-by: marxwang <marx.wang(a)intel.com>
---
M src/soc/intel/skylake/chip_fsp20.c
1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/18/22818/1
diff --git a/src/soc/intel/skylake/chip_fsp20.c b/src/soc/intel/skylake/chip_fsp20.c
index 8e5cc2a..f04647d 100644
--- a/src/soc/intel/skylake/chip_fsp20.c
+++ b/src/soc/intel/skylake/chip_fsp20.c
@@ -290,6 +290,9 @@
/* Enable/Disable EIST */
tconfig->Eist = config->eist_enable;
+ /* Set TccActivationOffset */
+ tconfig->TccActivationOffset = config->tcc_offset;
+
soc_irq_settings(params);
}
--
To view, visit https://review.coreboot.org/22818
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibc6f33bea19a1d59bc7e407815210942b38f0702
Gerrit-Change-Number: 22818
Gerrit-PatchSet: 1
Gerrit-Owner: Marx Wang <marx.wang(a)intel.com>
David Wu has uploaded this change for review. ( https://review.coreboot.org/22817
Change subject: mb/google/fizz: Enable 2nd NIC leds
......................................................................
mb/google/fizz: Enable 2nd NIC leds
This patch enables customized NIC leds as follows:
Green Orange (Amber)
100M off blinking
1000M on blinking
BUG=b:69950854
TEST=Make sure the registers are programmed as expected and observe the
LEDs are behaving as expected. Perform suspend/resume test and the
LEDs are still working as expected.
Change-Id: Ic70587a0cd688e74b5e1ce532c5da954c80cf841
Signed-off-by: David Wu <david_wu(a)quantatw.com>
---
M src/mainboard/google/fizz/devicetree.cb
1 file changed, 6 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/22817/1
diff --git a/src/mainboard/google/fizz/devicetree.cb b/src/mainboard/google/fizz/devicetree.cb
index 55d59fe..194a2e5 100644
--- a/src/mainboard/google/fizz/devicetree.cb
+++ b/src/mainboard/google/fizz/devicetree.cb
@@ -308,7 +308,12 @@
device pci 1c.5 off end # PCI Express Port 6
device pci 1c.6 off end # PCI Express Port 7
device pci 1c.7 off end # PCI Express Port 8
- device pci 1d.0 on end # PCI Express Port 9 for BtoB
+ device pci 1d.0 on # PCI Express Port 9 for 2nd LAN
+ chip drivers/net
+ register "customized_leds" = "0x0fa7"
+ device pci 00.0 on end
+ end
+ end # PCI Express Port 9 for BtoB
device pci 1d.1 off end # PCI Express Port 10
device pci 1d.2 off end # PCI Express Port 11
device pci 1d.3 off end # PCI Express Port 12
--
To view, visit https://review.coreboot.org/22817
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic70587a0cd688e74b5e1ce532c5da954c80cf841
Gerrit-Change-Number: 22817
Gerrit-PatchSet: 1
Gerrit-Owner: David Wu <david_wu(a)quantatw.com>
David Wu has posted comments on this change. ( https://review.coreboot.org/22815 )
Change subject: mb/google/fizz: Enable SATA on port 0
......................................................................
Patch Set 1: Code-Review+1
--
To view, visit https://review.coreboot.org/22815
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ifbf5950151758286f8bff7250a68d9d0b3975ef9
Gerrit-Change-Number: 22815
Gerrit-PatchSet: 1
Gerrit-Owner: David Wu <david_wu(a)quantatw.com>
Gerrit-Reviewer: David Wu <david_wu(a)quantatw.com>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Shelley Chen <shchen(a)google.com>
Gerrit-Comment-Date: Mon, 11 Dec 2017 06:31:43 +0000
Gerrit-HasComments: No