summaryrefslogtreecommitdiff
path: root/tcl/board/imx27ads.cfg
diff options
context:
space:
mode:
authorAnton Fedotov <AD.Fedotov@gmail.com>2010-04-14 07:36:08 +0200
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-04-14 07:36:08 +0200
commitdecad308655edf61094d5d552ab93f9fb2a6d535 (patch)
treeec150d98028bd3a192844f6ea1e470ee92796588 /tcl/board/imx27ads.cfg
parenta8a9eddca0f8f5d8ab73f22c5a159fe1748272d5 (diff)
downloadopenocd_libswd-decad308655edf61094d5d552ab93f9fb2a6d535.tar.gz
openocd_libswd-decad308655edf61094d5d552ab93f9fb2a6d535.tar.bz2
openocd_libswd-decad308655edf61094d5d552ab93f9fb2a6d535.tar.xz
openocd_libswd-decad308655edf61094d5d552ab93f9fb2a6d535.zip
cortex-a8: more MMU support
+ virt2phys() can now convert virtual address to real + read_memory() and write_memory() are renamed to read_phys_memory() and write_phys_memory() + new read_memory() and write_memory() try to resolve real address if mmu is enambled than perform real address reading/writing + if address is bellow 0xc000000 than TTB0 is used for page table dereference, if above - than TTB1. Linux style of user/kernel address separation + if above fails (i.e address is unspecified) than mode is checked whether it is Supervisor (than TTB1) or User (than TTB0) - Software breakpoints doesn't work. You should invoke "gdb_breakpoint_override hard" before you start debugging + cortex_a8_mmu(), cortex_a8_enable_mmu_caches(), cortex_a8_disable_mmu_caches() are implemented Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'tcl/board/imx27ads.cfg')
0 files changed, 0 insertions, 0 deletions