From efddbeeb75d9b9d67849c493fb6f90211e9f318d Mon Sep 17 00:00:00 2001 From: Claus Michael Olsen Date: Tue, 12 Dec 2017 11:20:34 -0600 Subject: Adding CT_P9A to the enum list of chip types. I inserted P9A before CT_CEN for purely estaetic reasons. Since the current Centaur image in EKB isn't being used yet, this should be safe (as otherwise there would be a co-req situation). Change-Id: Ia5ef9950644eacea3fdc28a0195502bdcae44327 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50812 Tested-by: FSP CI Jenkins Tested-by: HWSV CI Tested-by: Jenkins Server Reviewed-by: Joseph J. McGill Tested-by: Hostboot CI Tested-by: PPE CI Reviewed-by: Richard J. Knight Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50962 Reviewed-by: Sachin Gupta --- src/import/chips/common/utils/imageProcs/common_ringId.H | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/import') diff --git a/src/import/chips/common/utils/imageProcs/common_ringId.H b/src/import/chips/common/utils/imageProcs/common_ringId.H index f61cc397..2f55d2d6 100644 --- a/src/import/chips/common/utils/imageProcs/common_ringId.H +++ b/src/import/chips/common/utils/imageProcs/common_ringId.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER sbe Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2017 */ +/* Contributors Listed Below - COPYRIGHT 2017,2018 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -134,13 +134,13 @@ enum TorMagicNum // -// Chip types and List to represent p9n, p9c, cen (centaur) -// NB! There's a matching CHIP_TYPE_LIST definition in common_ringId.C +// Chip types and List to represent p9n, p9c, p9a, cen (centaur) // enum ChipType { - CT_P9N, // ==P9 for now - CT_P9C, // ==P9 for now + CT_P9N, + CT_P9C, + CT_P9A, CT_CEN, NUM_CHIP_TYPES }; @@ -155,6 +155,7 @@ static const ChipTypeList_t CHIP_TYPE_LIST[] = { {"p9n", CT_P9N}, {"p9c", CT_P9C}, + {"p9a", CT_P9A}, {"cen", CT_CEN}, }; -- cgit v1.2.1