- added svn props for newly added files
[openocd.git] / src / target /
2008-04-23 oharboePavel Chromy's on chip flash loader
2008-04-23 ntfreak- added svn props for newly added files
2008-04-23 oharboeTim Hudson contributed at91sam9260 target config files...
2008-04-23 oharboeadded fast option.
2008-04-21 ntfreak- added stm32 stick and luminary eval boards interface...
2008-04-18 oharboeNicolas Pitre fixed regression.
2008-04-17 oharboeEdwin Olsen: improves breakpoint handling on cortex...
2008-04-16 ntfreak- correct stm32stick config script
2008-04-16 oharboeUpdate Embedded ICE registers explicitly during target...
2008-04-16 oharboeEdgar Grimberg added some missing scripts from the...
2008-04-16 oharboefix SEGFAULT regression in cortex after TRST fixes
2008-04-15 oharboe- sw_bkpts fails if the target is not halted. The side...
2008-04-15 oharboeAdded checks for target->type->read/write_memory, soft_...
2008-04-15 oharboetarget read/write is no longer attempted for target_xxx...
2008-04-14 ntfreak- added new and missing target scripts - stm32stick...
2008-04-14 oharboeretired fast_memory_access. It's always fast now.
2008-04-14 ntfreak- split str71x driver into banks
2008-04-14 oharboemoved out stuff that wasn't already moved from openocd...
2008-04-14 oharboeTRST is asserted *before* target->type->assert_reset...
2008-04-13 oharboeallows launching OpenOCD w/telnet+gdb server w/the
2008-04-13 oharboe- Set up ICE registers after TRST
2008-04-11 oharboefound two more gaffes for reset wip
2008-04-11 oharboefixed gaffe for default examine implementation
2008-04-11 oharboeReset wip. Just adding hooks. This is just to reduce...
2008-04-11 oharboeReset wip. Just adding hooks. This is just to reduce...
2008-04-11 oharboeWip - split target setup and target examination
2008-04-11 oharboeadded target->type->examine(). Eventually this will...
2008-04-11 oharboeImproved XScale performance for embedded hosted OpenOCD
2008-04-10 ntfreak- added svn props for newly added parport.cfg
2008-04-10 ntfreak- single core context used, removed debug context as...
2008-04-09 oharboetarget lib wip
2008-04-09 ntfreak- add missing svn props
2008-04-09 oharboe- added "init" command. "init" and "reset" at end of...
2008-04-08 oharboelm3s6965.cfg contributed by Edwin Olson
2008-04-07 oharboe- only if "reset halt" or "reset init" are issued will...
2008-04-04 oharboe- the reset mode parameter is now DEPRECATED. It is...
2008-04-04 oharboe- reverted some of the changes that possibly broke...
2008-04-03 oharboe- Work on fixing erase check. Many implementations...
2008-04-02 oharboeEdgar Grimberg sharpened the str912 target script.
2008-04-02 oharboeAdded timeout(instead of infinite loop) to soft_reset_halt
2008-04-02 oharboeoptional count argument to mwX
2008-03-31 oharboetarget_call_timer_callbacks_now() now invokes periodic...
2008-03-31 oharboeRemoved exit()'s. A reset is usually enough to work...
2008-03-31 oharboemake jtag_add_statemove() internal to the driver.
2008-03-28 oharboeEdgar Grimberg: added needed delays
2008-03-26 oharboeTAP_SD/SI are now forbidden end states.
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-22 ntfreak- gdb server was incorrectly sending null terminator...
2008-03-22 ntfreak- changed jtag_add_reset errors to warnings
2008-03-21 ntfreak- armv7m control register now set as dirty when switchi...
2008-03-14 oharboeadded profile command. It was added to simplify evaluat...
2008-03-13 oharboeMichael Bruck: fixed warnings
2008-03-13 oharboe- adds two speeds to jtag_speed. reset and post reset...
2008-03-13 oharboeXScale excessive waiting fix.
2008-03-13 oharboemarked infinite loop in code w/TODO and fixed warning.
2008-03-12 oharboefixed regression in XScale introduce in 297
2008-03-11 oharboeWith the recent changes the TRST needs to happen for...
2008-03-11 ntfreak- 16 and 32 bit unaligned accesses supported
2008-03-11 oharboeretire unused code.
2008-03-11 oharboe- fixed jtag_add_reset(). It no longer causes jtag_exec...
2008-03-10 oharboemore target scripts wip.
2008-03-10 oharboemore target scripts wip.
2008-03-10 oharboe- the jtag chain is examined and validated after GDB...
2008-03-10 oharboe- Fixed various error handling when looking for memory...
2008-03-10 oharboeadded stm32.cfg to install list
2008-03-09 ntfreak- add stm32 target script
2008-03-08 ntfreak- added more TARGET_HALTED checks for the read/write_me...
2008-03-08 oharboetypo.
2008-03-07 oharboe- Improves error handling upon GDB connect
2008-03-07 vpalatin- fix cross endian ELF loading
2008-03-07 ntfreak- The elf loader incorrectly assumed that the program...
2008-03-07 oharboeMichael Bruck: fixed warnings
2008-03-07 oharboeEdgar Grimberg, fix arm926ejs_examine_debug_reason...
2008-03-07 oharboeAdded some timeout handling to XScale so OpenOCD doesn...
2008-03-07 oharboeminor corrections for target scripts.
2008-03-07 oharboewi-9c target scripts
2008-03-07 mifi- added str912/str710_program.script
2008-03-07 oharboeremoved excessive debug output. Perhaps a debug_level...
2008-03-06 oharboeuse jtag_execute_queue() instead of jtag->execute_queue()
2008-03-06 oharboeMichael Bruck:
2008-03-05 oharboewarnings & comments fixes.
2008-03-05 oharboe- This speeds up dcc arm7_9 bulk write a little bit...
2008-03-05 oharboeadded jtag_add_dr_out(). Better for hw fifo, same for...
2008-03-05 oharboe* fixed malloc corruption in target->debug_reason
2008-03-04 oharboeFixed GDB timeout crash - regression introduced back...
2008-03-04 oharboeMichael Bruck - fix warnings.
2008-03-04 oharboeMichael Bruck: fix warnings.
2008-03-04 oharboeMichael Bruck:
2008-03-03 ntfreak- added svn prop svn:eol-style native
2008-03-03 oharboeI fixed all the targets even though
2008-03-03 oharboeadded at91sam9260.cfg, nslu2.cfg, pxa255.cfg, pxa255_ss...
2008-03-03 oharboesome comments from Dominic
2008-03-02 oharboeUwe Hermann tightned up comments, etc. to follow OpenOC...
2008-03-01 oharboetarget scripts for test suite.
2008-03-01 oharboefix memory corruption regression introduced in 335
2008-03-01 mifi- removed warnings "xxxxx" might be used uninitialized...
2008-03-01 oharboebacked out jtag_add_shift()
2008-03-01 oharboeimprove DCC bulk write performance by using jtag_add_sh...
2008-03-01 oharboeNow uses jtag_add_shift() via embeddedice_write_reg_inn...
2008-02-29 oharboeadded an #error in case anybody tries to compile that...
next

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)