Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | target/arm_adi: Cleaned up the mem_ap_read_buf_u32_swd(), found practical ↵ | Tomek CEDRO | 2011-12-10 | 1 | -88/+40 |
| | | | | way to read from MEM-AP with SWD, slightly different than specified in ARM documentation. | ||||
* | target/arm_adi: imagine that this mess worksgit add arm_adi_v5.c now we need ↵ | Tomek CEDRO | 2011-12-10 | 1 | -46/+132 |
| | | | | to get some conclustions out of it because arm documentation again is a mess. | ||||
* | Minor change in sticky bitnames of ABORT register. | Tomek CEDRO | 2011-11-15 | 3 | -13/+13 |
| | |||||
* | target/arm_adi_v5: Split mem_ap_read_buf_u32 into mem_ap_read_buf_u32_jtag() ↵ | Tomek CEDRO | 2011-11-15 | 1 | -32/+97 |
| | | | | the old one and mem_ap_read_buf_u32_swd() for swd targets. This is sill dirty and unworking code. | ||||
* | target/arm_adi_v5: ahbap_debugport_init() returns error when both ↵ | Tomek CEDRO | 2011-11-06 | 1 | -3/+6 |
| | | | | CDBGPWRUPACK|CSYSPWRUPACK flags are not set after read retries - this may indicate communication failure. | ||||
* | Merge branch 'master' of ssh://repo.or.cz/srv/git/openocd/libswd | Tomek CEDRO | 2011-11-04 | 1 | -3/+3 |
|\ | |||||
| * | Merge branch 'master' of ssh://repo.or.cz/srv/git/openocd/libswd | Tomek CEDRO | 2011-11-03 | 1 | -2/+2 |
| |\ | |||||
| * | | target/arm_adi_v5.c: Fixed compiler warnings (-Werror=uninitialized) ↵ | Tomek CEDRO | 2011-11-03 | 1 | -3/+3 |
| | | | | | | | | | | | | producing compilation errors on ubuntu linux 11.10. | ||||
* | | | target/arm_adi_v5: Added SW-DP style sticky error flag hanfling in ↵ | Tomek CEDRO | 2011-11-04 | 1 | -3/+19 |
| |/ |/| | | | | | ahbap_debugport_init(). | ||||
* | | Fixed bad SWD_ACK values definitions. | Tomek CEDRO | 2011-11-02 | 1 | -2/+2 |
|/ | |||||
* | SWD: swd tcl commands are now available from CLI and initialized at program ↵ | Tomek CEDRO | 2011-10-13 | 1 | -1/+0 |
| | | | | startup with other commands. | ||||
* | target/arm_adi_v5.c: experimental change in mem_ap_read_buf_u32() to work ↵ | Tomek CEDRO | 2011-09-11 | 1 | -15/+78 |
| | | | | with SWD and become JTAG independent. This may break ARM target support for JTAG. Original function was renamed to mem_ap_read_buf_u32_old(). | ||||
* | TARGET/ARMADIV5: DAP operations are set to SWD if transport name is swd. | Tomek CEDRO | 2011-07-28 | 1 | -3/+1 |
| | |||||
* | TRANSPORT/TARGET: Updated source tree to build and use new swd ↵ | Tomek CEDRO | 2011-06-25 | 3 | -3/+5 |
| | | | | infrastructure from src/transport not jtag/swd.h nor target/adi_v5_swd.c. | ||||
* | ARM_ADI_V5: DAP initialization will select and initialize transport and its ↵ | Tomek CEDRO | 2011-06-22 | 1 | -5/+33 |
| | | | | function set (functions to talk with DAP using JTAG or SWD). Minor description updates. | ||||
* | ARM_ADI_V5: Extended adiv5_dap with void *ctx pointer to store ↵ | Tomek CEDRO | 2011-06-22 | 1 | -2/+18 |
| | | | | transport/operation specific data (this will hold swd_ctx). | ||||
* | transport: move files over to transport folder | Øyvind Harboe | 2011-06-13 | 1 | -1/+1 |
| | | | | | | as we introduce swd and jtag as two transports, we want to start up with a new transport folder to organize the code a bit. | ||||
* | doxy more | Rodrigo L. Rosa | 2011-06-12 | 1 | -2/+3 |
| | |||||
* | doxy & cleanup | Rodrigo L. Rosa | 2011-06-12 | 2 | -316/+531 |
| | |||||
* | cleanup trailing whitespaces | Rodrigo L. Rosa | 2011-06-12 | 2 | -8/+8 |
| | |||||
* | flash speed improved | Rodrigo L. Rosa | 2011-06-12 | 1 | -0/+8 |
| | |||||
* | removed unnecessary actions/controls | Rodrigo L. Rosa | 2011-06-12 | 1 | -38/+8 |
| | |||||
* | cleanup flash module command | Rodrigo L. Rosa | 2011-06-12 | 1 | -8/+12 |
| | |||||
* | fix read for verify_image | Rodrigo L. Rosa | 2011-06-12 | 1 | -26/+4 |
| | |||||
* | fix read speed improved by queueing commands | Rodrigo L. Rosa | 2011-06-12 | 1 | -0/+13 |
| | |||||
* | fix flash driver size, sector erase | Rodrigo L. Rosa | 2011-06-12 | 2 | -135/+58 |
| | |||||
* | Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - leftover ↵ | Freddie Chopin | 2011-06-07 | 2 | -19/+0 |
| | | | | changes | ||||
* | mips: add nor flash write from memory block | Stefan Mahr | 2011-06-05 | 1 | -1/+5 |
| | |||||
* | crc check on flashed data | Rodrigo L. Rosa | 2011-06-04 | 1 | -10/+71 |
| | |||||
* | code cleanup | Rodrigo L. Rosa | 2011-06-04 | 1 | -21/+11 |
| | |||||
* | Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - dubious fixes | Freddie Chopin | 2011-06-04 | 1 | -4/+0 |
| | |||||
* | Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixes | Freddie Chopin | 2011-06-04 | 13 | -60/+10 |
| | |||||
* | mips: fixup fastdata | Stefan Mahr | 2011-06-01 | 2 | -6/+10 |
| | | | | fixup fastdata | ||||
* | mips: fix some more endian madness | Stefan Mahr | 2011-06-01 | 2 | -63/+59 |
| | |||||
* | mips: fix swapping if running on big endian host | Stefan Mahr | 2011-05-29 | 1 | -3/+19 |
| | |||||
* | mips: fix swapping if openocd is running on big endian host | Stefan Mahr | 2011-05-28 | 1 | -1/+4 |
| | |||||
* | dsp5680xx: whitespace cleanup | Spencer Oliver | 2011-05-23 | 1 | -43/+43 |
| | | | | Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net> | ||||
* | Fix build issue under cygwin | Spencer Oliver | 2011-05-23 | 1 | -1/+1 |
| | | | | | | | cygwin does not define sleep, so use our internal win32 version. caused by commit 9d4aec6bda90ad39a140747ea270c6a09dd26440 Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net> | ||||
* | flashing speed improved using queued jtag. error propagation improved. | Rodrigo L. Rosa | 2011-05-19 | 2 | -287/+351 |
| | |||||
* | partial support for 568013 and 568037, target integration. | Rodrigo L. Rosa | 2011-05-18 | 4 | -1/+1572 |
| | |||||
* | Remove useless MIPS code in avr32_ap7k.c. | Jie Zhang | 2011-05-03 | 1 | -4/+0 |
| | |||||
* | cortex_a : smp support | Michel Jaouen | 2011-04-28 | 1 | -15/+230 |
| | | | | | | Conflicts: src/target/cortex_a.c | ||||
* | smp : infra for smp minimum support | Michel Jaouen | 2011-04-28 | 6 | -15/+335 |
| | |||||
* | RTOS Thread awareness support wip | Broadcom Corporation (Evan Hunter) | 2011-04-15 | 2 | -0/+27 |
| | | | | | | | | | | | - works on Cortex-M3 with ThreadX and FreeRTOS Compared to original patch a few nits were fixed: - remove stricmp usage - unsigned compare fix - printf formatting fixes - fixed a bug with overrunning a memory buffer allocated with malloc. | ||||
* | Replace byte-access to memory with faster word-access | Luca Ellero | 2011-04-13 | 1 | -21/+69 |
| | | | | | | | | | Freescale iMX53 doesn't seem to like unaligned accesses to his memory mapped registers. Anyway this patch makes dump_image/load_image 4X faster for every access through APB. Signed-off-by: Luca Ellero <lroluk@gmail.com> | ||||
* | Add opcodes for load/store registers words immediate post-indexed | Luca Ellero | 2011-04-13 | 1 | -0/+12 |
| | | | | Signed-off-by: Luca Ellero <lroluk@gmail.com> | ||||
* | cortex_a :apb mem read/write working with mmu_on | Michel JAOUEN | 2011-04-13 | 1 | -159/+171 |
| | | | | | | Conflicts: src/target/cortex_a.c | ||||
* | cortex_a : multiple target on the same dap | Michel JAOUEN | 2011-04-13 | 1 | -0/+10 |
| | |||||
* | cortex_a : use dap ref from armv4_5common | Michel JAOUEN | 2011-04-13 | 1 | -18/+18 |
| | |||||
* | cortex_a : implement jtag console for cortex_a | Michel JAOUEN | 2011-04-06 | 1 | -46/+13 |
| |