cortex_a9: add source files for Cortex A9 support.

add target and build support for A9

Signed-off-by: Aaron Carroll <aaronc@cse.unsw.edu.au>
This commit is contained in:
Aaron Carroll
2011-01-24 18:06:46 +11:00
committed by Øyvind Harboe
parent 8e60d4955f
commit c34e69cb10
4 changed files with 2275 additions and 1 deletions

View File

@@ -73,7 +73,8 @@ ARMV7_SRC = \
armv7m.c \
cortex_m3.c \
armv7a.c \
cortex_a8.c
cortex_a8.c \
cortex_a9.c
ARM_DEBUG_SRC = \
arm_dpm.c \
@@ -136,6 +137,7 @@ noinst_HEADERS = \
breakpoints.h \
cortex_m3.h \
cortex_a8.h \
cortex_a9.h \
embeddedice.h \
etb.h \
etm.h \