diff options
author | Dan Crowell <dcrowell@us.ibm.com> | 2018-12-07 14:21:06 -0600 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2019-01-12 15:55:11 -0600 |
commit | dd65f35941d2c97663f11223a3ba8b9b32e6b89d (patch) | |
tree | 0a7b9c83889045b03ddaddfc8207c892afe24f0e | |
parent | 386e53387a30a77bc9e45e1906e62acce592476f (diff) | |
download | talos-hostboot-dd65f35941d2c97663f11223a3ba8b9b32e6b89d.tar.gz talos-hostboot-dd65f35941d2c97663f11223a3ba8b9b32e6b89d.zip |
Add new istep for Hostboot done
Add a specific 'istep' MAGIC call that indicates a successful boot
that can be used by the Simics CI suite
Change-Id: If4dcdd7f16d8b630b0200d7d5edc61f473e4e123
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69580
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: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r-- | src/kernel/misc.C | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kernel/misc.C b/src/kernel/misc.C index b91aeb79f..918c17aba 100644 --- a/src/kernel/misc.C +++ b/src/kernel/misc.C @@ -107,6 +107,8 @@ namespace KernelMisc if (c->master) { printk("No payload... nap'ing all threads.\n"); + // Let Simics know that we booted successfully + MAGIC_INST_PRINT_ISTEP(0xFF,0xFF); } // Clear LPCR values that wakes up from nap. LPCR[49, 50, 51] |