aboutsummaryrefslogtreecommitdiff
path: root/src/flash/str9xpec.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-13flash_driver_t -> struct flash_driverZachary T Welch1-1/+1
2009-11-13flash_sector_t -> struct flash_sectorZachary T Welch1-1/+1
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch1-10/+10
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-16/+16
2009-11-13use FLASH_BANK_COMMAND_HANDLER macroZachary T Welch1-1/+1
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-11/+11
2009-11-09str{7,9}x*.c: remove useless forward declarationsZachary T Welch1-67/+56
2009-11-05Improve str9xpec command argument parsing.Zachary T Welch1-80/+44
2009-09-11tap post reset event added. Allows omap3530 to send 100 runtest idle tickle's...oharboe1-1/+2
2009-06-29David Brownell <david-b@pacbell.net>:zwelch1-4/+4
2009-06-23- Replace '){' with ') {'.zwelch1-3/+3
2009-06-23Remove whitespace that occurs before ')'.zwelch1-9/+9
2009-06-23Remove whitespace that occurs after '('.zwelch1-9/+9
2009-06-23- Fixes '[|]' whitespacezwelch1-4/+4
2009-06-23- Replace 'while(' with 'while ('.zwelch1-5/+5
2009-06-23- Replace 'if(' with 'if ('.zwelch1-3/+3
2009-06-21C99 printf() -Werror fixesduane1-2/+2
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch1-12/+12
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch1-26/+26
2009-06-09- Replace 'jtag_tap_by_abs_position' with 'jtag_tap_by_position'.zwelch1-1/+1
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch1-1/+1
2009-06-04Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe1-8/+8
2009-06-04Introduce jtag_get_end_state() fn to clarify code a bit.oharboe1-5/+5
2009-06-04no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...oharboe1-8/+8
2009-06-04remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe1-5/+5
2009-06-01David Brownell <david-b@pacbell.net>:zwelch1-75/+2
2009-05-14use TAP_INVALID enum instead of -1oharboe1-5/+5
2009-05-11Audit and eliminate redundant #include directives in src/flash sources.zwelch1-12/+0
2009-05-08in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe1-15/+15
2009-05-06remove unecessary setting of deprecated fields to NULLoharboe1-45/+45
2009-05-06retire out_mask - not used anywhereoharboe1-15/+15
2009-04-19Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe1-2/+2
2009-04-18The following patches was applied:mifi1-55/+55
2009-02-03- Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf1-1/+1
2008-12-13Clean up references to old tap_state nameskc8apf1-1/+1
2008-12-13Change tap_state naming to be consistent with SVF documentation.kc8apf1-32/+32
2008-12-03- str9xpec driver now working with new jtag tap configntfreak1-30/+14
2008-11-30jtag newtap change & huge manual updateduane1-90/+104
2008-11-19jtag_get_device() now returns NULL and reports error instead of invoking exit()oharboe1-258/+265
2008-08-19search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.oharboe1-1/+1
2008-07-23- more fixes to high density stm32x flash driverntfreak1-0/+3
2008-04-14- split str71x driver into banksntfreak1-35/+30
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-16/+16
2008-03-02Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe1-4/+4
2008-02-25- convert all files to unix line-endingdrath1-1348/+1348
2008-02-25From Michael Bruckoharboe1-1348/+1348
2008-02-25dos2unix fix.oharboe1-1348/+1348
2008-02-25- "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe1-1349/+1348
2008-01-27- added autoprobe functionalitymifi1-0/+1
2007-11-21- reset_run now works as expected on cortex-m3ntfreak1-4/+7