[coreboot-gerrit] Change in ...coreboot[master]: nb/intel/haswell: Add server processor host bridge device ID

Felix Held (Code Review) gerrit at coreboot.org
Tue Dec 18 14:33:15 CET 2018


Felix Held has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/30266 )

Change subject: nb/intel/haswell: Add server processor host bridge device ID
......................................................................

nb/intel/haswell: Add server processor host bridge device ID

The device ID is documented in "Intel Xeon Processor E3-1200 v3
Product Family Datasheet volume 2" section 2.2.

Tested with ASRock H81M-HDS with Xeon E3-1271 v3. SeaBIOS payload can
find the boot devices, and GRUB payload can boot Debian GNU/Linux on
the SATA disk.

Change-Id: I999391c9bbc6b39526ad7aec8a6d8fe1a9b5f921
Signed-off-by: Iru Cai <mytbk920423 at gmail.com>
Reviewed-on: https://review.coreboot.org/c/30266
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
Reviewed-by: Tristan Corrick <tristan at corrick.kiwi>
Reviewed-by: Felix Held <felix-coreboot at felixheld.de>
---
M src/northbridge/intel/haswell/northbridge.c
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  build bot (Jenkins): Verified
  Felix Held: Looks good to me, approved
  Tristan Corrick: Looks good to me, approved



diff --git a/src/northbridge/intel/haswell/northbridge.c b/src/northbridge/intel/haswell/northbridge.c
index 42e1501..d11eb2e 100644
--- a/src/northbridge/intel/haswell/northbridge.c
+++ b/src/northbridge/intel/haswell/northbridge.c
@@ -480,6 +480,7 @@
 	0x0c00, /* Desktop */
 	0x0c04, /* Mobile */
 	0x0a04, /* ULT */
+	0x0c08, /* Server */
 	0
 };
 

-- 
To view, visit https://review.coreboot.org/c/coreboot/+/30266
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I999391c9bbc6b39526ad7aec8a6d8fe1a9b5f921
Gerrit-Change-Number: 30266
Gerrit-PatchSet: 2
Gerrit-Owner: Iru Cai (vimacs) <mytbk920423 at gmail.com>
Gerrit-Reviewer: Felix Held <felix-coreboot at felixheld.de>
Gerrit-Reviewer: Iru Cai (vimacs) <mytbk920423 at gmail.com>
Gerrit-Reviewer: Iru Cai <mytbk920423 at gmail.com>
Gerrit-Reviewer: Patrick Rudolph <siro at das-labor.org>
Gerrit-Reviewer: Tristan Corrick <tristan at corrick.kiwi>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181218/91a7fb6d/attachment.html>


More information about the coreboot-gerrit mailing list