| Commit message (Expand) | Author | Age | Files | Lines |
* | rename CEIL as DIV_ROUND_UP | Zachary T Welch | 2009-11-16 | 1 | -5/+5 |
* | flash_command_get_bank_by_num: make COMMAND_HELPER | Zachary T Welch | 2009-11-16 | 1 | -11/+11 |
* | command_t -> struct command | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | command_context_t -> struct command_context | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | flash_bank_t -> struct flash_bank | Zachary T Welch | 2009-11-13 | 1 | -31/+31 |
* | armv4_5_common_t -> struct arm | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | arm_jtag_t -> struct arm_jtag | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | arm7_9_common_t -> struct arm7_9_common | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | str9xpec_flash_controller_t -> struct str9xpec_flash_controller | Zachary T Welch | 2009-11-13 | 1 | -22/+22 |
* | flash_driver_t -> struct flash_driver | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | flash_sector_t -> struct flash_sector | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | scan_field_t -> struct scan_field | Zachary T Welch | 2009-11-13 | 1 | -10/+10 |
* | jtag_tap_t -> struct jtag_tap | Zachary T Welch | 2009-11-13 | 1 | -16/+16 |
* | use FLASH_BANK_COMMAND_HANDLER macro | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | use COMMAND_HANDLER macro to define all commands | Zachary T Welch | 2009-11-13 | 1 | -11/+11 |
* | str{7,9}x*.c: remove useless forward declarations | Zachary T Welch | 2009-11-09 | 1 | -67/+56 |
* | Improve str9xpec command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -80/+44 |
* | tap post reset event added. Allows omap3530 to send 100 runtest idle tickle's... | oharboe | 2009-09-11 | 1 | -1/+2 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-29 | 1 | -4/+4 |
* | - Replace '){' with ') {'. | zwelch | 2009-06-23 | 1 | -3/+3 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -9/+9 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 1 | -9/+9 |
* | - Fixes '[|]' whitespace | zwelch | 2009-06-23 | 1 | -4/+4 |
* | - Replace 'while(' with 'while ('. | zwelch | 2009-06-23 | 1 | -5/+5 |
* | - Replace 'if(' with 'if ('. | zwelch | 2009-06-23 | 1 | -3/+3 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -2/+2 |
* | Transform 'u32' to 'uint32_t' in src/flash. | zwelch | 2009-06-18 | 1 | -12/+12 |
* | Transform 'u8' to 'uint8_t' in src/flash | zwelch | 2009-06-18 | 1 | -26/+26 |
* | - Replace 'jtag_tap_by_abs_position' with 'jtag_tap_by_position'. | zwelch | 2009-06-09 | 1 | -1/+1 |
* | Eliminate MixedCaps symbol from public JTAG TAP API: | zwelch | 2009-06-05 | 1 | -1/+1 |
* | Rename jtag_add_end_state to jtag_set_end_state since "add" implies that | oharboe | 2009-06-04 | 1 | -8/+8 |
* | Introduce jtag_get_end_state() fn to clarify code a bit. | oharboe | 2009-06-04 | 1 | -5/+5 |
* | no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ... | oharboe | 2009-06-04 | 1 | -8/+8 |
* | remove TAP_INVALID as argument to jtag_add_xxx() fn's | oharboe | 2009-06-04 | 1 | -5/+5 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-01 | 1 | -75/+2 |
* | use TAP_INVALID enum instead of -1 | oharboe | 2009-05-14 | 1 | -5/+5 |
* | Audit and eliminate redundant #include directives in src/flash sources. | zwelch | 2009-05-11 | 1 | -12/+0 |
* | in_handler in_check_mask and in_check_value now removed from field. Last big ... | oharboe | 2009-05-08 | 1 | -15/+15 |
* | remove unecessary setting of deprecated fields to NULL | oharboe | 2009-05-06 | 1 | -45/+45 |
* | retire out_mask - not used anywhere | oharboe | 2009-05-06 | 1 | -15/+15 |
* | Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisons | oharboe | 2009-04-19 | 1 | -2/+2 |
* | The following patches was applied: | mifi | 2009-04-18 | 1 | -55/+55 |
* | - Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com> | kc8apf | 2009-02-03 | 1 | -1/+1 |
* | Clean up references to old tap_state names | kc8apf | 2008-12-13 | 1 | -1/+1 |
* | Change tap_state naming to be consistent with SVF documentation. | kc8apf | 2008-12-13 | 1 | -32/+32 |
* | - str9xpec driver now working with new jtag tap config | ntfreak | 2008-12-03 | 1 | -30/+14 |
* | jtag newtap change & huge manual update | duane | 2008-11-30 | 1 | -90/+104 |
* | jtag_get_device() now returns NULL and reports error instead of invoking exit() | oharboe | 2008-11-19 | 1 | -258/+265 |
* | search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts. | oharboe | 2008-08-19 | 1 | -1/+1 |
* | - more fixes to high density stm32x flash driver | ntfreak | 2008-07-23 | 1 | -0/+3 |