summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove editor preferences from source files.zwelch2009-06-194-25/+0
* printf() warning fixes due to uint32_t change-overduane2009-06-196-32/+54
* Paulius Zaleckas <paulius.zaleckas@gmail.com>:zwelch2009-06-196-6/+457
* less warningsoharboe2009-06-191-2/+1
* fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe2009-06-1916-49/+56
* less warningsoharboe2009-06-181-17/+1
* less warningsoharboe2009-06-181-10/+10
* Oyvind Harboe <oyvind.harboe@zylin.com>:zwelch2009-06-181-0/+2
* Cast 64-bit trace hit_counter to long long; fixes format warning.zwelch2009-06-181-1/+1
* Remove redundant typedefs in types.h; include stdint.h unconditionally.zwelch2009-06-181-18/+0
* Transform 'u64' to 'uint64_t'zwelch2009-06-182-3/+3
* Finish transforming 'u32' to 'uint32_t'.zwelch2009-06-1828-152/+152
* Transform 'u32' to 'uint32_t' in src/flash.zwelch2009-06-1839-586/+586
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-1839-635/+635
* Transform 'u32' to 'uint32_t' in src/target/arm*zwelch2009-06-1832-581/+581
* Transform 'u16' to 'uint16_t'zwelch2009-06-1858-211/+211
* Transform 'u8' to 'uint8_t'zwelch2009-06-1835-414/+414
* Transform 'u8' to 'uint8_t' in src/flashzwelch2009-06-1835-349/+349
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-1856-664/+664
* David Brownell <david-b@pacbell.net>:zwelch2009-06-183-77/+77
* dummy driver now works under eCosoharboe2009-06-175-33/+29
* David Brownell <david-b@pacbell.net>:zwelch2009-06-171-1/+5
* David Brownell <david-b@pacbell.net>:zwelch2009-06-171-2/+2
* Fix compilation for Ubuntu 9.04 on x86-64 when using --enable-httpd.zwelch2009-06-172-3/+3
* Set svn:eol-style native on ZY1000 minidriver header file.zwelch2009-06-171-210/+210
* Ensure range errors are reported only when errno indicates one occurred.zwelch2009-06-171-2/+2
* Change parse_type macros to be sed-friendly.zwelch2009-06-172-18/+18
* Add argument parsing errors in command.h, use in parse_type routines.zwelch2009-06-172-6/+11
* Move definition of parse_type helpers to command.c:zwelch2009-06-172-22/+41
* Convert core parse_type implementations to check for underflow errors.zwelch2009-06-171-8/+12
* Add improved support for parsing signed integers.zwelch2009-06-172-0/+12
* Update parse_type macro definitions to allow re-use with signed types.zwelch2009-06-171-3/+6
* Improve definitions of parse_ulong and parse_ullong:zwelch2009-06-171-14/+11
* David Brownell <david-b@pacbell.net>:zwelch2009-06-161-1/+1
* David Brownell <david-b@pacbell.net>:zwelch2009-06-164-10/+31
* David Brownell <david-b@pacbell.net>:zwelch2009-06-161-12/+33
* David Brownell <david-b@pacbell.net>:zwelch2009-06-161-1/+1
* David Brownell <david-b@pacbell.net>:zwelch2009-06-161-13/+21
* David Brownell <david-b@pacbell.net>:zwelch2009-06-163-7/+11
* David Brownell <david-b@pacbell.net>:zwelch2009-06-162-6/+14
* David Brownell <david-b@pacbell.net>:zwelch2009-06-163-16/+17
* fix eCos build problems w/latest parse_ulong() stuffoharboe2009-06-151-3/+8
* David Brownell <david-b@pacbell.net>:zwelch2009-06-133-9/+9
* Factor load_image argument parsing to parse_load_image_command_args:zwelch2009-06-131-69/+44
* Improve handle_profile_command argument parsing:zwelch2009-06-131-7/+6
* Improve handle_virt2phys_command argument parsing:zwelch2009-06-131-3/+6
* Cleanup and improve handle_wp_command and handle_rwp_command:zwelch2009-06-131-40/+57
* Improve and simplify handle_bp_command and handle_rbp_command:zwelch2009-06-131-5/+18
* Improve handle_verify_image_command_internal command argument handling:zwelch2009-06-131-1/+5
* Improve handle_dump_image_command argument parsing:zwelch2009-06-131-5/+10