summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dummy driver now works under eCosoharboe2009-06-176-36/+43
* David Brownell <david-b@pacbell.net>:zwelch2009-06-173-44/+73
* David Brownell <david-b@pacbell.net>:zwelch2009-06-171-40/+4
* David Brownell <david-b@pacbell.net>:zwelch2009-06-171-18/+31
* 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-28/+23
* David Brownell <david-b@pacbell.net>:zwelch2009-06-161-13/+21
* David Brownell <david-b@pacbell.net>:zwelch2009-06-164-10/+15
* David Brownell <david-b@pacbell.net>:zwelch2009-06-162-6/+14
* David Brownell <david-b@pacbell.net>:zwelch2009-06-163-16/+17
* David Brownell <david-b@pacbell.net>:zwelch2009-06-161-13/+15
* David Brownell <david-b@pacbell.net>:zwelch2009-06-152-0/+75
* fix eCos build problems w/latest parse_ulong() stuffoharboe2009-06-151-3/+8
* David Brownell <david-b@pacbell.net>:zwelch2009-06-134-9/+19
* 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
* Improve handle_load_image_command argument parsing:zwelch2009-06-131-3/+13
* Improve handle_mw_command argument handling:zwelch2009-06-131-13/+21
* Improve handle_md_command argument handling:zwelch2009-06-131-3/+10
* Use parse_u32 in handle_resume_command and handle_step_command.zwelch2009-06-131-2/+10
* Cleanup and improve handle_halt_command:zwelch2009-06-131-11/+8
* Cleanup and fi handle_wait_halt_command:zwelch2009-06-131-8/+10
* Use parse_uint in handle_reg_command to ensure reg number parses properly.zwelch2009-06-131-3/+6
* Use parse_uint in get_target to ensure target id is parsed properly.zwelch2009-06-131-5/+3
* David Brownell <david-b@pacbell.net>:zwelch2009-06-123-2/+26
* David Brownell <david-b@pacbell.net>:zwelch2009-06-121-21/+54
* David Brownell <david-b@pacbell.net>:zwelch2009-06-122-6/+22
* unsik Kim <donari75@gmail.com>:zwelch2009-06-122-191/+240
* Further cleanup to MIPS target read/write memory function:zwelch2009-06-121-38/+13
* David Claffey <dnclaffey@gmail.com>:zwelch2009-06-122-10/+61