diff options
| author | Prem Shanker Jha <premjha2@in.ibm.com> | 2016-12-06 07:18:59 -0600 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2017-10-23 17:00:01 -0500 |
| commit | 20e7347f3b5fb1852efe4e54f2d1bfef3fa6c915 (patch) | |
| tree | abcff4be4ee88372490712bc7d69b95152287d0a | |
| parent | b2d4f2712e8fcbd91ada0431a2573073cd891b76 (diff) | |
| download | talos-hcode-20e7347f3b5fb1852efe4e54f2d1bfef3fa6c915.tar.gz talos-hcode-20e7347f3b5fb1852efe4e54f2d1bfef3fa6c915.zip | |
PM: Updates restore value of NCU RNG BAR SCOM register.
Commit calculates the SCOM restore value of NCU RNG BAR register
and using STOP APIs updates it to EQ SCOM area of Self Restore Image.
Change-Id: Id128e2cf331d098ffc15a9e20308be9ce9216a4b
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33459
Dev-Ready: ADAM S. HALE <ashale@us.ibm.com>
Reviewed-by: ADAM S. HALE <ashale@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
| -rw-r--r-- | import/chips/p9/procedures/hwp/lib/p9_hcode_image_defines.H | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/import/chips/p9/procedures/hwp/lib/p9_hcode_image_defines.H b/import/chips/p9/procedures/hwp/lib/p9_hcode_image_defines.H index 4501918c..aadc08bd 100644 --- a/import/chips/p9/procedures/hwp/lib/p9_hcode_image_defines.H +++ b/import/chips/p9/procedures/hwp/lib/p9_hcode_image_defines.H @@ -420,6 +420,9 @@ enum //RING LAYOUT RING_ALIGN_BOUNDARY = 0x08, + + //MISC + DARN_BAR_EN_POS = 0x8000000000000000ll, }; /** |

