actux3.cfg: add function to setup for u-boot debugging
Signed-off-by: Michael Schwingen <michael@schwingen.org>__archive__
parent
09a0a69c09
commit
1795239cfd
|
@ -45,3 +45,25 @@ flash bank $_FLASHNAME cfi 0x50000000 0x400000 2 2 $_TARGETNAME
|
||||||
|
|
||||||
init
|
init
|
||||||
reset init
|
reset init
|
||||||
|
|
||||||
|
# setup to debug u-boot in flash
|
||||||
|
proc uboot_debug {} {
|
||||||
|
gdb_breakpoint_override hard
|
||||||
|
xscale vector_catch 0xFF
|
||||||
|
|
||||||
|
xscale vector_table low 1 0xe59ff018
|
||||||
|
xscale vector_table low 2 0xe59ff018
|
||||||
|
xscale vector_table low 3 0xe59ff018
|
||||||
|
xscale vector_table low 4 0xe59ff018
|
||||||
|
xscale vector_table low 5 0xe59ff018
|
||||||
|
xscale vector_table low 6 0xe59ff018
|
||||||
|
xscale vector_table low 7 0xe59ff018
|
||||||
|
|
||||||
|
xscale vector_table high 1 0xe59ff018
|
||||||
|
xscale vector_table high 2 0xe59ff018
|
||||||
|
xscale vector_table high 3 0xe59ff018
|
||||||
|
xscale vector_table high 4 0xe59ff018
|
||||||
|
xscale vector_table high 5 0xe59ff018
|
||||||
|
xscale vector_table high 6 0xe59ff018
|
||||||
|
xscale vector_table high 7 0xe59ff018
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue