diff options
| author | Joe McGill <jmcgill@us.ibm.com> | 2016-10-10 19:40:45 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-10-12 11:40:31 -0400 |
| commit | 19d21e20440b06cdbd2ca1f2be71cfda2ce384f1 (patch) | |
| tree | b091a7de73f427be81f04ce3f2bfa71f0b8d6c24 | |
| parent | cea83b98cc28b533e3384a14501788b38d121424 (diff) | |
| download | talos-hostboot-19d21e20440b06cdbd2ca1f2be71cfda2ce384f1.tar.gz talos-hostboot-19d21e20440b06cdbd2ca1f2be71cfda2ce384f1.zip | |
adjust n3_fure address to match engd update (removal of bridge)
Change-Id: Ib0f01181bfea432a33efd9f3128c07edda24fc87
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30972
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Reviewed-by: Dean Sanner <dsanner@us.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30974
Reviewed-by: Hostboot Team <hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
| -rw-r--r-- | src/import/chips/p9/utils/imageProcs/p9_ringId.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/utils/imageProcs/p9_ringId.C b/src/import/chips/p9/utils/imageProcs/p9_ringId.C index 2ff069d22..3b86738ea 100644 --- a/src/import/chips/p9/utils/imageProcs/p9_ringId.C +++ b/src/import/chips/p9/utils/imageProcs/p9_ringId.C @@ -139,7 +139,7 @@ namespace N3 { const GenRingIdList RING_ID_LIST_COMMON[] = { - {"n3_fure" , 0x00, 0x05, 0x05, "n3_fure_ring" , NON_VPD_RING, 0, 0x0EC0000000009000}, + {"n3_fure" , 0x00, 0x05, 0x05, "n3_fure_ring" , NON_VPD_RING, 0, 0x0CC0000000009000}, {"n3_gptr" , 0x01, 0x05, 0x05, "n3_gptr_ring" , NON_VPD_RING, 0, 0x0EC0000000002000}, {"n3_time" , 0x02, 0x05, 0x05, "n3_time_ring" , NON_VPD_RING, 0, 0x0EC0000000000100}, {"n3_mcs01_fure" , 0x03, 0x05, 0x05, "n3_mcs01_fure_ring" , NON_VPD_RING, 0, 0x0020000000009000}, |

