aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch39-635/+635
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch32-581/+581
2009-06-18Transform 'u16' to 'uint16_t'zwelch58-211/+211
2009-06-18Transform 'u8' to 'uint8_t'zwelch35-414/+414
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch35-349/+349
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch56-664/+664
2009-06-18David Brownell <david-b@pacbell.net>:zwelch3-77/+77
2009-06-17dummy driver now works under eCosoharboe5-33/+29
2009-06-17David Brownell <david-b@pacbell.net>:zwelch1-1/+5
2009-06-17David Brownell <david-b@pacbell.net>:zwelch1-2/+2
2009-06-17Fix compilation for Ubuntu 9.04 on x86-64 when using --enable-httpd.zwelch2-3/+3
2009-06-17Set svn:eol-style native on ZY1000 minidriver header file.zwelch1-210/+210
2009-06-17Ensure range errors are reported only when errno indicates one occurred.zwelch1-2/+2
2009-06-17Change parse_type macros to be sed-friendly.zwelch2-18/+18
2009-06-17Add argument parsing errors in command.h, use in parse_type routines.zwelch2-6/+11
2009-06-17Move definition of parse_type helpers to command.c:zwelch2-22/+41
2009-06-17Convert core parse_type implementations to check for underflow errors.zwelch1-8/+12
2009-06-17Add improved support for parsing signed integers.zwelch2-0/+12
2009-06-17Update parse_type macro definitions to allow re-use with signed types.zwelch1-3/+6
2009-06-17Improve definitions of parse_ulong and parse_ullong:zwelch1-14/+11
2009-06-16David Brownell <david-b@pacbell.net>:zwelch1-1/+1
2009-06-16David Brownell <david-b@pacbell.net>:zwelch4-10/+31
2009-06-16David Brownell <david-b@pacbell.net>:zwelch1-12/+33
2009-06-16David Brownell <david-b@pacbell.net>:zwelch1-1/+1
2009-06-16David Brownell <david-b@pacbell.net>:zwelch1-13/+21
2009-06-16David Brownell <david-b@pacbell.net>:zwelch3-7/+11
2009-06-16David Brownell <david-b@pacbell.net>:zwelch2-6/+14
2009-06-16David Brownell <david-b@pacbell.net>:zwelch3-16/+17
2009-06-15fix eCos build problems w/latest parse_ulong() stuffoharboe1-3/+8
2009-06-13David Brownell <david-b@pacbell.net>:zwelch3-9/+9
2009-06-13Factor load_image argument parsing to parse_load_image_command_args:zwelch1-69/+44
2009-06-13Improve handle_profile_command argument parsing:zwelch1-7/+6
2009-06-13Improve handle_virt2phys_command argument parsing:zwelch1-3/+6
2009-06-13Cleanup and improve handle_wp_command and handle_rwp_command:zwelch1-40/+57
2009-06-13Improve and simplify handle_bp_command and handle_rbp_command:zwelch1-5/+18
2009-06-13Improve handle_verify_image_command_internal command argument handling:zwelch1-1/+5
2009-06-13Improve handle_dump_image_command argument parsing:zwelch1-5/+10
2009-06-13Improve handle_load_image_command argument parsing:zwelch1-3/+13
2009-06-13Improve handle_mw_command argument handling:zwelch1-13/+21
2009-06-13Improve handle_md_command argument handling:zwelch1-3/+10
2009-06-13Use parse_u32 in handle_resume_command and handle_step_command.zwelch1-2/+10
2009-06-13Cleanup and improve handle_halt_command:zwelch1-11/+8
2009-06-13Cleanup and fi handle_wait_halt_command:zwelch1-8/+10
2009-06-13Use parse_uint in handle_reg_command to ensure reg number parses properly.zwelch1-3/+6
2009-06-13Use parse_uint in get_target to ensure target id is parsed properly.zwelch1-5/+3
2009-06-12David Brownell <david-b@pacbell.net>:zwelch3-2/+26
2009-06-12David Brownell <david-b@pacbell.net>:zwelch2-6/+22
2009-06-12unsik Kim <donari75@gmail.com>:zwelch2-191/+240
2009-06-12Further cleanup to MIPS target read/write memory function:zwelch1-38/+13
2009-06-12David Claffey <dnclaffey@gmail.com>:zwelch2-10/+61