From e1097cc1dfcbdda2abb652f5fd29ef3f20df9d4a Mon Sep 17 00:00:00 2001 From: Ben Gass Date: Mon, 28 Aug 2017 16:04:48 -0500 Subject: 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 Tested-by: Jenkins Server Tested-by: HWSV CI Tested-by: PPE CI Reviewed-by: Soma Bhanutej Reviewed-by: Thi N. Tran Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50688 Reviewed-by: Sachin Gupta --- src/import/chips/common/utils/imageProcs/common_ringId.H | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/import/chips/common/utils') diff --git a/src/import/chips/common/utils/imageProcs/common_ringId.H b/src/import/chips/common/utils/imageProcs/common_ringId.H index f61cc397..60bc4452 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}, }; -- cgit v1.2.3