Chee Soon Lew has uploaded this change for review. ( https://review.coreboot.org/22605
Change subject: soc/intel/denverton_ns: Add Denverton-AD system agent id ......................................................................
soc/intel/denverton_ns: Add Denverton-AD system agent id
This is to add support for Denverton-AD soc.
Change-Id: I539abedd65bcbdb97b64f58d0b2273ff8eb67420 Signed-off-by: Lew, Chee Soon chee.soon.lew@intel.com --- M src/soc/intel/denverton_ns/include/soc/pci_devs.h M src/soc/intel/denverton_ns/systemagent.c 2 files changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/22605/1
diff --git a/src/soc/intel/denverton_ns/include/soc/pci_devs.h b/src/soc/intel/denverton_ns/include/soc/pci_devs.h index 138b6f6..b10a905 100644 --- a/src/soc/intel/denverton_ns/include/soc/pci_devs.h +++ b/src/soc/intel/denverton_ns/include/soc/pci_devs.h @@ -40,6 +40,7 @@ #define SA_DEV 0x0 #define SA_FUNC 0 #define SA_DEVID 0x1980 +#define SA_DEVID_DNVAD 0x1995 #define SOC_DEV SA_DEV #define SOC_FUNC SA_FUNC #define SOC_DEVID SA_DEVID diff --git a/src/soc/intel/denverton_ns/systemagent.c b/src/soc/intel/denverton_ns/systemagent.c index bb5f81a..0fcac3b 100644 --- a/src/soc/intel/denverton_ns/systemagent.c +++ b/src/soc/intel/denverton_ns/systemagent.c @@ -346,6 +346,7 @@ /* IDs for System Agent device of Intel Denverton SoC */ static const unsigned short systemagent_ids[] = { SA_DEVID, /* DVN System Agent */ + SA_DEVID_DNVAD, /* DVN-AD System Agent */ 0 };