aboutsummaryrefslogtreecommitdiff
path: root/util/qualcomm/scripts/cmm/debug_cb_common.cmm
diff options
context:
space:
mode:
authorNitheesh Sekar <nsekar@codeaurora.org>2018-09-14 19:07:36 +0530
committerPatrick Georgi <pgeorgi@google.com>2019-06-03 13:20:38 +0000
commit6681f05373c2ec07168e279026962d7a63539e93 (patch)
tree778c530750fc772ddb0ad155d0f5fee62891e7b1 /util/qualcomm/scripts/cmm/debug_cb_common.cmm
parentf7f90f7c3f35f03efe037c4e079420e88a317610 (diff)
qcs405: util/qualcomm: Add T32 debug scripts
Add T32 scripts that allow debug of any coreboot stage on qcs405. Change-Id: I4e792a2806e5ebd3b4075c7bb69c43587920deae Signed-off-by: Sricharan R <sricharan@codeaurora.org> Signed-off-by: Nitheesh Sekar <nsekar@codeaurora.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/29951 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/qualcomm/scripts/cmm/debug_cb_common.cmm')
-rw-r--r--util/qualcomm/scripts/cmm/debug_cb_common.cmm18
1 files changed, 15 insertions, 3 deletions
diff --git a/util/qualcomm/scripts/cmm/debug_cb_common.cmm b/util/qualcomm/scripts/cmm/debug_cb_common.cmm
index bdb0097cd3..5959ee11e6 100644
--- a/util/qualcomm/scripts/cmm/debug_cb_common.cmm
+++ b/util/qualcomm/scripts/cmm/debug_cb_common.cmm
@@ -104,6 +104,10 @@ ENTRY &TargetPkg &srcpath &xblsrcpath &ImageName
if &BBStage
(
+ IF "&debug"==""
+ (
+ d.load.binary build/coreboot.rom 0xA0000000
+ )
&imgpath="build\cbfs\fallback\bootblock.elf"
if (&RAMLoad)
d.load.elf &imgpath /strippart "coreboot" /sourcepath &srcpath
@@ -114,9 +118,17 @@ ENTRY &TargetPkg &srcpath &xblsrcpath &ImageName
;b.s run_romstage /o
;d.set &PreRamConsoleAddr++0x8000 0
d.dump &PreRamConsoleAddr /spotlight
- print %String "Now the control is in BootBlock, press enter after debugging to go to next stage"
- print %String "Press enter to go to next stage"
- enter
+ IF (STR.CP("&debug","DEBUG"))
+ (
+ print %String "Now the control is in BootBlock, press enter after debugging to go to next stage"
+ print %String "Press enter to go to next stage"
+ enter
+ )
+ ELSE
+ (
+ go
+ enddo
+ )
)
go &VEREntryAddr