[coreboot-gerrit] Change in coreboot[master]: util/inteltool: Add skylake definition to MCHBAR reading

Maximilian Schander (Code Review) gerrit at coreboot.org
Sun Nov 5 20:29:52 CET 2017


Maximilian Schander has uploaded this change for review. ( https://review.coreboot.org/22351


Change subject: util/inteltool: Add skylake definition to MCHBAR reading
......................................................................

util/inteltool: Add skylake definition to MCHBAR reading

Taken from
   * 6th Generation Intel Processor Families for S-Platform Volume 2 of 2
   * Page 56
   * 332688-003EN

Change-Id: I46c8dd77823870b55cc040f7f6c557cb5a2562a1
Signed-off-by: Maximilian Schander <coreboot at mimoja.de>
---
M util/inteltool/memory.c
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/51/22351/1

diff --git a/util/inteltool/memory.c b/util/inteltool/memory.c
index 59329c8..87cd5d8 100644
--- a/util/inteltool/memory.c
+++ b/util/inteltool/memory.c
@@ -219,6 +219,7 @@
 	case PCI_DEVICE_ID_INTEL_CORE_4TH_GEN_U:
 	case PCI_DEVICE_ID_INTEL_CORE_5TH_GEN_U:
 	case PCI_DEVICE_ID_INTEL_CORE_6TH_GEN_WST:
+	case PCI_DEVICE_ID_INTEL_CORE_6TH_GEN_M:
 		mchbar_phys = pci_read_long(nb, 0x48);
 		mchbar_phys |= ((uint64_t)pci_read_long(nb, 0x4c)) << 32;
 		mchbar_phys &= 0x0000007fffff8000UL; /* 38:15 */

-- 
To view, visit https://review.coreboot.org/22351
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I46c8dd77823870b55cc040f7f6c557cb5a2562a1
Gerrit-Change-Number: 22351
Gerrit-PatchSet: 1
Gerrit-Owner: Maximilian Schander <coreboot at mimoja.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171105/0064e66b/attachment.html>


More information about the coreboot-gerrit mailing list