aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_a8.c
AgeCommit message (Expand)Author
2009-10-13Cleanup: nuke trailling whitespacesYauheni Kaliuta
2009-10-02It is not possible to invalidate I-Cache on memory writes while the target is...mlu
2009-10-02Make sure that DSCR_DTR_RX is not full before writingmlu
2009-10-02More error reporting in Cortex_a8 execute_opcodemlu
2009-10-02Added asser_reset and deassert_reset for cortex_a8mlu
2009-10-02Added asser_reset and deassert_reset for cortex_a8mlu
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell
2009-09-19Avoid cache invalidation when writing to hardware debug registersmlu
2009-09-18Move Cortex A8 debug access initialisation from omap3530.cfg to cortex_a8.cmlu
2009-09-16Use a variable armv7a->debug_base instead of hardedcoded OMAP3530_DEBUG_BASEmlu
2009-09-14Check return values to avoid infinite wait in loop on error.mlu
2009-09-14Cache invalidation when writing to memorymlu
2009-09-13Fix argument passing in cortex_a8_write_cp.mlu
2009-09-08Load PC with bit 0 set to 1 when resuming to say in Thumb instruction state.mlu
2009-09-07Improved handling of instruction set state, helps for debugging Thumb state.mlu
2009-09-04Matt Hsu <matt@0xlab.org> This patch simply enables the halting debug mode.oharboe
2009-09-04Matt Hsu <matt@0xlab.org> Tidy up the bit-offset operation for DSCR registeroharboe
2009-08-26Matt Hsu <matt@0xlab.org> and Holger Hans Peter Freyther <zecke@selfish.org> ...oharboe
2009-08-26Matt Hsu <matt@0xlab.org> and Holger Hans Peter Freyther <zecke@selfish.org> ...oharboe
2009-08-26Matt Hsu <matt@0xlab.org> cortex_a8_exec_opcode is writing the ARM instructio...oharboe
2009-08-26Matt Hsu <matt@0xlab.org> Wait for the DTRRX to be full before reading it. Re...oharboe
2009-08-26Matt Hsu <matt@0xlab.org> and Holger Hans Peter Freyther <zecke@selfish.org> ...oharboe
2009-08-25- fix build warningsntfreak
2009-08-25David Brownell The rest of the Cortex-A8 support from Magnus: replace the pre...oharboe
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch
2009-05-31Final step in isolating target_type_s structure:zwelch
2009-05-31First step in hiding target_type_s from public interface:zwelch
2009-05-31Add wrappers for target->type->examined:zwelch
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch
2009-05-04Dirk Behme <dirk.behme@googlemail.com> Add minimalist Cortex A8 fileoharboe