summaryrefslogtreecommitdiffstats
path: root/src/build/simics
diff options
context:
space:
mode:
authorAdam Muhle <armuhle@us.ibm.com>2013-01-23 08:53:04 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-02-04 13:24:10 -0600
commit6ba9a7790919fc430ddf1539579fdb4e9e7bba0d (patch)
tree488d0567844c4904110873531d833a0c5398fb33 /src/build/simics
parent68286500750647b14ec5cbbe0253bafef2fdf341 (diff)
downloadtalos-hostboot-6ba9a7790919fc430ddf1539579fdb4e9e7bba0d.tar.gz
talos-hostboot-6ba9a7790919fc430ddf1539579fdb4e9e7bba0d.zip
Triggering Hostboot Shutdown when PNOR is bad
Updating the doShutdown path to support receiving a reason code as input. Then changing PNOR RP to issue a shutdown when problems are detected with the PNOR Partition table. RTC: 44146 Change-Id: Ib4111d0a91f53d90fa100422a1463539897598e6 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3024 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/simics')
-rwxr-xr-xsrc/build/simics/hb-simdebug.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/simics/hb-simdebug.py b/src/build/simics/hb-simdebug.py
index 12f4a2c17..048546b46 100755
--- a/src/build/simics/hb-simdebug.py
+++ b/src/build/simics/hb-simdebug.py
@@ -171,7 +171,7 @@ Examples: \n
new_command("hb-errl",
(lambda logid, logidStr, flg_l, flg_d:
run_hb_debug_framework("Errl",
- ("display="+(str(logid) if logid else logidStr) if flg_d else ""
+ ("display="+(("0x%x" % logid) if logid else logidStr) if flg_d else ""
),
outputFile = "hb-errl.output")),
[ arg(int_t, "logid", "?", None),
OpenPOWER on IntegriCloud