From 4817012e93131db7159050984b4a2a48e54f8989 Mon Sep 17 00:00:00 2001 From: Tristan Corrick Date: Wed, 31 Oct 2018 02:21:41 +1300 Subject: nb/intel/haswell: Add a PCI ID for a desktop memory controller The PCI ID was taken from the output of `lspci` on an ASRock H81M-HDS. Change-Id: Ie162cb7a27e313ffe612659e8444657a3772d3c9 Signed-off-by: Tristan Corrick Reviewed-on: https://review.coreboot.org/29378 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/northbridge/intel/haswell/haswell.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/northbridge/intel/haswell/haswell.h') diff --git a/src/northbridge/intel/haswell/haswell.h b/src/northbridge/intel/haswell/haswell.h index 3099a59024..d14ee4fd2c 100644 --- a/src/northbridge/intel/haswell/haswell.h +++ b/src/northbridge/intel/haswell/haswell.h @@ -210,6 +210,7 @@ struct ied_header { u8 reserved[34]; } __packed; +#define PCI_DEVICE_ID_HSW_DESKTOP 0x0c00 #define PCI_DEVICE_ID_HSW_MOBILE 0x0c04 #define PCI_DEVICE_ID_HSW_ULT 0x0a04 -- cgit v1.2.3