aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_a8.h
AgeCommit message (Expand)AuthorFilesLines
2011-03-22cortex_a: rename cortex_a8.c/h to cortex_a.c/hØyvind Harboe1-89/+0
2011-03-22cortex a9: merge cortex a9 and a8 codeØyvind Harboe1-1/+2
2010-04-14cortex-a8: more MMU supportAnton Fedotov1-0/+3
2009-12-13target files shouldn't #include <target/...h>David Brownell1-1/+1
2009-12-08target: remove needless "extern"sDavid Brownell1-2/+0
2009-12-03change #include "armv7a.h" to <target/armv7a.h>Zachary T Welch1-1/+1
2009-12-02ARMv7a/Cortex-A8: report watchpoint trigger insnDavid Brownell1-22/+0
2009-12-01ARMv7a: move constants out of Cortex-A8 headerDavid Brownell1-35/+1
2009-11-24Cortex-A8: minor cleanupDavid Brownell1-5/+2
2009-11-16#include "target.h" less wildlyDavid Brownell1-1/+0
2009-11-16target: no implicit #includes of "register.h"David Brownell1-1/+0
2009-11-15ARM: memory utils aren't ARM7/ARM9 dependentDavid Brownell1-1/+0
2009-11-13target_t -> struct targetZachary T Welch1-2/+2
2009-11-13cortex_a8_wrp_t -> struct cortex_a8_wrpZachary T Welch1-3/+3
2009-11-13cortex_a8_brp_t -> struct cortex_a8_brpZachary T Welch1-3/+3
2009-11-13cortex_a8_common_t -> struct cortex_a8_commonZachary T Welch1-5/+5
2009-11-13armv7a_common_t -> struct armv7a_commonZachary T Welch1-1/+1
2009-11-13arm_jtag_t -> struct arm_jtagZachary T Welch1-1/+1
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-1/+1
2009-11-11cortex_a8: remove declarations, use static keywordZachary T Welch1-6/+0
2009-11-09src/target: remove 'extern' and wrap headersZachary T Welch1-3/+8
2009-11-05Cortex-A8: use the new inheritance/nesting schemeDavid Brownell1-1/+0
2009-11-05target: provide container_of()David Brownell1-0/+7
2009-09-30Add DSCR_DTR_RX_FULL bit definemlu1-0/+1
2009-09-19Added CPUDBG_WCR_BASE definemlu1-0/+1
2009-09-16Remove unused varables (moved to armv7a)mlu1-5/+0
2009-09-13More CortexA8 debug register definitions.mlu1-0/+4
2009-09-04Matt Hsu <matt@0xlab.org> Tidy up the bit-offset operation for DSCR registeroharboe1-0/+9
2009-08-26Matt Hsu <matt@0xlab.org> cortex-a8: Copy some more registers from the docume...oharboe1-0/+8
2009-08-25David Brownell The rest of the Cortex-A8 support from Magnus: replace the pre...oharboe1-28/+55
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch1-12/+12
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-2/+2
2009-05-04Dirk Behme <dirk.behme@googlemail.com> Add minimalist Cortex A8 fileoharboe1-0/+99