diff options
author | Prasad Bg Ranganath <prasadbgr@in.ibm.com> | 2016-07-22 03:41:01 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-07-22 15:52:55 -0400 |
commit | d05170336cdb8137a4f76ccb302b21ac3a65063a (patch) | |
tree | 363810f08fb975ddc17ab4ef936838ad6c240a6c /src/import/chips/p9/utils | |
parent | 2658adff5de1260c11f064bc675b3cafe7fa4ef6 (diff) | |
download | talos-hostboot-d05170336cdb8137a4f76ccb302b21ac3a65063a.tar.gz talos-hostboot-d05170336cdb8137a4f76ccb302b21ac3a65063a.zip |
Fixed ec_gptr ring offset in ringId.C
Change-Id: Iedc82600f8335d49a21b7ea5eb7f715719d3a528
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27354
Reviewed-by: GIRISANKAR PAULRAJ <gpaulraj@in.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+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: Martin Peschke <mpeschke@de.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27355
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')
-rw-r--r-- | src/import/chips/p9/utils/imageProcs/p9_ringId.C | 4 |
1 files changed, 2 insertions, 2 deletions
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[] = |