diff options
author | Esben Haabendal <esben@haabendal.dk> | 2015-11-10 11:44:29 +0100 |
---|---|---|
committer | Paul Fertser <fercerpav@gmail.com> | 2016-06-23 07:37:36 +0100 |
commit | f906c65fed5f3f2df54c6aaf2ea28d9742d44db4 (patch) | |
tree | 67f4b97645f2e43625e65880f9d736357e2b50fe /README | |
parent | 406f4d1c68330e3bf8d9db4e402fd8802a5c79e2 (diff) | |
download | riscv-openocd-f906c65fed5f3f2df54c6aaf2ea28d9742d44db4.zip riscv-openocd-f906c65fed5f3f2df54c6aaf2ea28d9742d44db4.tar.gz riscv-openocd-f906c65fed5f3f2df54c6aaf2ea28d9742d44db4.tar.bz2 |
Support for Freescale LS102x SAP
The SAP in LS102x SoC's from Freescale is able to read and write to all
physical memory locations, independently of CPU cores and DAP.
This implementation is 100% based on reverse-engineering of JTAG
communication with an LS1021A SAP using a JTAG debugger with SAP support.
And as such, this code is for now "works-for-me", pending verification
by other OpenOCD users, or even better, actual information from Freescale
on the SAP interface.
Change-Id: Ibb30945e017894da5c402f9f633fc513bed4e68c
Signed-off-by: Esben Haabendal <esben@haabendal.dk>
Reviewed-on: http://openocd.zylin.com/3096
Tested-by: jenkins
Reviewed-by: Paul Fertser <fercerpav@gmail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,7 @@ Wiggler, XDS100v2, Xverve. Debug targets ------------- -ARM11, ARM7, ARM9, AVR32, Cortex-A, Cortex-R, Cortex-M, +ARM11, ARM7, ARM9, AVR32, Cortex-A, Cortex-R, Cortex-M, LS102x-SAP, Feroceon/Dragonite, DSP563xx, DSP5680xx, FA526, MIPS EJTAG, NDS32, XScale, Intel Quark. |