flash/stm32l4x: STM32L5 support programming when TZEN=1 and RDP=0xAA
[fw/openocd] / tcl / target / bcm2835.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 # This is the Broadcom chip used in the Raspberry Pi Model A, B, B+,
4 # the Compute Module, and the Raspberry Pi Zero.
5
6 # Partial information is available in raspberry pi website:
7 # https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2835
8
9 if { [info exists CHIPNAME] } {
10         set  _CHIPNAME $CHIPNAME
11 } else {
12         set  _CHIPNAME bcm2835
13 }
14
15 if { [info exists DAP_TAPID] } {
16         set _DAP_TAPID $DAP_TAPID
17 } else {
18         set _DAP_TAPID 0x07b7617F
19 }
20
21 jtag newtap $_CHIPNAME cpu -expected-id $_DAP_TAPID -irlen 5
22 adapter speed 4000
23
24 target create $_CHIPNAME.cpu0 arm11 -chain-position $_CHIPNAME.cpu