Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
[fw/openocd] / src / target / xscale.c
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-28 duaneRefactor code, create target_state_name()
2009-06-23 zwelchRemove whitespace that occurs before ')'.
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-23 zwelch- Fixes '==' whitespace
2009-06-23 zwelch- Fixes '>=' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-23 zwelch- Replace 'for(' with 'for ('.
2009-06-23 zwelch- Replace 'switch(' with 'switch ('.
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-19 oharboefix jtag_add_callback() args. The first argument is...
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target
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 oharboeno longer use jtag_add_xxx() to set end state to TAP_ID...
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-31 zwelchAdd target_write_memory wrapper:
2009-05-31 zwelchAdd target_read_memory wrapper:
2009-05-18 kc8apfConsolidate target selection code into single get_targe...
2009-05-11 oharboeUSB performance regression fix
2009-05-11 oharboeswitch to jtag_add_callback() - USB performance fix
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-11 zwelchRemove redundant sys/types.h #include directives (now...
2009-05-08 oharboein_handler in_check_mask and in_check_value now removed...
2009-05-08 oharboeretire jtag_set_check_value
2009-05-07 oharboeremove in_handler usage
2009-05-06 zwelchFix pointer cast alignment warning in XScale miniIC...
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-05-04 oharboeMariano Alvira <mar@devl.org> fixes warnings
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix -Werror warnings
2009-04-18 mifiThe following patches was applied:
2009-03-17 ntfreak- remove build warnings
2009-02-03 kc8apf- Cable driver helper API courtesy of Dick Hollenbeck...
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-12-05 oharboeKarl Beldan <karl.beldan@gmail.com> - The ibcr count...
2008-12-04 oharboeKarl Beldan <karl.beldan@gmail.com> - fix vector_catch...
2008-11-30 duanejtag newtap change & huge manual update
2008-11-19 oharboejtag_get_device() now returns NULL and reports error...
2008-11-19 oharboeerror checking - no reported errors, but catched a...
2008-11-02 oharboemore error handling and removed force breakpoints as...
2008-10-15 oharboeLaurentiu Cocanu - memory read/write and exit() error...
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-19 oharboebetter polling debug_level 3 handling
2008-08-19 oharboetinker with Xscale performance, anti-log spamming is...
2008-08-19 oharboetinker with Xscale performance. Poll a bit more before...
2008-08-05 oharboeDuane Ellis: fix warnings
2008-08-05 oharboedefine resetting the target into the halted or running
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-07-21 oharboe- jtag_khz/speed are now single parameter only. These...
2008-05-29 ntfreak- added checksum_memory and blank_check_memory for...
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-14 oharboeretired fast_memory_access. It's always fast now.
2008-04-14 oharboeTRST is asserted *before* target->type->assert_reset...
2008-04-11 oharboeImproved XScale performance for embedded hosted OpenOCD
2008-04-04 oharboe- reverted some of the changes that possibly broke...
2008-04-03 oharboe- Work on fixing erase check. Many implementations...
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-13 oharboeXScale excessive waiting fix.
2008-03-12 oharboefixed regression in XScale introduce in 297
2008-03-11 oharboeWith the recent changes the TRST needs to happen for...
2008-03-11 oharboeretire unused code.
2008-03-07 oharboe- Improves error handling upon GDB connect
2008-03-07 oharboeAdded some timeout handling to XScale so OpenOCD doesn...
2008-03-05 oharboewarnings & comments fixes.
2008-03-03 oharboeI fixed all the targets even though
2008-03-01 oharboefix memory corruption regression introduced in 335
2008-02-29 oharboefixed stack corruption. Introduced when _check_value...
2008-02-29 oharboe- image.c and fileio.c now uses logging to propagate...
2008-02-25 drath- convert all files to unix line-ending
2008-02-25 oharboeFrom Michael Bruck
2008-02-24 oharboe- added "xscale fast_memory_access" which speeds up...
2008-02-24 oharboe- fixed target->type->poll() return value
2008-02-19 ntfreak- Fixed bug in pathmove for XScale
2008-02-18 ntfreak- removed a raft of unecessary exit() calls. Issuing...
2008-02-15 ntfreak- fix xscale memory leak and warnings. Thanks Øyvind...
2008-02-06 mifi- added patch to access cp15 register (XScale)
2008-01-21 bodylove- Eleminated leading tabs/white space
2008-01-11 ntfreak- debug handler file not closed - (thanks to oyvind...
2008-01-07 mifi- added gdb flash fixes patch
2007-12-10 bodylove- XScale DebugHandler code is now installed into
2007-10-22 ntfreak- add verify_image command
2007-08-21 drath- correctly initialize start address for XScale trace...
2007-08-17 drath- renamed "xscale dump_trace_buffer" to "xscale dump_tr...
2007-08-10 drath- renamed M5960 USB JTAG to "flyswatter"
2007-06-28 drath- fixed endianness helper macros (thanks to obilix...
2007-06-21 drath- added support for Intel/Marvel PXA27x (XScale) targets
2007-06-16 ntfreak- added mingw elf patches from Vincent Palatin
next