diff options
| author | Prem Shanker Jha <premjha2@in.ibm.com> | 2018-05-15 10:39:08 -0500 |
|---|---|---|
| committer | hostboot <hostboot@us.ibm.com> | 2018-10-24 10:53:51 -0500 |
| commit | 0adc4f9c973334b200baa5afaddbdfe832e37232 (patch) | |
| tree | bd86193be1116d36c19ab20dce6fcd482e895c69 /import | |
| parent | c1bc6f698107e9f9088148f0041ba68e46348094 (diff) | |
| download | talos-hcode-0adc4f9c973334b200baa5afaddbdfe832e37232.tar.gz talos-hcode-0adc4f9c973334b200baa5afaddbdfe832e37232.zip | |
UV Support : Augmented STOP API and self restore for enabling ultravisor.
HW-Image-Coreq: yes
HW-Image-Prereq: Ia9ae0d284398af375f1562efff152a6a12a6eb9a
Change-Id: Ibf617efa829f9e46aa9fcbbc05b5afc3813cfabb
Original-Change-Id: I1f7ca865640dfc0a08aef783fd3595d2f249a672
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/58843
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+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: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'import')
| -rw-r--r-- | import/chips/p9/procedures/hwp/lib/p9_hcode_image_defines.H | 3 |
1 files changed, 2 insertions, 1 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 f68448be..68b90968 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 @@ -135,7 +135,8 @@ HCD_HDR_ATTN ( attnOpcodes, 2); HCD_HDR_UINT64( magic_number, CPMR_MAGIC_NUMBER); HCD_HDR_UINT32( cpmrbuildDate, 0); HCD_HDR_UINT32( cpmrVersion, 0); -HCD_HDR_UINT8_VEC (cpmrReserveFlags, 7, 0); +HCD_HDR_UINT8_VEC (cpmrReserveFlags, 6, 0); +HCD_HDR_UINT8 ( urmorFix, 0); HCD_HDR_UINT8 ( fusedModeStatus, 0); HCD_HDR_UINT32( cmeImgOffset, 0); HCD_HDR_UINT32( cmeImgLength, 0); |

