From: ddraskovic Date: Thu, 4 Nov 2010 13:33:10 +0000 (+0100) Subject: arm964e: Add support for ARM946E target. X-Git-Tag: v0.5.0-rc1~363 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=9e3d43cfe75df7c4f6797d630576f1a02428b218;hp=9e3d43cfe75df7c4f6797d630576f1a02428b218 arm964e: Add support for ARM946E target. So far most of the people have been using existing ARM966E in the place of ARM946E, because they have practically the same scan chains. However, ARM946E has caches, which further complicates JATG handling via scan-chain. this was preventing single-stepping for ARM946E when SW breakpoints are used. This patch thus introduces : 1) Correct cache handling on memory write 2) Possibility to flush whole cache and turn it off during debug, or just to flush affected lines (faster and better) 3) Correct SW breakpoint handling and correct single-stepping 4) Corrects the bug on CP15 read and write, so CP15 values are now correctly R/W ---