summaryrefslogtreecommitdiffstats
path: root/src/import/chips/common
diff options
context:
space:
mode:
authorBen Gass <bgass@us.ibm.com>2017-08-28 16:04:48 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-12-11 10:49:13 -0500
commit52c557d1409b8422c08ad67b8c03d6c8ffdabd35 (patch)
tree24ef9aca0e378a37343a96e6ab9a72047c74b167 /src/import/chips/common
parent5fa8f9e036df879504b9caa4551c32d11b6f84af (diff)
downloadtalos-hostboot-52c557d1409b8422c08ad67b8c03d6c8ffdabd35.tar.gz
talos-hostboot-52c557d1409b8422c08ad67b8c03d6c8ffdabd35.zip
Adding p9a support.
Adding CTEPERLPATH to ENV-setup Jenkins failure CQ SW40996 Change-Id: I02a9c5f31fb0545e8f8c8cd99b528a467ae52cf8 CQ: SW409966 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45266 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> 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: Soma Bhanutej <soma.bhanu@in.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50689 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/common')
-rw-r--r--src/import/chips/common/utils/imageProcs/common_ringId.H4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/import/chips/common/utils/imageProcs/common_ringId.H b/src/import/chips/common/utils/imageProcs/common_ringId.H
index 7be2e87c7..8af5032e8 100644
--- a/src/import/chips/common/utils/imageProcs/common_ringId.H
+++ b/src/import/chips/common/utils/imageProcs/common_ringId.H
@@ -134,13 +134,14 @@ enum TorMagicNum
//
-// Chip types and List to represent p9n, p9c, cen (centaur)
+// Chip types and List to represent p9n, p9c, p9a, cen (centaur)
// NB! There's a matching CHIP_TYPE_LIST definition in common_ringId.C
//
enum ChipType
{
CT_P9N, // ==P9 for now
CT_P9C, // ==P9 for now
+ CT_P9A,
CT_CEN,
NUM_CHIP_TYPES
};
@@ -155,6 +156,7 @@ static const ChipTypeList_t CHIP_TYPE_LIST[] =
{
{"p9n", CT_P9N},
{"p9c", CT_P9C},
+ {"p9a", CT_P9A},
{"cen", CT_CEN},
};
OpenPOWER on IntegriCloud