summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tcl tinkering.oharboe2008-07-042-1/+9
* fix to peek command.oharboe2008-07-041-1/+1
* added echo command in tcl. Issues a LOG_USER() for the single argument.oharboe2008-07-042-1/+25
* typooharboe2008-07-041-3/+0
* tcl config script exampleoharboe2008-07-043-2/+56
* added support for Tcl config scripts on the command line(use .tcl extension).oharboe2008-07-043-6/+16
* utility fn.oharboe2008-07-042-0/+16
* ARM11 update. OpenOCD supports starting without being able to talk to the har...oharboe2008-07-042-0/+9
* Valentin Longchamp target script for mx31.cfgoharboe2008-07-042-1/+17
* Jim Tcl support addedoharboe2008-07-043-5/+182
* - allocate target_type_t structure for each target, fixes issue when multiple...ntfreak2008-07-021-1/+3
* wip.oharboe2008-06-281-5/+28
* wipoharboe2008-06-281-0/+25
* - update docs for new target_script eventsntfreak2008-06-271-2/+4
* - added svn props for newly added filesntfreak2008-06-275-12854/+12854
* hooks to enable experimentation with scripting language support. Reduces patc...oharboe2008-06-273-36/+82
* export find_file functionoharboe2008-06-272-10/+25
* David Anders more target lib scripts contributed by oharboe2008-06-274-1/+63
* committing to reduce patch size for Tcl experiments. Not in use currently.oharboe2008-06-272-0/+12793
* David Anders: fixes an issue with large block nand flash address where the be...oharboe2008-06-271-1/+4
* Fixed bogus error message and plugged memory leak for the case when there was...oharboe2008-06-251-1/+3
* - fix reset_halt issue with certain arm cores - address not set in embedded i...ntfreak2008-06-251-9/+14
* added pre/post_reset scripts based on Pieter Conradie's ideas.oharboe2008-06-252-12/+32
* - fix compile errors when _DEBUG_INSTRUCTION_EXECUTION_ is definedntfreak2008-06-243-3/+3
* Pavel Chromy:oharboe2008-06-181-7/+7
* Pavel Chromy:oharboe2008-06-181-76/+120
* Pavel Chromy: TAP state changed to TLR when SRST goes active with srst_pulls_...oharboe2008-06-181-0/+4
* Spen spotted a bug in warning for missing srst_pulls_trstoharboe2008-06-181-3/+3
* - added missing install entries for eir-sam7se512 targetntfreak2008-06-161-1/+1
* - added target and event script for the eir-sam7se512 targetmifi2008-06-162-0/+111
* fallback for no implementation of multi word CFI write. Successful codepath n...oharboe2008-06-161-7/+11
* GDB timeout fix. If a script takes a long time and does not produce any outpu...oharboe2008-06-161-0/+2
* - removed duplicate cortex_m3_register_commandsntfreak2008-06-162-5/+0
* - probe incorrect for high density stm32 flashntfreak2008-06-111-2/+1
* - error message cleanup in jlink driverntfreak2008-06-101-9/+8
* - stm32 erase will use mass_erase if all banks selectedntfreak2008-06-062-37/+55
* Nicolas Pitre: Feroceon fixesoharboe2008-06-063-28/+105
* - erase bank using bank erase rather than each sectorntfreak2008-06-051-1/+18
* Pavel Chromy: TCK returns to zero before state of reset line is changed.oharboe2008-06-041-6/+21
* Pavel Chromy: fix logging syntax error + formatting & removing obsolete comme...oharboe2008-06-043-3/+3
* - fix jlink accessing incorrect buffer elementntfreak2008-06-041-1/+1
* - luminary, stm32 and str7 flash driver error cleanupntfreak2008-06-043-34/+25
* - str9 driver remove the duplicate target_free_working_area and reformat spac...ntfreak2008-06-032-33/+28
* Fredrik Hederstierna: fix leak + clean up return codesoharboe2008-06-031-15/+32
* Fredrik Hederstierna: fix leak + clean up return codesoharboe2008-06-031-4/+5
* - added checksum_memory and blank_check_memory for xscalentfreak2008-05-291-8/+3
* - stellaris flash driver changed warning to infontfreak2008-05-281-4/+4
* - moved flash erase_check target code to target.cntfreak2008-05-2719-210/+210
* flash_write will attempt to pad image sectionsntfreak2008-05-271-8/+28
* - fixed typo in wp commandntfreak2008-05-271-1/+1