diff options
| author | Dean Sanner <dsanner@us.ibm.com> | 2015-11-10 07:33:39 -0600 |
|---|---|---|
| committer | Patrick Williams <iawillia@us.ibm.com> | 2015-12-11 13:56:27 -0600 |
| commit | 1d7b38ba816f52b12e0c131ec5daf86b00886c63 (patch) | |
| tree | f2ad0a1036582ac20abc1d6c931f78a135acd4ea /src/include | |
| parent | 90245203585d4212f507770094183aca1f73c4e6 (diff) | |
| download | talos-hostboot-1d7b38ba816f52b12e0c131ec5daf86b00886c63.tar.gz talos-hostboot-1d7b38ba816f52b12e0c131ec5daf86b00886c63.zip | |
Establish a working P9 Hostboot and Simics base
Includes changes for nimbus.por
Making recent Simics usable by Hostboot
Removing portions of code not yet ready
Basic LPC read/write
Change-Id: Ic40a9613934fab7bb6a28a8100685496246bb5ea
RTC:132170
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21931
Tested-by: Jenkins Server
Reviewed-by: WILLIAM G. HOFFA <wghoffa@us.ibm.com>
Reviewed-by: Christian Geddes <crgeddes@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/usr/isteps/istep16list.H | 3 | ||||
| -rw-r--r-- | src/include/usr/isteps/istep21list.H | 2 | ||||
| -rw-r--r-- | src/include/usr/vmmconst.h | 2 |
3 files changed, 6 insertions, 1 deletions
diff --git a/src/include/usr/isteps/istep16list.H b/src/include/usr/isteps/istep16list.H index 1dc407687..3b56c3d5f 100644 --- a/src/include/usr/isteps/istep16list.H +++ b/src/include/usr/isteps/istep16list.H @@ -54,11 +54,14 @@ namespace INITSERVICE NULL, { NONE, EXT_IMAGE, IPL_NOOP, false } }, +// @todo RTC:137389 - removed for P9 bringup +#if (0) { ISTEPNAME(16,01,"host_activate_master"), CORE_ACTIVATE::call_host_activate_master, { START_FN, EXT_IMAGE, NORMAL_IPL_OP | MPIPL_OP, true } }, +#endif }; const DepModInfo g_istep16Dependancies = { diff --git a/src/include/usr/isteps/istep21list.H b/src/include/usr/isteps/istep21list.H index 5215368b1..a20acdcaa 100644 --- a/src/include/usr/isteps/istep21list.H +++ b/src/include/usr/isteps/istep21list.H @@ -61,6 +61,7 @@ namespace INITSERVICE NULL, { NONE, EXT_IMAGE, IPL_NOOP, false } }, +#if (0) { ISTEPNAME(21,01,"host_runtime_setup"), START_PAYLOAD::call_host_runtime_setup, @@ -71,6 +72,7 @@ namespace INITSERVICE START_PAYLOAD::call_host_verify_hdat, { START_FN, EXT_IMAGE, MPIPL_OP | NORMAL_IPL_OP, false } }, +#endif { ISTEPNAME(21,03,"host_start_payload"), START_PAYLOAD::call_host_start_payload, diff --git a/src/include/usr/vmmconst.h b/src/include/usr/vmmconst.h index 0079e0e4f..701b02240 100644 --- a/src/include/usr/vmmconst.h +++ b/src/include/usr/vmmconst.h @@ -189,7 +189,7 @@ enum BlockPriority * allows us to have a payload image up to that size and up to 'Cache Size' * worth of unsecure content. */ -#define VMM_UNSECURE_RESERVED_MEMORY_BASEADDR (56 * MEGABYTE) +#define VMM_UNSECURE_RESERVED_MEMORY_BASEADDR (54 * MEGABYTE) /** * Test Constants |

