From 13d6fcf76a5fcab45d092fe39a807fbd70f4aff9 Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Thu, 25 Oct 2018 15:10:33 -0500 Subject: 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 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Matt Derksen Reviewed-by: Corey V. Swenson Reviewed-by: Christian R. Geddes Reviewed-by: Nicholas E. Bofferding --- src/build/debug/Hostboot/BlTrace.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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. -- cgit v1.2.1