aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2008-04-23Pavel Chromy's on chip flash loaderoharboe1-0/+1
2008-04-23- added svn props for newly added filesntfreak16-269/+269
2008-04-23Tim Hudson contributed at91sam9260 target config files + some interface defin...oharboe5-2/+60
2008-04-23added fast option.oharboe1-2/+2
2008-04-21- added stm32 stick and luminary eval boards interface configsntfreak6-7/+38
2008-04-18Nicolas Pitre fixed regression.oharboe1-4/+3
2008-04-17Edwin Olsen: improves breakpoint handling on cortex-m3 parts. Specifically, t...oharboe1-2/+17
2008-04-16- correct stm32stick config scriptntfreak1-1/+1
2008-04-16Update Embedded ICE registers explicitly during target->type->examine() insteadoharboe5-24/+10
2008-04-16Edgar Grimberg added some missing scripts from the installoharboe1-1/+1
2008-04-16fix SEGFAULT regression in cortex after TRST fixesoharboe3-7/+25
2008-04-15- sw_bkpts fails if the target is not halted. The side effect is oharboe2-27/+44
2008-04-15Added checks for target->type->read/write_memory, soft_reset_halt and run_alg...oharboe2-0/+57
2008-04-15target read/write is no longer attempted for target_xxx() functions when the ...oharboe1-4/+49
2008-04-14- added new and missing target scripts - stm32stick and str730ntfreak4-2/+66
2008-04-14retired fast_memory_access. It's always fast now.oharboe1-124/+37
2008-04-14- split str71x driver into banksntfreak4-19/+4
2008-04-14moved out stuff that wasn't already moved from openocd.pdf to the target libr...oharboe12-1/+175
2008-04-14TRST is asserted *before* target->type->assert_reset() is invoked. Removed ol...oharboe2-17/+0
2008-04-13allows launching OpenOCD w/telnet+gdb server w/theoharboe2-0/+5
2008-04-13- Set up ICE registers after TRSToharboe4-53/+121
2008-04-11found two more gaffes for reset wipoharboe2-0/+3
2008-04-11fixed gaffe for default examine implementationoharboe1-0/+1
2008-04-11Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe1-0/+1
2008-04-11Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe9-51/+75
2008-04-11Wip - split target setup and target examinationoharboe10-0/+26
2008-04-11added target->type->examine(). Eventually this will allow for bringing up tel...oharboe3-3/+43
2008-04-11Improved XScale performance for embedded hosted OpenOCDoharboe1-35/+36
2008-04-10- added svn props for newly added parport.cfgntfreak1-8/+8
2008-04-10- single core context used, removed debug context as thought unnecessary.ntfreak4-267/+136
2008-04-09target lib wipoharboe4-6/+13
2008-04-09- add missing svn propsntfreak8-310/+310
2008-04-09- added "init" command. "init" and "reset" at end of startup script is equiva...oharboe4-51/+30
2008-04-08lm3s6965.cfg contributed by Edwin Olsonoharboe2-1/+21
2008-04-07- only if "reset halt" or "reset init" are issued will the reset vector be se...oharboe2-22/+39
2008-04-04- the reset mode parameter is now DEPRECATED. It is implementedoharboe2-4/+6
2008-04-04- reverted some of the changes that possibly broke arm926ejs. Waitingoharboe9-27/+47
2008-04-03- Work on fixing erase check. Many implementations are plain broken.oharboe18-98/+116
2008-04-02Edgar Grimberg sharpened the str912 target script.oharboe3-10/+22
2008-04-02Added timeout(instead of infinite loop) to soft_reset_haltoharboe3-9/+51
2008-04-02optional count argument to mwXoharboe1-12/+35
2008-03-31target_call_timer_callbacks_now() now invokes periodic callbacks immediatelyoharboe1-8/+11
2008-03-31Removed exit()'s. A reset is usually enough to work around these, reducing cy...oharboe1-15/+8
2008-03-31make jtag_add_statemove() internal to the driver.oharboe2-1/+4
2008-03-28Edgar Grimberg: added needed delaysoharboe1-0/+4
2008-03-26TAP_SD/SI are now forbidden end states.oharboe2-77/+28
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak28-626/+626
2008-03-22- gdb server was incorrectly sending null terminator on qXfer:features:read: ...ntfreak1-7/+19
2008-03-22- changed jtag_add_reset errors to warningsntfreak2-10/+11
2008-03-21- armv7m control register now set as dirty when switching contextntfreak3-23/+15