summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristine Gharzuzi <chrisg@marvell.com>2018-08-06 19:01:33 +0300
committerKonstantin Porotchkin <kostap@marvell.com>2018-09-03 14:51:31 +0300
commit318e355ddf0b4ecce52aa9d4b3c3348a8df7710c (patch)
treee4b8b07c363e29695b74151b4a1bc023ed958a3c
parent043d3de7b411d330afd4309262a5752903abe42c (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