arm-trusted-firmware/plat/imx
Dario Binacchi f7434fa135 fix(imx8m): ensure domain permissions for the console
The commit d76f012ea8 ("refactor(imx8m): replace magic number with
enum type") also hardcodes the domain permissions configuration for the
UARTs, causing a regression for any board using a boot console different
from UART2. Indeed, previously, the RDC_PDAP_UARTn registers were set to
the reset value (0xff), meaning all domains were enabled for read and
write access.

This patch fixes this regression by ensuring that the console always has
read/write access enabled for domain 0.

Tested on a i.MX8MN BSH SMM S2 PRO board.

Fixes: d76f012ea8 ("refactor(imx8m): replace magic number with enum type")
Change-Id: I2670bf485372f32ef45cebb72a7694a9a800f417
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
2024-10-10 10:10:10 +02:00
..
common fix(imx): disable DRAM retention by default on i.MX8MQ 2024-05-29 21:16:54 +02:00
imx7 build: consolidate directory creation rules 2024-07-22 09:41:30 +00:00
imx8m fix(imx8m): ensure domain permissions for the console 2024-10-10 10:10:10 +02:00
imx8qm refactor(console): consolidate console runtime switch 2024-05-08 15:50:58 +02:00
imx8qx refactor(console): consolidate console runtime switch 2024-05-08 15:50:58 +02:00
imx8ulp feat(imx8ulp): give HIFI4 DSP access to more resources 2024-03-26 15:51:26 +02:00
imx93 Merge changes I44537ba2,Ia12d3577,I06b3012c,Iec885405,Idab8013a into integration 2024-05-28 16:27:53 +02:00