riscv-openocd/contrib/loaders
Alexandre Bailon 1aa759dbb9 flash/nor: Update cc26xx flash driver to support cc13x2x7
This updates the flash driver to support more than one bank.
This is required to support the cc1352p7 which has two banks.

This only have been tested on a cc1352p7.
The loader has been built using a gcc-arm-none-eabi-4_8-2014q3
toolchain.

Change-Id: Ia813421ececd96d6e2fd4dae910ad60fcc3d3c88
Signed-off-by: Alexandre Bailon <abailon@baylibre.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/8192
Tested-by: jenkins
Reviewed-by: Vaishnav M A <vaishnav@beagleboard.org>
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
2024-09-15 09:08:58 +00:00
..
checksum openocd: fix SPDX tag format for files .c 2022-09-18 08:22:01 +00:00
debug/xscale contrib: add GPL license tag on files that miss it 2022-09-13 22:06:50 +00:00
erase_check contrib: add GPL license tag on files that miss it 2022-09-13 22:06:50 +00:00
flash flash/nor: Update cc26xx flash driver to support cc13x2x7 2024-09-15 09:08:58 +00:00
reset/espressif loaders/reset/espressif: replace the GPL-2.0-or-later license tag 2022-08-15 13:23:28 +00:00
trampoline/espressif/xtensa target/espressif: add algorithm support to xtensa chips 2023-12-10 13:31:57 +00:00
watchdog contrib: add GPL license tag on files that miss it 2022-09-13 22:06:50 +00:00
Makefile contrib: add GPL license tag on files that miss it 2022-09-13 22:06:50 +00:00
README cortex_m: target implementation renames cortex_m3 to cortex_m 2013-10-10 20:51:03 +00:00

README

Included in these directories are the src to the various ram loaders used
within openocd.

** target checksum loaders **

checksum/armv4_5_crc.s :
 - ARMv4 and ARMv5 checksum loader : see target/arm_crc_code.c:arm_crc_code

checksum/armv7m_crc.s :
 - ARMv7m checksum loader : see target/armv7m.c:cortex_m_crc_code

checksum/mips32.s :
 - MIPS32 checksum loader : see target/mips32.c:mips_crc_code

** target flash loaders **

flash/pic32mx.s :
 - Microchip PIC32 flash loader : see flash/nor/pic32mx.c:pic32mx_flash_write_code

flash/stellaris.s :
 - TI Stellaris flash loader : see flash/nor/stellaris.c:stellaris_write_code

flash/stm32x.s :
 - ST STM32 flash loader : see flash/nor/stm32x.c:stm32x_flash_write_code

flash/str7x.s :
 - ST STR7 flash loader : see flash/nor/str7x.c:str7x_flash_write_code

flash/str9x.s :
 - ST STR9 flash loader : see flash/nor/str9x.c:str9x_flash_write_code

Spencer Oliver
spen@spen-soft.co.uk