summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep15
diff options
context:
space:
mode:
authorIlya Smirnov <ismirno@us.ibm.com>2018-12-04 13:37:55 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-12-06 19:02:27 -0600
commit082f9363ee8ea21647959637cf05a102fec4d24e (patch)
treecf424f9ef6cc15d72e77ebad5e2a6b1e38af9253 /src/usr/isteps/istep15
parent9e89b556adb60d42b33353091165e25679490bdd (diff)
downloadtalos-hostboot-082f9363ee8ea21647959637cf05a102fec4d24e.tar.gz
talos-hostboot-082f9363ee8ea21647959637cf05a102fec4d24e.zip
SMF: Temporary Put HOMER In Non-Secure Memory
Skiboot is having difficulties reading OCC Common area from secure memory. This commit puts HOMER memory back in non-secure area (at all times) for the time being while the skiboot team figures out what's wrong. Change-Id: Ieda0fbb22a851cc8a5e66cf9c02c1932b29de99f Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69416 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: Matthew Raybuck <mraybuc@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep15')
-rw-r--r--src/usr/isteps/istep15/host_build_stop_image.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/isteps/istep15/host_build_stop_image.C b/src/usr/isteps/istep15/host_build_stop_image.C
index d40125b95..8d67edba3 100644
--- a/src/usr/isteps/istep15/host_build_stop_image.C
+++ b/src/usr/isteps/istep15/host_build_stop_image.C
@@ -441,7 +441,7 @@ void* host_build_stop_image (void *io_pArgs)
//If running Sapphire need to place this at the top of memory instead
if(is_sapphire_load())
{
- l_memBase = get_top_homer_mem_addr();
+ l_memBase = get_top_mem_addr();
assert (l_memBase != 0,
"host_build_stop_image: Top of memory was 0!");
l_memBase -= VMM_ALL_HOMER_OCC_MEMORY_SIZE;
OpenPOWER on IntegriCloud