mips: optimize write code for speed
[fw/openocd] / contrib / loaders / README
1 Included in these directories are the src to the various ram loaders used
2 within openocd.
3
4 ** target checksum loaders **
5
6 checksum/armv4_5_crc.s :
7  - ARMv4 and ARMv5 checksum loader : see target/arm_crc_code.c:arm_crc_code
8
9 checksum/armv7m_crc.s :
10  - ARMv7m checksum loader : see target/armv7m.c:cortex_m3_crc_code
11
12 checksum/mips32.s :
13  - MIPS32 checksum loader : see target/mips32.c:mips_crc_code
14
15 ** target flash loaders **
16
17 flash/pic32mx.s :
18  - Microchip PIC32 flash loader : see flash/nor/pic32mx.c:pic32mx_flash_write_code
19
20 flash/stellaris.s :
21  - TI Stellaris flash loader : see flash/nor/stellaris.c:stellaris_write_code
22
23 flash/stm32x.s :
24  - ST STM32 flash loader : see flash/nor/stm32x.c:stm32x_flash_write_code
25
26 flash/str7x.s :
27  - ST STR7 flash loader : see flash/nor/str7x.c:str7x_flash_write_code
28
29 flash/str9x.s :
30  - ST STR9 flash loader : see flash/nor/str9x.c:str9x_flash_write_code
31
32 Spencer Oliver
33 spen@spen-soft.co.uk