diff options
| author | Tsung Yeung <tyeung@us.ibm.com> | 2018-06-04 14:12:42 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-09-18 15:48:56 -0500 |
| commit | 1f6ed77b32b629f5cd316f2f3e1d8a432f037881 (patch) | |
| tree | 24b56ee17587dc2311cbb63936e405590c62d282 /src/usr/i2c/HBconfig | |
| parent | 2968366be4705757b8766c8c422f608f491f0e0b (diff) | |
| download | talos-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/usr/i2c/HBconfig')
| -rw-r--r-- | src/usr/i2c/HBconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/usr/i2c/HBconfig b/src/usr/i2c/HBconfig index dc68e5cfb..91579f80d 100644 --- a/src/usr/i2c/HBconfig +++ b/src/usr/i2c/HBconfig @@ -8,3 +8,8 @@ config TPM_NUVOTON default y help Enable Nuvoton TPM I2C driver + +config NVDIMM + default n + help + Enable NVDIMM I2C support |

