aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)Author
2008-04-14- split str71x driver into banksntfreak
2008-04-14moved out stuff that wasn't already moved from openocd.pdf to the target libr...oharboe
2008-04-14TRST is asserted *before* target->type->assert_reset() is invoked. Removed ol...oharboe
2008-04-13allows launching OpenOCD w/telnet+gdb server w/theoharboe
2008-04-13- Set up ICE registers after TRSToharboe
2008-04-11found two more gaffes for reset wipoharboe
2008-04-11fixed gaffe for default examine implementationoharboe
2008-04-11Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe
2008-04-11Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe
2008-04-11Wip - split target setup and target examinationoharboe
2008-04-11added target->type->examine(). Eventually this will allow for bringing up tel...oharboe
2008-04-11Improved XScale performance for embedded hosted OpenOCDoharboe
2008-04-10- added svn props for newly added parport.cfgntfreak
2008-04-10- single core context used, removed debug context as thought unnecessary.ntfreak
2008-04-09target lib wipoharboe
2008-04-09- add missing svn propsntfreak
2008-04-09- added "init" command. "init" and "reset" at end of startup script is equiva...oharboe
2008-04-08lm3s6965.cfg contributed by Edwin Olsonoharboe
2008-04-07- only if "reset halt" or "reset init" are issued will the reset vector be se...oharboe
2008-04-04- the reset mode parameter is now DEPRECATED. It is implementedoharboe
2008-04-04- reverted some of the changes that possibly broke arm926ejs. Waitingoharboe
2008-04-03- Work on fixing erase check. Many implementations are plain broken.oharboe
2008-04-02Edgar Grimberg sharpened the str912 target script.oharboe
2008-04-02Added timeout(instead of infinite loop) to soft_reset_haltoharboe
2008-04-02optional count argument to mwXoharboe
2008-03-31target_call_timer_callbacks_now() now invokes periodic callbacks immediatelyoharboe
2008-03-31Removed exit()'s. A reset is usually enough to work around these, reducing cy...oharboe
2008-03-31make jtag_add_statemove() internal to the driver.oharboe
2008-03-28Edgar Grimberg: added needed delaysoharboe
2008-03-26TAP_SD/SI are now forbidden end states.oharboe
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
2008-03-22- gdb server was incorrectly sending null terminator on qXfer:features:read: ...ntfreak
2008-03-22- changed jtag_add_reset errors to warningsntfreak
2008-03-21- armv7m control register now set as dirty when switching contextntfreak
2008-03-14added profile command. It was added to simplify evaluation by testers.oharboe
2008-03-13Michael Bruck: fixed warningsoharboe
2008-03-13- adds two speeds to jtag_speed. reset and post reset speed. Defaultoharboe
2008-03-13XScale excessive waiting fix.oharboe
2008-03-13marked infinite loop in code w/TODO and fixed warning.oharboe
2008-03-12fixed regression in XScale introduce in 297oharboe
2008-03-11With the recent changes the TRST needs to happen for every reset.oharboe
2008-03-11- 16 and 32 bit unaligned accesses supportedntfreak
2008-03-11retire unused code.oharboe
2008-03-11- fixed jtag_add_reset(). It no longer causes jtag_execute_queue() tooharboe
2008-03-10more target scripts wip.oharboe
2008-03-10more target scripts wip.oharboe
2008-03-10- the jtag chain is examined and validated after GDB & telnet serversoharboe
2008-03-10- Fixed various error handling when looking for memory leaksoharboe
2008-03-10added stm32.cfg to install listoharboe
2008-03-09- add stm32 target scriptntfreak