summaryrefslogtreecommitdiff
path: root/src/flash/str9xpec.c
Commit message (Expand)AuthorAgeFilesLines
* move nor drivers to src/flash/norZachary T Welch2009-12-021-1257/+0
* remove flash_driver->register_callbacksZachary T Welch2009-11-241-7/+1
* str9xpec: use register_commands()Zachary T Welch2009-11-241-38/+81
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-12/+12
* rename flash and nand command helpersZachary T Welch2009-11-191-11/+11
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-23/+23
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-4/+4
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-12/+12
* rename CEIL as DIV_ROUND_UPZachary T Welch2009-11-161-5/+5
* flash_command_get_bank_by_num: make COMMAND_HELPERZachary T Welch2009-11-161-11/+11
* command_t -> struct commandZachary T Welch2009-11-131-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* flash_bank_t -> struct flash_bankZachary T Welch2009-11-131-31/+31
* armv4_5_common_t -> struct armZachary T Welch2009-11-131-1/+1
* arm_jtag_t -> struct arm_jtagZachary T Welch2009-11-131-1/+1
* arm7_9_common_t -> struct arm7_9_commonZachary T Welch2009-11-131-1/+1
* str9xpec_flash_controller_t -> struct str9xpec_flash_controllerZachary T Welch2009-11-131-22/+22
* flash_driver_t -> struct flash_driverZachary T Welch2009-11-131-1/+1
* flash_sector_t -> struct flash_sectorZachary T Welch2009-11-131-1/+1
* scan_field_t -> struct scan_fieldZachary T Welch2009-11-131-10/+10
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-16/+16
* use FLASH_BANK_COMMAND_HANDLER macroZachary T Welch2009-11-131-1/+1
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-11/+11
* str{7,9}x*.c: remove useless forward declarationsZachary T Welch2009-11-091-67/+56
* Improve str9xpec command argument parsing.Zachary T Welch2009-11-051-80/+44
* tap post reset event added. Allows omap3530 to send 100 runtest idle tickle's...oharboe2009-09-111-1/+2
* David Brownell <david-b@pacbell.net>:zwelch2009-06-291-4/+4
* - Replace '){' with ') {'.zwelch2009-06-231-3/+3
* Remove whitespace that occurs before ')'.zwelch2009-06-231-9/+9
* Remove whitespace that occurs after '('.zwelch2009-06-231-9/+9
* - Fixes '[|]' whitespacezwelch2009-06-231-4/+4
* - Replace 'while(' with 'while ('.zwelch2009-06-231-5/+5
* - Replace 'if(' with 'if ('.zwelch2009-06-231-3/+3
* C99 printf() -Werror fixesduane2009-06-211-2/+2
* Transform 'u32' to 'uint32_t' in src/flash.zwelch2009-06-181-12/+12
* Transform 'u8' to 'uint8_t' in src/flashzwelch2009-06-181-26/+26
* - Replace 'jtag_tap_by_abs_position' with 'jtag_tap_by_position'.zwelch2009-06-091-1/+1
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-051-1/+1
* Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe2009-06-041-8/+8
* Introduce jtag_get_end_state() fn to clarify code a bit.oharboe2009-06-041-5/+5
* no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...oharboe2009-06-041-8/+8
* remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe2009-06-041-5/+5
* David Brownell <david-b@pacbell.net>:zwelch2009-06-011-75/+2
* use TAP_INVALID enum instead of -1oharboe2009-05-141-5/+5
* Audit and eliminate redundant #include directives in src/flash sources.zwelch2009-05-111-12/+0
* in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe2009-05-081-15/+15
* remove unecessary setting of deprecated fields to NULLoharboe2009-05-061-45/+45
* retire out_mask - not used anywhereoharboe2009-05-061-15/+15
* Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe2009-04-191-2/+2
* The following patches was applied:mifi2009-04-181-55/+55