diff options
| author | Prem Shanker Jha <premjha2@in.ibm.com> | 2016-12-05 05:52:38 -0600 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2017-10-23 16:59:54 -0500 |
| commit | 2dfdace3551c367d277dc781fc314b8d54ad69b2 (patch) | |
| tree | 5f212c6bdcf8da234c2f25286119f596ee6d2f41 | |
| parent | 22348c22ac7a13fe40b37ce74d7f402cfe2ec645 (diff) | |
| download | talos-hcode-2dfdace3551c367d277dc781fc314b8d54ad69b2.tar.gz talos-hcode-2dfdace3551c367d277dc781fc314b8d54ad69b2.zip | |
PM: Updated flag field in SGPE Image header.
- Added support for SMALL SYSTEM and BIG SYSTEM
Change-Id: If78cdc86e2cd4764b78e8e7c464871e15454087e
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33397
Dev-Ready: 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: ADAM S. HALE <ashale@us.ibm.com>
Reviewed-by: AMIT KUMAR <akumar3@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 | 1 |
1 files changed, 1 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 83d2ce67..4501918c 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 @@ -402,6 +402,7 @@ enum SGPE_STOP_5_TO_4_BIT_POS = 0x40000000, SGPE_STOP_8_TO_5_BIT_POS = 0x20000000, SGPE_STOP_11_TO_8_BIT_POS = 0x10000000, + SGPE_PROC_FAB_ADDR_BAR_MODE_POS = 0x00008000, // PPMR |

