summaryrefslogtreecommitdiff
path: root/src/target/cortex_a8.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: nuke trailling whitespacesYauheni Kaliuta2009-10-131-10/+10
* It is not possible to invalidate I-Cache on memory writes while the target is...mlu2009-10-021-0/+3
* Make sure that DSCR_DTR_RX is not full before writingmlu2009-10-021-0/+27
* More error reporting in Cortex_a8 execute_opcodemlu2009-10-021-0/+6
* Added asser_reset and deassert_reset for cortex_a8mlu2009-10-021-2/+2
* Added asser_reset and deassert_reset for cortex_a8mlu2009-10-021-22/+56
* Remove annoying end-of-line whitespace from most src/*dbrownell2009-09-211-4/+4
* Avoid cache invalidation when writing to hardware debug registersmlu2009-09-191-4/+19
* Move Cortex A8 debug access initialisation from omap3530.cfg to cortex_a8.cmlu2009-09-181-28/+39
* Use a variable armv7a->debug_base instead of hardedcoded OMAP3530_DEBUG_BASEmlu2009-09-161-28/+31
* Check return values to avoid infinite wait in loop on error.mlu2009-09-141-4/+8
* Cache invalidation when writing to memorymlu2009-09-141-0/+18
* Fix argument passing in cortex_a8_write_cp.mlu2009-09-131-2/+1
* Load PC with bit 0 set to 1 when resuming to say in Thumb instruction state.mlu2009-09-081-2/+7
* Improved handling of instruction set state, helps for debugging Thumb state.mlu2009-09-071-7/+5
* Matt Hsu <matt@0xlab.org> This patch simply enables the halting debug mode.oharboe2009-09-041-0/+7
* Matt Hsu <matt@0xlab.org> Tidy up the bit-offset operation for DSCR registeroharboe2009-09-041-6/+6
* Matt Hsu <matt@0xlab.org> and Holger Hans Peter Freyther <zecke@selfish.org> ...oharboe2009-08-261-5/+23
* Matt Hsu <matt@0xlab.org> and Holger Hans Peter Freyther <zecke@selfish.org> ...oharboe2009-08-261-1/+1
* Matt Hsu <matt@0xlab.org> cortex_a8_exec_opcode is writing the ARM instructio...oharboe2009-08-261-1/+9
* Matt Hsu <matt@0xlab.org> Wait for the DTRRX to be full before reading it. Re...oharboe2009-08-261-4/+9
* Matt Hsu <matt@0xlab.org> and Holger Hans Peter Freyther <zecke@selfish.org> ...oharboe2009-08-261-0/+8
* - fix build warningsntfreak2009-08-251-16/+16
* David Brownell The rest of the Cortex-A8 support from Magnus: replace the pre...oharboe2009-08-251-60/+1303
* Remove whitespace that occurs after '('.zwelch2009-06-231-2/+2
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-3/+3
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-1/+1
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-9/+9
* Final step in isolating target_type_s structure:zwelch2009-05-311-1/+1
* First step in hiding target_type_s from public interface:zwelch2009-05-311-0/+1
* Add wrappers for target->type->examined:zwelch2009-05-311-1/+1
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-111-11/+0
* Dirk Behme <dirk.behme@googlemail.com> Add minimalist Cortex A8 fileoharboe2009-05-041-0/+273