summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristine Gharzuzi <chrisg@marvell.com>2018-08-06 19:01:33 +0300
committerKostya Porotchkin <kostap@marvell.com>2018-08-08 10:22:21 +0300
commit56c2f4a764f29d191f8a42b37f061a7f3702d7da (patch)
treea43bee250699fa67b6eed69dc9cfdb0cc59beaaa
parent5765ac260a1aa51a38237e9747decec3ca86f338 (diff)
xdb: script: update 8k XDB script
- This patch updates the RET address of ble_main function - This is a fixed value, since no code is added to the ble_main function anymore (instead ble_main calls for another function that can edited.) Change-Id: I97ed8562dd9d33e5067c22a47cc98b475d3c61d6 Signed-off-by: Christine Gharzuzi <chrisg@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/58770 Tested-by: iSoC Platform CI <ykjenk@marvell.com> Reviewed-by: Kostya Porotchkin <kostap@marvell.com>
-rwxr-xr-xscripts/debugger/a8k/restore_boot.xdb2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/debugger/a8k/restore_boot.xdb b/scripts/debugger/a8k/restore_boot.xdb
index 89cbcbd7..7bdad145 100755
--- a/scripts/debugger/a8k/restore_boot.xdb
+++ b/scripts/debugger/a8k/restore_boot.xdb
@@ -45,7 +45,7 @@ LOAD /SEGMENT /DEBUG /GLOBAL /INIT="" OF @BIN_EXT_ELF_PATH
END
! Break at the end of DRAM init before jumping back top BootROM
-SET BREAKPOINT AT (0xFFE1C110) HARD
+SET BREAKPOINT AT (0xFFE1C060) HARD
RUN
DELETE BREAKPOINT /ALL