From: Jian-Hong Pan Date: Sun, 11 Jul 2021 04:54:39 +0000 (+0800) Subject: tcl/board: Add Raspberry Pi 4 model B board X-Git-Tag: v0.12.0-rc1~610 X-Git-Url: https://review.openocd.org/gitweb?a=commitdiff_plain;h=25d45da40721d4a5413f796628536b88d4e23c3b;hp=25d45da40721d4a5413f796628536b88d4e23c3b;p=openocd.git tcl/board: Add Raspberry Pi 4 model B board OpenOCD cannot connect to BCM2711's JTAG interface on RPi 4B board until the reset configuration mode is set as trst_only. According to Table 94. GPIO Pins Alternative Function Assignment of Broadcom's BCM2711 ARM Peripherals datasheet [1] and Raspberry Pi's GPIO control in config.txt document [2], only Test Reset (TRST) pin (no System Reset, SRST) is exposed. [1] https://datasheets.raspberrypi.org/bcm2711/bcm2711-peripherals.pdf [2] https://www.raspberrypi.org/documentation/configuration/config-txt/gpio.md Change-Id: I806f0be9700fa0f0944b42c8a651a5731adc762b Link: http://openocd.zylin.com/#/c/6364/1 Signed-off-by: Jian-Hong Pan Reviewed-on: http://openocd.zylin.com/6367 Tested-by: jenkins Reviewed-by: Florian Fainelli Reviewed-by: Antonio Borneo ---