summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Pavel Chromy's on chip flash loaderoharboe2008-04-2317-1/+1539
* - added svn props for newly added filesntfreak2008-04-2316-269/+269
* Tim Hudson contributed at91sam9260 target config files + some interface defin...oharboe2008-04-235-2/+60
* regions outside flash are now read/write nocache by default. GDB 6.8 would ma...oharboe2008-04-231-4/+59
* Tim Hudson: removed setting jtag_speed directly (which should not be done).oharboe2008-04-233-5/+0
* added fast option.oharboe2008-04-233-2/+22
* Andre Renaud support for the am29sl800db CFI flash chip (id: 0x0004, 0x226b).oharboe2008-04-233-0/+20
* - added stm32 stick and luminary eval boards interface configsntfreak2008-04-216-7/+38
* - set lpc288x[ch] svn file propsntfreak2008-04-212-606/+606
* - set erase flag on sectorntfreak2008-04-201-4/+6
* Karl RobinSod <karl.robinsod@gmail.com> added lpc288x support. Some work rema...oharboe2008-04-204-2/+610
* - flash.c change stricmp to strcmpntfreak2008-04-191-1/+1
* retired auto_erase, added optional erase arg to flash write_image.oharboe2008-04-191-25/+18
* - Flash auto-erase is disabled by defaultdrath2008-04-181-2/+3
* Enabled auto erase, gdb memory map and gdb flash programming by default.oharboe2008-04-182-3/+6
* Nicolas Pitre fixed regression.oharboe2008-04-181-4/+3
* Edwin Olsen: improves breakpoint handling on cortex-m3 parts. Specifically, t...oharboe2008-04-171-2/+17
* fix for gaffe in 555 that stopped JTAG chain examine + validate from running.oharboe2008-04-161-2/+2
* - correct stm32stick config scriptntfreak2008-04-161-1/+1
* Update Embedded ICE registers explicitly during target->type->examine() insteadoharboe2008-04-165-24/+10
* Edgar Grimberg added some missing scripts from the installoharboe2008-04-161-1/+1
* fix SEGFAULT regression in cortex after TRST fixesoharboe2008-04-163-7/+25
* - sw_bkpts fails if the target is not halted. The side effect is oharboe2008-04-152-27/+44
* Added checks for target->type->read/write_memory, soft_reset_halt and run_alg...oharboe2008-04-152-0/+57
* target read/write is no longer attempted for target_xxx() functions when the ...oharboe2008-04-151-4/+49
* - added new and missing target scripts - stm32stick and str730ntfreak2008-04-144-2/+66
* retired fast_memory_access. It's always fast now.oharboe2008-04-141-124/+37
* - split str71x driver into banksntfreak2008-04-1410-215/+151
* moved out stuff that wasn't already moved from openocd.pdf to the target libr...oharboe2008-04-1412-1/+175
* TRST is asserted *before* target->type->assert_reset() is invoked. Removed ol...oharboe2008-04-142-17/+0
* More robust handling of unknown target state for step/continue packet.oharboe2008-04-131-6/+18
* A dummy driver to test codepath w/no contact w/target.oharboe2008-04-133-2/+120
* allows launching OpenOCD w/telnet+gdb server w/theoharboe2008-04-132-0/+5
* allows launching OpenOCD w/telnet+gdb server w/theoharboe2008-04-131-11/+21
* - Set up ICE registers after TRSToharboe2008-04-135-56/+128
* 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-1112-60/+93
* 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-114-3/+51
* Improved XScale performance for embedded hosted OpenOCDoharboe2008-04-111-35/+36
* stop using variable sized arrays. That's something that belongs to C++ and no...oharboe2008-04-101-5/+3
* - added svn props for newly added parport.cfgntfreak2008-04-101-8/+8
* - single core context used, removed debug context as thought unnecessary.ntfreak2008-04-107-273/+136
* target lib wipoharboe2008-04-094-6/+13
* back out Don Porges workaround for some device with manufcaturer # 0x1a2oharboe2008-04-091-9/+0
* - add missing svn propsntfreak2008-04-098-310/+310
* Don Porges fixed c99 issues.oharboe2008-04-0913-45/+62
* - added "init" command. "init" and "reset" at end of startup script is equiva...oharboe2008-04-097-88/+179