aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-05Improve arm7_9_common command argument parsing.Zachary T Welch1-8/+8
2009-11-05debug interface: get rid of unused pre_debug fnØyvind Harboe1-3/+0
2009-11-03target: 20 second timeout/megabyte for CRC checkØyvind Harboe1-1/+4
2009-10-07Updates for "reset_config":dbrownell1-4/+11
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell1-3/+3
2009-09-17srst_gates_jtag option. at91sam9260 needs retesting, and possibly srst_gates_...oharboe1-1/+12
2009-09-12David Brownell <david-b@pacbell.net> oharboe1-11/+24
2009-09-04more debug output for breakpointsoharboe1-2/+10
2009-08-28restore ICE watchpoint registers when the *last* software breakpoint is removedoharboe1-3/+22
2009-08-26Remove bogus "BUG:". If the PC is pointing to an invalid instruction, then si...oharboe1-2/+2
2009-08-07Ferdinand Postema [ferdinand@postema.eu]ntfreak1-0/+3
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-07-06simplify debug_reason checkoharboe1-11/+3
2009-06-29David Brownell <david-b@pacbell.net>:zwelch1-1/+2
2009-06-28Refactor code, create target_state_name()duane1-3/+3
2009-06-27Add Breakpoint/Watchpoint unique ID to help debug hardware debug register lea...duane1-1/+19
2009-06-23Remove whitespace that occurs before ')'.zwelch1-2/+2
2009-06-23Remove whitespace that occurs after '('.zwelch1-5/+5
2009-06-23- Fixes '[<>]' whitespacezwelch1-8/+8
2009-06-23- Fixes '[|]' whitespacezwelch1-11/+11
2009-06-23- Fixes '+' whitespacezwelch1-3/+3
2009-06-23- Fixes '=' whitespacezwelch1-30/+30
2009-06-23- Fixes '==' whitespacezwelch1-17/+17
2009-06-23- Fixes '<=' whitespacezwelch1-3/+3
2009-06-23- Fixes '>=' whitespacezwelch1-2/+2
2009-06-23- Fixes '&&' whitespacezwelch1-2/+2
2009-06-23- Fixes '[+]=' whitespacezwelch1-1/+1
2009-06-23- Fixes '!=' whitespacezwelch1-10/+10
2009-06-23- Replace 'if(' with 'if ('.zwelch1-19/+19
2009-06-21C99 printf() -Werror fixesduane1-20/+20
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch1-74/+74
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-2/+2
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-11/+11
2009-06-09Encapsulate jtag_reset_config using accessors:zwelch1-0/+3
2009-06-04Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe1-4/+4
2009-06-04no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...oharboe1-1/+1
2009-05-31Add target_examine_one wrapper:zwelch1-1/+1
2009-05-31Add wrappers for target->type->examined:zwelch1-1/+1
2009-05-31Add target_run_algorithm wrapper:zwelch1-2/+2
2009-05-31Add target_write_memory wrapper:zwelch1-5/+5
2009-05-31Add target_read_memory wrapper:zwelch1-4/+4
2009-05-22Submitted by Dean Glazeski <dnglaze@gmail.com>:zwelch1-10/+140
2009-05-18Dean Glazeski <dnglaze@gmail.com> fixed bug in checking of clocked back data ...oharboe1-5/+131
2009-05-18Fix logically inverted commentkc8apf1-1/+1
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch1-15/+0
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch1-1/+0
2009-05-10David Brownell <david-b@pacbell.net> whitespace fixes.oharboe1-1/+1
2009-04-20Holger Freyther <zecke@selfish.org> Attempt to fix arm7_9 breakpoint handlingoharboe1-16/+30
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe1-5/+6
2008-12-13- remove target specific variant and use target->variant memberntfreak1-28/+6