1
0
mirror of https://git.code.sf.net/p/openocd/code synced 2024-11-25 05:16:24 +00:00
openocd/tcl/board/netgear-wg102.cfg
Antonio Borneo 4c77f942e1 tcl: fix minor typos and repeated words
Detected with checkpatch.

Change-Id: Id306928496cf70bbe7ff065bf726bc7dceadce26
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/8409
Tested-by: jenkins
Reviewed-by: zapb <dev@zapb.de>
2024-08-02 16:00:22 +00:00

38 lines
1.1 KiB
INI

# SPDX-License-Identifier: GPL-2.0-or-later
source [find target/atheros_ar2313.cfg]
reset_config trst_and_srst
$_TARGETNAME configure -event reset-init {
mips32 cp0 12 0 0x10400000
# configure sdram controller
mww 0xb8300004 0x0e03
sleep 100
mww 0xb8300004 0x0e01
mww 0xb8300008 0x10
sleep 500
mww 0xb8300004 0x0e02
mww 0xb8300000 0x6c0088
mww 0xb8300008 0x57e
mww 0xb8300004 0x0e00
mww 0xb8300004 0xb00
# configure flash
# 0x00000001 - 0x01 << FLASHCTL_IDCY_S
# 0x000000e0 - 0x07 << FLASHCTL_WST1_S
# FLASHCTL_RBLE 0x00000400 - Read byte lane enable
# 0x00003800 - 0x07 << FLASHCTL_WST2_S
# FLASHCTL_AC_8M 0x00060000 - Size of flash
# FLASHCTL_E 0x00080000 - Flash bank enable (added)
# FLASHCTL_WP 0x04000000 - write protect. If used, CFI mode won't work!!
# FLASHCTL_MWx16 0x10000000 - 16bit mode. Do not use it!!
# FLASHCTL_MWx8 0x00000000 - 8bit mode.
mww 0xb8400000 0x000d3ce1
}
set _FLASHNAME $_CHIPNAME.flash
flash bank $_FLASHNAME cfi 0xbe000000 0x00400000 1 1 $_TARGETNAME x16_as_x8