]> git.sur5r.net Git - openocd/history - src/target/cortex_a8.c
Load PC with bit 0 set to 1 when resuming to say in Thumb instruction state.
[openocd] / src / target / cortex_a8.c
2009-09-08 mluLoad PC with bit 0 set to 1 when resuming to say in...
2009-09-07 mluImproved handling of instruction set state, helps for...
2009-09-04 oharboeMatt Hsu <matt@0xlab.org> This patch simply enables...
2009-09-04 oharboeMatt Hsu <matt@0xlab.org> Tidy up the bit-offset operat...
2009-08-26 oharboeMatt Hsu <matt@0xlab.org> and Holger Hans Peter Freythe...
2009-08-26 oharboeMatt Hsu <matt@0xlab.org> and Holger Hans Peter Freythe...
2009-08-26 oharboeMatt Hsu <matt@0xlab.org> cortex_a8_exec_opcode is...
2009-08-26 oharboeMatt Hsu <matt@0xlab.org> Wait for the DTRRX to be...
2009-08-26 oharboeMatt Hsu <matt@0xlab.org> and Holger Hans Peter Freythe...
2009-08-25 ntfreak- fix build warnings
2009-08-25 oharboeDavid Brownell The rest of the Cortex-A8 support from...
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-05-31 zwelchFinal step in isolating target_type_s structure:
2009-05-31 zwelchFirst step in hiding target_type_s from public interface:
2009-05-31 zwelchAdd wrappers for target->type->examined:
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-04 oharboeDirk Behme <dirk.behme@googlemail.com> Add minimalist...