summaryrefslogtreecommitdiff
path: root/src/target/cortex_a8.h
Commit message (Expand)AuthorAgeFilesLines
* #include "target.h" less wildlyDavid Brownell2009-11-161-1/+0
* target: no implicit #includes of "register.h"David Brownell2009-11-161-1/+0
* ARM: memory utils aren't ARM7/ARM9 dependentDavid Brownell2009-11-151-1/+0
* target_t -> struct targetZachary T Welch2009-11-131-2/+2
* cortex_a8_wrp_t -> struct cortex_a8_wrpZachary T Welch2009-11-131-3/+3
* cortex_a8_brp_t -> struct cortex_a8_brpZachary T Welch2009-11-131-3/+3
* cortex_a8_common_t -> struct cortex_a8_commonZachary T Welch2009-11-131-5/+5
* armv7a_common_t -> struct armv7a_commonZachary T Welch2009-11-131-1/+1
* arm_jtag_t -> struct arm_jtagZachary T Welch2009-11-131-1/+1
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-1/+1
* cortex_a8: remove declarations, use static keywordZachary T Welch2009-11-111-6/+0
* src/target: remove 'extern' and wrap headersZachary T Welch2009-11-091-3/+8
* Cortex-A8: use the new inheritance/nesting schemeDavid Brownell2009-11-051-1/+0
* target: provide container_of()David Brownell2009-11-051-0/+7
* Add DSCR_DTR_RX_FULL bit definemlu2009-09-301-0/+1
* Added CPUDBG_WCR_BASE definemlu2009-09-191-0/+1
* Remove unused varables (moved to armv7a)mlu2009-09-161-5/+0
* More CortexA8 debug register definitions.mlu2009-09-131-0/+4
* Matt Hsu <matt@0xlab.org> Tidy up the bit-offset operation for DSCR registeroharboe2009-09-041-0/+9
* Matt Hsu <matt@0xlab.org> cortex-a8: Copy some more registers from the docume...oharboe2009-08-261-0/+8
* David Brownell The rest of the Cortex-A8 support from Magnus: replace the pre...oharboe2009-08-251-28/+55
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-12/+12
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-2/+2
* Dirk Behme <dirk.behme@googlemail.com> Add minimalist Cortex A8 fileoharboe2009-05-041-0/+99