aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_a8.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-05cortex_a8: add mrc mcr interface.Øyvind Harboe1-0/+29
2009-11-05target: remove unused interface fn that clutters codeØyvind Harboe1-1/+0
2009-11-05debug interface: get rid of unused pre_debug fnØyvind Harboe1-4/+0
2009-10-13Cleanup: nuke trailling whitespacesYauheni Kaliuta1-10/+10
2009-10-02It is not possible to invalidate I-Cache on memory writes while the target is...mlu1-0/+3
2009-10-02Make sure that DSCR_DTR_RX is not full before writingmlu1-0/+27
2009-10-02More error reporting in Cortex_a8 execute_opcodemlu1-0/+6
2009-10-02Added asser_reset and deassert_reset for cortex_a8mlu1-2/+2
2009-10-02Added asser_reset and deassert_reset for cortex_a8mlu1-22/+56
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell1-4/+4
2009-09-19Avoid cache invalidation when writing to hardware debug registersmlu1-4/+19
2009-09-18Move Cortex A8 debug access initialisation from omap3530.cfg to cortex_a8.cmlu1-28/+39
2009-09-16Use a variable armv7a->debug_base instead of hardedcoded OMAP3530_DEBUG_BASEmlu1-28/+31
2009-09-14Check return values to avoid infinite wait in loop on error.mlu1-4/+8
2009-09-14Cache invalidation when writing to memorymlu1-0/+18
2009-09-13Fix argument passing in cortex_a8_write_cp.mlu1-2/+1
2009-09-08Load PC with bit 0 set to 1 when resuming to say in Thumb instruction state.mlu1-2/+7
2009-09-07Improved handling of instruction set state, helps for debugging Thumb state.mlu1-7/+5
2009-09-04Matt Hsu <matt@0xlab.org> This patch simply enables the halting debug mode.oharboe1-0/+7
2009-09-04Matt Hsu <matt@0xlab.org> Tidy up the bit-offset operation for DSCR registeroharboe1-6/+6
2009-08-26Matt Hsu <matt@0xlab.org> and Holger Hans Peter Freyther <zecke@selfish.org> ...oharboe1-5/+23
2009-08-26Matt Hsu <matt@0xlab.org> and Holger Hans Peter Freyther <zecke@selfish.org> ...oharboe1-1/+1
2009-08-26Matt Hsu <matt@0xlab.org> cortex_a8_exec_opcode is writing the ARM instructio...oharboe1-1/+9
2009-08-26Matt Hsu <matt@0xlab.org> Wait for the DTRRX to be full before reading it. Re...oharboe1-4/+9
2009-08-26Matt Hsu <matt@0xlab.org> and Holger Hans Peter Freyther <zecke@selfish.org> ...oharboe1-0/+8
2009-08-25- fix build warningsntfreak1-16/+16
2009-08-25David Brownell The rest of the Cortex-A8 support from Magnus: replace the pre...oharboe1-60/+1303
2009-06-23Remove whitespace that occurs after '('.zwelch1-2/+2
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch1-3/+3
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-1/+1
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-9/+9
2009-05-31Final step in isolating target_type_s structure:zwelch1-1/+1
2009-05-31First step in hiding target_type_s from public interface:zwelch1-0/+1
2009-05-31Add wrappers for target->type->examined:zwelch1-1/+1
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch1-11/+0
2009-05-04Dirk Behme <dirk.behme@googlemail.com> Add minimalist Cortex A8 fileoharboe1-0/+273