summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
* TRST is asserted *before* target->type->assert_reset() is invoked. Removed ol...oharboe2008-04-142-17/+0
* allows launching OpenOCD w/telnet+gdb server w/theoharboe2008-04-132-0/+5
* - Set up ICE registers after TRSToharboe2008-04-134-53/+121
* found two more gaffes for reset wipoharboe2008-04-112-0/+3
* fixed gaffe for default examine implementationoharboe2008-04-111-0/+1
* Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe2008-04-111-0/+1
* Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe2008-04-119-51/+75
* Wip - split target setup and target examinationoharboe2008-04-1110-0/+26
* added target->type->examine(). Eventually this will allow for bringing up tel...oharboe2008-04-113-3/+43
* Improved XScale performance for embedded hosted OpenOCDoharboe2008-04-111-35/+36
* - added svn props for newly added parport.cfgntfreak2008-04-101-8/+8
* - single core context used, removed debug context as thought unnecessary.ntfreak2008-04-104-267/+136
* target lib wipoharboe2008-04-094-6/+13
* - add missing svn propsntfreak2008-04-098-310/+310
* - added "init" command. "init" and "reset" at end of startup script is equiva...oharboe2008-04-094-51/+30
* lm3s6965.cfg contributed by Edwin Olsonoharboe2008-04-082-1/+21
* - only if "reset halt" or "reset init" are issued will the reset vector be se...oharboe2008-04-072-22/+39
* - the reset mode parameter is now DEPRECATED. It is implementedoharboe2008-04-042-4/+6
* - reverted some of the changes that possibly broke arm926ejs. Waitingoharboe2008-04-049-27/+47
* - Work on fixing erase check. Many implementations are plain broken.oharboe2008-04-0318-98/+116
* Edgar Grimberg sharpened the str912 target script.oharboe2008-04-023-10/+22
* Added timeout(instead of infinite loop) to soft_reset_haltoharboe2008-04-023-9/+51
* optional count argument to mwXoharboe2008-04-021-12/+35
* target_call_timer_callbacks_now() now invokes periodic callbacks immediatelyoharboe2008-03-311-8/+11
* Removed exit()'s. A reset is usually enough to work around these, reducing cy...oharboe2008-03-311-15/+8
* make jtag_add_statemove() internal to the driver.oharboe2008-03-312-1/+4
* Edgar Grimberg: added needed delaysoharboe2008-03-281-0/+4
* TAP_SD/SI are now forbidden end states.oharboe2008-03-262-77/+28
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-2528-626/+626
* - gdb server was incorrectly sending null terminator on qXfer:features:read: ...ntfreak2008-03-221-7/+19
* - changed jtag_add_reset errors to warningsntfreak2008-03-222-10/+11
* - armv7m control register now set as dirty when switching contextntfreak2008-03-213-23/+15
* added profile command. It was added to simplify evaluation by testers.oharboe2008-03-141-0/+188
* Michael Bruck: fixed warningsoharboe2008-03-131-2/+2
* - adds two speeds to jtag_speed. reset and post reset speed. Defaultoharboe2008-03-133-107/+76
* XScale excessive waiting fix.oharboe2008-03-131-46/+58
* marked infinite loop in code w/TODO and fixed warning.oharboe2008-03-131-1/+2
* fixed regression in XScale introduce in 297oharboe2008-03-121-5/+4
* With the recent changes the TRST needs to happen for every reset.oharboe2008-03-111-12/+9
* - 16 and 32 bit unaligned accesses supportedntfreak2008-03-116-223/+431
* retire unused code.oharboe2008-03-111-20/+0
* - fixed jtag_add_reset(). It no longer causes jtag_execute_queue() tooharboe2008-03-111-2/+4
* more target scripts wip.oharboe2008-03-102-0/+68
* more target scripts wip.oharboe2008-03-102-1/+15
* - the jtag chain is examined and validated after GDB & telnet serversoharboe2008-03-104-19/+9
* - Fixed various error handling when looking for memory leaksoharboe2008-03-101-39/+44
* added stm32.cfg to install listoharboe2008-03-101-1/+1
* - add stm32 target scriptntfreak2008-03-091-0/+23
* - added more TARGET_HALTED checks for the read/write_memory handlersntfreak2008-03-082-7/+152
* typo.oharboe2008-03-081-1/+1