summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hbotcompid.H
diff options
context:
space:
mode:
authorTsung Yeung <tyeung@us.ibm.com>2018-06-04 14:12:42 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-09-18 15:48:56 -0500
commit1f6ed77b32b629f5cd316f2f3e1d8a432f037881 (patch)
tree24b56ee17587dc2311cbb63936e405590c62d282 /src/include/usr/hbotcompid.H
parent2968366be4705757b8766c8c422f608f491f0e0b (diff)
downloadtalos-hostboot-1f6ed77b32b629f5cd316f2f3e1d8a432f037881.tar.gz
talos-hostboot-1f6ed77b32b629f5cd316f2f3e1d8a432f037881.zip
Targeting support for NVDIMM-N P9 on ZZ
(Redo from previous change https://ralgit01.raleigh.ibm.com/gerrit1/#/c/56096/) -Added interfaces for accessing NVDIMM via I2C -Added attributes to support NV controller on NVDIMM -Moved all attributes to common file Change-Id: Ief68d9d5e0aaadfa017b4fe117bdb3e29739e772 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/59995 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/hbotcompid.H')
-rw-r--r--src/include/usr/hbotcompid.H10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/include/usr/hbotcompid.H b/src/include/usr/hbotcompid.H
index 6f1c90675..53ba8cf74 100644
--- a/src/include/usr/hbotcompid.H
+++ b/src/include/usr/hbotcompid.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2017 */
+/* Contributors Listed Below - COPYRIGHT 2011,2018 */
/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
@@ -421,6 +421,14 @@ const compId_t HBBL_COMP_ID = 0x3400;
const char HBBL_COMP_NAME[] = "hbbl";
//@}
+/** @name NVDIMM
+ * NVDIMM NV Controller Interface
+ */
+//@{
+const compId_t NVDIMM_COMP_ID = 0x3500;
+const char NVDIMM_COMP_NAME[] = "nvdimm";
+//@}
+
/** @name HDAT
* HDAT component
* @Note HDAT_COMP_ID=0x9000 matches with what
OpenPOWER on IntegriCloud