Previously, I have enabled a GDB debug flow on RPi3. However, I find GDB can NOT access ALL system registers of A53. It is then inconvenient to debug/trace bare-metal applications, such as ATF. Mete Balci in https://metebalci.com/blog/bare-metal-rpi3-programming/ has enabled this feature in telnet server of OpenOCD. Unfortunately, it is not…