use COMMAND_HANDLER macro to define all commands
[fw/openocd] / src / target / arm920t.c
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-10 David BrownellARM920: implement basic MMU ops
2009-11-06 David BrownellARM920 uses the new inheritance/nesting scheme
2009-11-06 David BrownellARM920: remove exports and forward decls
2009-11-06 Zachary T WelchImprove arm920t command argument parsing.
2009-11-05 Øyvind Harboearm920t: add mrcmcr interface fn's.
2009-11-05 Øyvind Harboetarget: remove unused interface fn that clutters code
2009-11-03 Øyvind Harboearm920t: memory writes were broken when MMU was disabled
2009-10-21 Øyvind Harboeretire obsolete mXY_phys commands. Handled by generic...
2009-10-21 Øyvind Harboeread/write physical target fn's
2009-10-21 Øyvind HarboeRetire obsolete and superfluous implementations of...
2009-10-21 Øyvind HarboeRetire obsolete and superfluous implementations of...
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '[<>]' whitespace
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '>=' whitespace
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-19 zwelchPaulius Zaleckas <paulius.zaleckas@gmail.com>:
2009-06-19 oharboefix jtag_add_callback() args. The first argument is...
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target/arm*
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-06-04 oharboeRename jtag_add_end_state to jtag_set_end_state since...
2009-06-04 oharboeIntroduce jtag_get_end_state() fn to clarify code a...
2009-06-04 oharboeremove TAP_INVALID as argument to jtag_add_xxx() fn's
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-11 oharboeswitch to jtag_add_callback() - USB performance fix
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-10 oharboeDavid Brownell <david-b@pacbell.net> whitespace fixes.
2009-05-08 oharboein_handler in_check_mask and in_check_value now removed...
2009-05-07 oharboeremove in_handler usage
2009-05-06 oharboeremove unecessary setting of deprecated fields to NULL
2009-05-06 oharboeretire out_mask - not used anywhere
2009-05-05 oharboemark usage of in_handler that can be converted into...
2009-04-18 mifiThe following patches was applied:
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-12-13 kc8apfChange tap_state naming to be consistent with SVF docum...
2008-11-30 duanejtag newtap change & huge manual update
2008-11-04 oharboearm7_9_execute_sys_speed error propagation. Found by...
2008-10-15 oharboeLaurentiu Cocanu - memory read/write and exit() error...
2008-10-14 oharboeLaurentiu Cocanu - add error handling
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-09-01 oharboeDuane Ellis: "target as an [tcl] object" feature.
2008-08-24 oharboeduan ellis target tcl work in progress
2008-08-20 oharboefix BUG: keep_alive() error messages
2008-08-19 oharboeadded some alive_sleep()'s
2008-08-05 oharboeDuane Ellis: fix warnings
2008-05-27 ntfreak- moved flash erase_check target code to target.c
2008-05-19 oharboeFix crash when mode number fetched from the target...
2008-04-11 oharboeReset wip. Just adding hooks. This is just to reduce...
2008-04-11 oharboeWip - split target setup and target examination
2008-04-03 oharboe- Work on fixing erase check. Many implementations...
2008-04-02 oharboeAdded timeout(instead of infinite loop) to soft_reset_halt
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-07 oharboe- Improves error handling upon GDB connect
2008-03-03 oharboeI fixed all the targets even though
2008-02-25 drath- convert all files to unix line-ending
2008-02-25 oharboeFrom Michael Bruck
2008-02-24 oharboe- fixed target->type->poll() return value
2008-02-06 mifi- added patch to solve problem with AT91SAM9260 (dirty...
2007-10-22 ntfreak- add verify_image command
2007-08-10 drath- renamed M5960 USB JTAG to "flyswatter"
2007-05-10 ntfreak-- corrected embedded ice definitions
2007-04-25 drath- added support for error handlers to JTAG scan command...
2007-04-16 drath- explicitly disable monitor mode on ARM7/9 targets
2007-01-22 drath- fix incorrect parsing of whitespace in command.c...
2006-09-04 drath- added debug output for D/I FSR and FAR (arm920t)
2006-08-31 drath- endianess fixes everywhere but in the flash code...
2006-08-20 drath- made bp command more verbose
2006-08-06 drath- fixed a minor problem with the GDB server that could...
2006-07-17 drath- Added support for native MinGW builds (thanks to...
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/