diff options
author | Dan Crowell <dcrowell@us.ibm.com> | 2017-09-29 12:55:43 -0500 |
---|---|---|
committer | William G. Hoffa <wghoffa@us.ibm.com> | 2017-10-20 09:07:29 -0400 |
commit | 691a96a53eb439daabf243763b6c56a76891c573 (patch) | |
tree | a3b22596997308cd567e1e96e4979dfb9e550460 /src/usr/isteps | |
parent | 3b73246002f677ac22998c3e19c7435aa613ab6b (diff) | |
download | talos-hostboot-691a96a53eb439daabf243763b6c56a76891c573.tar.gz talos-hostboot-691a96a53eb439daabf243763b6c56a76891c573.zip |
Enable OCC on ZZ with Opal
Change-Id: I656c47d2468c8c31509b80492709b0f651b85b42
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/47008
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com>
Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/isteps')
-rw-r--r-- | src/usr/isteps/pm/pm_common.C | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usr/isteps/pm/pm_common.C b/src/usr/isteps/pm/pm_common.C index 3551a6b6e..44aa2e99e 100644 --- a/src/usr/isteps/pm/pm_common.C +++ b/src/usr/isteps/pm/pm_common.C @@ -601,6 +601,9 @@ namespace HBPM void* l_occVirt = reinterpret_cast<void *>(i_occImgVaddr); // copy LID to Homer + TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace, + "Copying %p to %p for %d bytes", + l_occVirt, l_pLidImage, l_lidImageSize ); memcpy(l_occVirt, l_pLidImage, l_lidImageSize); }while(0); |