summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/utils/imageProcs/p9_ringId.C
diff options
context:
space:
mode:
authorSumit Kumar <sumit_kumar@in.ibm.com>2017-04-25 05:10:56 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-05-15 12:07:25 -0400
commitfad80fcf1cf0ae7923cab267777f2c3974f7cc93 (patch)
treeb0276719d752ebede1e9ca78a15bbb5802c426dc /src/import/chips/p9/utils/imageProcs/p9_ringId.C
parent0a15089734fe592f4ae5995714988fed078572d7 (diff)
downloadtalos-hostboot-fad80fcf1cf0ae7923cab267777f2c3974f7cc93.tar.gz
talos-hostboot-fad80fcf1cf0ae7923cab267777f2c3974f7cc93.zip
Enablement of n3_br_fure ring for Nimbus DD2
Change-Id: I913dce08862c05aedd21ea1e00bc02a147786536 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39634 Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Claus M. Olsen <cmolsen@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39642 Tested-by: Jenkins OP Build CI <op-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/chips/p9/utils/imageProcs/p9_ringId.C')
-rw-r--r--src/import/chips/p9/utils/imageProcs/p9_ringId.C7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/import/chips/p9/utils/imageProcs/p9_ringId.C b/src/import/chips/p9/utils/imageProcs/p9_ringId.C
index 85e7bbe8e..74abdc45d 100644
--- a/src/import/chips/p9/utils/imageProcs/p9_ringId.C
+++ b/src/import/chips/p9/utils/imageProcs/p9_ringId.C
@@ -144,12 +144,13 @@ const GenRingIdList RING_ID_LIST_COMMON[] =
{"n3_np_fure" , 0x06, 0x05, 0x05, EKB_RING , 0x0503080F},
{"n3_np_gptr" , 0x07, 0x05, 0x05, EKB_RING , 0x05030802},
{"n3_np_time" , 0x08, 0x05, 0x05, VPD_RING , 0x05030807},
+ {"n3_br_fure" , 0x09, 0x05, 0x05, EKB_RING , 0x0503100F},
};
const GenRingIdList RING_ID_LIST_INSTANCE[] =
{
- {"n3_repr" , 0x09, 0x05, 0x05, VPD_RING , 0x05037606},
- {"n3_mcs01_repr" , 0x0a, 0x05, 0x05, VPD_RING , 0x05030106},
- {"n3_np_repr" , 0x0b, 0x05, 0x05, VPD_RING , 0x05030806},
+ {"n3_repr" , 0x0a, 0x05, 0x05, VPD_RING , 0x05037606},
+ {"n3_mcs01_repr" , 0x0b, 0x05, 0x05, VPD_RING , 0x05030106},
+ {"n3_np_repr" , 0x0c, 0x05, 0x05, VPD_RING , 0x05030806},
};
const RingVariantOrder RING_VARIANT_ORDER[] = { BASE, RL, NOT_VALID };
};
OpenPOWER on IntegriCloud