aboutsummaryrefslogtreecommitdiff
path: root/src/flash/str9xpec.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-02move nor drivers to src/flash/norZachary T Welch1-1257/+0
2009-11-24remove flash_driver->register_callbacksZachary T Welch1-7/+1
2009-11-24str9xpec: use register_commands()Zachary T Welch1-38/+81
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-12/+12
2009-11-19rename flash and nand command helpersZachary T Welch1-11/+11
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-23/+23
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-4/+4
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-12/+12
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch1-5/+5
2009-11-16flash_command_get_bank_by_num: make COMMAND_HELPERZachary T Welch1-11/+11
2009-11-13command_t -> struct commandZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13flash_bank_t -> struct flash_bankZachary T Welch1-31/+31
2009-11-13armv4_5_common_t -> struct armZachary T Welch1-1/+1
2009-11-13arm_jtag_t -> struct arm_jtagZachary T Welch1-1/+1
2009-11-13arm7_9_common_t -> struct arm7_9_commonZachary T Welch1-1/+1
2009-11-13str9xpec_flash_controller_t -> struct str9xpec_flash_controllerZachary T Welch1-22/+22
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