summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2018-10-25 15:10:33 -0500
committerNicholas E. Bofferding <bofferdn@us.ibm.com>2018-10-29 09:11:41 -0500
commit13d6fcf76a5fcab45d092fe39a807fbd70f4aff9 (patch)
tree9d13acdf2410acd74a3d89ba443b96a841877e63
parent33514fd4143b2d07a35e8d7a6d8b6ddb8ba0e1b7 (diff)
downloadtalos-hostboot-13d6fcf76a5fcab45d092fe39a807fbd70f4aff9.tar.gz
talos-hostboot-13d6fcf76a5fcab45d092fe39a807fbd70f4aff9.zip
Make Boootloader trace tool follow HRMOR
Got rid of a hardcoded value inside BlTrace.pm so that it will follow the HRMOR like all of the other debug tools we have. Change-Id: I7ca6c656962031223078403b86897db0e5d62285 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68019 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: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com>
-rw-r--r--src/build/debug/Hostboot/BlTrace.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build/debug/Hostboot/BlTrace.pm b/src/build/debug/Hostboot/BlTrace.pm
index 3d4476e7c..339c92c6e 100644
--- a/src/build/debug/Hostboot/BlTrace.pm
+++ b/src/build/debug/Hostboot/BlTrace.pm
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2016,2017
+# Contributors Listed Below - COPYRIGHT 2016,2018
# [+] International Business Machines Corp.
#
#
@@ -134,7 +134,7 @@ sub main
my ($packName,$args) = @_;
- my $traceAddr = 0x08208000;
+ my $traceAddr = 0x208000; #offset from Hostboot's HRMOR (2MB+32KB)
my $traceSize = 64;
# Parse trace address from options.
OpenPOWER on IntegriCloud