Skip to content
Snippets Groups Projects
Commit ebbd959a authored by oharboe's avatar oharboe
Browse files

fixed gaffe: disable interrupts reset init script

git-svn-id: svn://svn.berlios.de/openocd/trunk@1012 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 5ea46227
Branches
No related tags found
No related merge requests found
# disable interrupts # Set up chip selects & timings
reg cpsr 0x00000053
mww 0xFFE00000 0x0100273D mww 0xFFE00000 0x0100273D
mww 0xFFE00004 0x08002125 mww 0xFFE00004 0x08002125
mww 0xFFEe0008 0x02002125 mww 0xFFEe0008 0x02002125
...@@ -11,7 +9,8 @@ mww 0xFFE00018 0x60000000 ...@@ -11,7 +9,8 @@ mww 0xFFE00018 0x60000000
mww 0xFFE0001c 0x70000000 mww 0xFFE0001c 0x70000000
mww 0xFFE00020 0x00000001 mww 0xFFE00020 0x00000001
mww 0xFFE00024 0x00000000 mww 0xFFE00024 0x00000000
# remap
mww 0xFFFFF124 0xFFFFFFFF mww 0xFFFFF124 0xFFFFFFFF
mww 0xffff0010 0x100 mww 0xffff0010 0x100
mww 0xffff0034 0x100 mww 0xffff0034 0x100
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment