diff options
| author | Ilya Smirnov <ismirno@us.ibm.com> | 2018-09-26 10:35:24 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-11-13 13:23:59 -0600 |
| commit | 1aae1ba2930ceb5d72b9855c8003c1d8371c0791 (patch) | |
| tree | 4da3ed64fb3558db00e68b659c9bfdde79d26258 /src/usr/isteps/istep14/call_proc_exit_cache_contained.C | |
| parent | de9ec8dc9ca52d350d02c0862409fba939692c1e (diff) | |
| download | blackbird-hostboot-1aae1ba2930ceb5d72b9855c8003c1d8371c0791.tar.gz blackbird-hostboot-1aae1ba2930ceb5d72b9855c8003c1d8371c0791.zip | |
Move HOMER BAR to Secure Memory in SMF Mode
This commits enables HOMER BAR to point to the top
of the secure memory on SMF-enabled systems. Consequently,
the HOMER image and hostboot reserved memory will
be moved to the secure memory if SMF is enabled.
Change-Id: I37c7527b06688a41e57f14b4107ff53a507ffae8
RTC: 198825
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/66702
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: Nicholas E. Bofferding <bofferdn@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: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep14/call_proc_exit_cache_contained.C')
| -rw-r--r-- | src/usr/isteps/istep14/call_proc_exit_cache_contained.C | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/isteps/istep14/call_proc_exit_cache_contained.C b/src/usr/isteps/istep14/call_proc_exit_cache_contained.C index a5cc132c1..92cbc8fe5 100644 --- a/src/usr/isteps/istep14/call_proc_exit_cache_contained.C +++ b/src/usr/isteps/istep14/call_proc_exit_cache_contained.C @@ -58,6 +58,8 @@ #include <scom/centaurScomCache.H> #endif +#include <isteps/mem_utils.H> + using namespace ISTEP; using namespace ISTEP_ERROR; using namespace ERRORLOG; |

