summaryrefslogtreecommitdiffstats
path: root/src/usr/testcore
diff options
context:
space:
mode:
authorMarty Gloff <mgloff@us.ibm.com>2017-04-28 14:52:29 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2017-05-10 15:19:52 -0400
commit17969937b73f10ffe25ba6b4ac22e5d64a2e1f4c (patch)
treeb0c34d7b6d87728323494d19f26257ad4938db8b /src/usr/testcore
parent1f4dfe8eb4042b590d9e948591a6c285823fa548 (diff)
downloadtalos-hostboot-17969937b73f10ffe25ba6b4ac22e5d64a2e1f4c.tar.gz
talos-hostboot-17969937b73f10ffe25ba6b4ac22e5d64a2e1f4c.zip
Full Path of SBE message passing Design updates
Several design changes have been made and need to be reflected in the HBRT code. Increase size of SBE Communication buffer Changes to definition of Command Class / Command Add a wrapper for existing HTMGT function Set Generic HTMGT Message to be processed via wrapper Add erase of process command function entry from map Also address minor review comments from prior reviews. Change-Id: Ibe450507233a39dc976042296ce5ea0314a4af78 RTC:173486 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39894 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/testcore')
-rw-r--r--src/usr/testcore/rtloader/loader.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/testcore/rtloader/loader.H b/src/usr/testcore/rtloader/loader.H
index 98b055f74..1870754a5 100644
--- a/src/usr/testcore/rtloader/loader.H
+++ b/src/usr/testcore/rtloader/loader.H
@@ -643,7 +643,7 @@ class RuntimeLoaderTest : public CxxTest::TestSuite
cv_comm_phys_addr = TARGETING::get_top_mem_addr();
assert (cv_comm_phys_addr != 0,
- "bld_devtree: Top of memory was 0!");
+ "rt_get_comm: Top of memory was 0!");
cv_comm_phys_addr -= (VMM_RT_VPD_OFFSET + 64*KILOBYTE);
OpenPOWER on IntegriCloud