diff options
author | Louis Stermole <stermole@us.ibm.com> | 2018-09-25 08:44:40 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-10-05 12:01:22 -0500 |
commit | 93192aff25f4df076c810cc3502d1dd066173d5b (patch) | |
tree | c24bf66fe416fdb814550ae8326d2989390c6ba1 /src/import/hwpf/fapi2/xml/attribute_info | |
parent | c136b64627211e911e2d4b621099ff78587ea262 (diff) | |
download | blackbird-hostboot-93192aff25f4df076c810cc3502d1dd066173d5b.tar.gz blackbird-hostboot-93192aff25f4df076c810cc3502d1dd066173d5b.zip |
Add row repair access functions and attr switches for p9c
Change-Id: I07d38475165278a4f0400ee8f5fc38bc5b7b7552
CQ:SW445411
Depends-On: I728a494f91f1f460c0700bbeeca47a0e5739622f
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/66599
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/66667
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/hwpf/fapi2/xml/attribute_info')
-rw-r--r-- | src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml b/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml index 7cec7fdb9..90559adb8 100644 --- a/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml +++ b/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml @@ -5,7 +5,7 @@ <!-- --> <!-- OpenPOWER HostBoot Project --> <!-- --> -<!-- Contributors Listed Below - COPYRIGHT 2015,2017 --> +<!-- Contributors Listed Below - COPYRIGHT 2015,2018 --> <!-- [+] International Business Machines Corp. --> <!-- --> <!-- --> @@ -58,6 +58,7 @@ <enum> MNFG_NO_FLAG = 0x0000000000000000, MNFG_THRESHOLDS = 0x0000000000000001, + MNFG_TEST_ALL_SPARE_DRAM_ROWS = 0x0000000000000040, MNFG_DISABLE_DRAM_REPAIRS = 0x0000000000000080, MNFG_ENABLE_STANDARD_PATTERN_TEST = 0x0000000000000200, MNFG_DISABLE_FABRIC_eREPAIR = 0x0000000000000800, |