aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-06-19Paulius Zaleckas <paulius.zaleckas@gmail.com>:zwelch
2009-06-19less warningsoharboe
2009-06-19fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe
2009-06-18less warningsoharboe
2009-06-18less warningsoharboe
2009-06-18Oyvind Harboe <oyvind.harboe@zylin.com>:zwelch
2009-06-18Cast 64-bit trace hit_counter to long long; fixes format warning.zwelch
2009-06-18Remove redundant typedefs in types.h; include stdint.h unconditionally.zwelch
2009-06-18Transform 'u64' to 'uint64_t'zwelch
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch
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