aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch
2009-06-18David Brownell <david-b@pacbell.net>:zwelch
2009-06-17dummy driver now works under eCosoharboe
2009-06-17David Brownell <david-b@pacbell.net>:zwelch
2009-06-17David Brownell <david-b@pacbell.net>:zwelch
2009-06-17Fix compilation for Ubuntu 9.04 on x86-64 when using --enable-httpd.zwelch
2009-06-17Set svn:eol-style native on ZY1000 minidriver header file.zwelch
2009-06-17Ensure range errors are reported only when errno indicates one occurred.zwelch
2009-06-17Change parse_type macros to be sed-friendly.zwelch
2009-06-17Add argument parsing errors in command.h, use in parse_type routines.zwelch
2009-06-17Move definition of parse_type helpers to command.c:zwelch
2009-06-17Convert core parse_type implementations to check for underflow errors.zwelch
2009-06-17Add improved support for parsing signed integers.zwelch
2009-06-17Update parse_type macro definitions to allow re-use with signed types.zwelch
2009-06-17Improve definitions of parse_ulong and parse_ullong:zwelch
2009-06-16David Brownell <david-b@pacbell.net>:zwelch
2009-06-16David Brownell <david-b@pacbell.net>:zwelch
2009-06-16David Brownell <david-b@pacbell.net>:zwelch
2009-06-16David Brownell <david-b@pacbell.net>:zwelch
2009-06-16David Brownell <david-b@pacbell.net>:zwelch
2009-06-16David Brownell <david-b@pacbell.net>:zwelch
2009-06-16David Brownell <david-b@pacbell.net>:zwelch
2009-06-16David Brownell <david-b@pacbell.net>:zwelch
2009-06-15fix eCos build problems w/latest parse_ulong() stuffoharboe
2009-06-13David Brownell <david-b@pacbell.net>:zwelch
2009-06-13Factor load_image argument parsing to parse_load_image_command_args:zwelch
2009-06-13Improve handle_profile_command argument parsing:zwelch
2009-06-13Improve handle_virt2phys_command argument parsing:zwelch
2009-06-13Cleanup and improve handle_wp_command and handle_rwp_command:zwelch
2009-06-13Improve and simplify handle_bp_command and handle_rbp_command:zwelch
2009-06-13Improve handle_verify_image_command_internal command argument handling:zwelch
2009-06-13Improve handle_dump_image_command argument parsing:zwelch
2009-06-13Improve handle_load_image_command argument parsing:zwelch
2009-06-13Improve handle_mw_command argument handling:zwelch
2009-06-13Improve handle_md_command argument handling:zwelch
2009-06-13Use parse_u32 in handle_resume_command and handle_step_command.zwelch
2009-06-13Cleanup and improve handle_halt_command:zwelch
2009-06-13Cleanup and fi handle_wait_halt_command:zwelch
2009-06-13Use parse_uint in handle_reg_command to ensure reg number parses properly.zwelch
2009-06-13Use parse_uint in get_target to ensure target id is parsed properly.zwelch
2009-06-12David Brownell <david-b@pacbell.net>:zwelch
2009-06-12David Brownell <david-b@pacbell.net>:zwelch
2009-06-12unsik Kim <donari75@gmail.com>:zwelch
2009-06-12Further cleanup to MIPS target read/write memory function:zwelch
2009-06-12David Claffey <dnclaffey@gmail.com>:zwelch
2009-06-12Fix unitialized use of cur_speed in handle_jtag_khz_command:zwelch