This is minimal patch to support FA526 ARMv4 compatible core.
Since it is very similar to ARM920T I tried to reuse as much
code as possible.

CPU and board configs will follow soon.


git-svn-id: svn://svn.berlios.de/openocd/trunk@2292 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
zwelch
2009-06-19 22:39:35 +00:00
parent 13e592f9f6
commit 9eb3181cc8
7 changed files with 458 additions and 6 deletions

View File

@@ -31,6 +31,7 @@ libtarget_la_SOURCES = \
arm_disassembler.c \
arm966e.c \
arm926ejs.c \
fa526.c \
feroceon.c \
etb.c \
xscale.c \