From d05170336cdb8137a4f76ccb302b21ac3a65063a Mon Sep 17 00:00:00 2001 From: Prasad Bg Ranganath Date: Fri, 22 Jul 2016 03:41:01 -0500 Subject: Fixed ec_gptr ring offset in ringId.C Change-Id: Iedc82600f8335d49a21b7ea5eb7f715719d3a528 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27354 Reviewed-by: GIRISANKAR PAULRAJ Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: Claus M. Olsen Reviewed-by: Martin Peschke Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27355 Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/import/chips/p9/utils/imageProcs/p9_ringId.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/import/chips/p9/utils') diff --git a/src/import/chips/p9/utils/imageProcs/p9_ringId.C b/src/import/chips/p9/utils/imageProcs/p9_ringId.C index 2297bea0d..2a64619c7 100644 --- a/src/import/chips/p9/utils/imageProcs/p9_ringId.C +++ b/src/import/chips/p9/utils/imageProcs/p9_ringId.C @@ -384,8 +384,8 @@ const GenRingIdList RING_ID_LIST_COMMON[] = { /* ringName rinngId chipIdMin chipIdMax ringNameImg mvpdKeyword */ { "ec_func" , 0x00, 0x20, 0x20, "ec_func_ring", NON_VPD_RING, 0, 0x0E00000000009000}, - { "ec_time" , 0x01, 0x20, 0x20, "ec_time_ring", NON_VPD_RING, 0, 0x0E00000000000100}, - { "ec_gptr" , 0x02, 0x20, 0x20, "ec_gptr_ring", NON_VPD_RING, 0, 0x0E00000000002000}, + { "ec_gptr" , 0x01, 0x20, 0x20, "ec_gptr_ring", NON_VPD_RING, 0, 0x0E00000000002000}, + { "ec_time" , 0x02, 0x20, 0x20, "ec_time_ring", NON_VPD_RING, 0, 0x0E00000000000100}, { "ec_mode" , 0x03, 0x20, 0x20, "ec_mode_ring", NON_VPD_RING, 0, 0x0E00000000004000}, }; const GenRingIdList RING_ID_LIST_INSTANCE[] = -- cgit v1.2.1