Home
last modified time | relevance | path

Searched hist:b3555f12c4457fb7933f3a9bfcfc4987be3aa55f (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/plat/amd/versal2/
H A Dplatform.mkb3555f12c4457fb7933f3a9bfcfc4987be3aa55f Thu Aug 14 15:49:19 UTC 2025 Prasad Kummari <prasad.kummari@amd.com> fix(versal2): runtime console in debug mode

Whenever DEBUG is set to 1, the Makefile forces CONSOLE_RUNTIME to
pl011, regardless of the user-specified CONSOLE value. This causes a
build requested with CONSOLE=pl011_1 to register both pl011_1 and
pl011 as boot and runtime consoles. If the hardware is connected only
to UART1, this causes TF-A to hang when UART0 is selected as the
runtime console, since it waits indefinitely on the transmit FIFO.
The fix ensures that, in a DEBUG build, CONSOLE_RUNTIME defaults to
the same value as CONSOLE.

Change-Id: I2e29d5b77c43aa65f58224d226683f4a8d94271a
Signed-off-by: Prasad Kummari <prasad.kummari@amd.com>