]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: ti: j721e: Add support for both esm probe
authorUdit Kumar <u-kumar1@ti.com>
Wed, 17 Apr 2024 04:36:50 +0000 (10:06 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 29 Apr 2024 16:53:43 +0000 (10:53 -0600)
commit04fbb13b5ee905257d9b4c994aca58a69f873fec
tree83dd27989bd164ddfee59059d6043920a74b74c0
parentb8c58ab84e72d3f2891441d17cfb921931fc3d29
board: ti: j721e: Add support for both esm probe

At present only MCU domain ESM is probed, this means errors
occurred in mcu domain will be propagate to MCU_SAFETY_ERRORn.
MCU ESM accepts SOC_SAFETY_ERRORn signal as Error
event and propagate to MCU_SAFETY_ERRORn.[0]

Therefore adding support to probe both main domain and mcu
domain ESM.

[0]: https://www.ti.com/lit/zip/spruil1
spruil1c.pdf from zip
Figure 12-1244. ESM Modules Overview

Signed-off-by: Udit Kumar <u-kumar1@ti.com>
Reviewed-by: Keerthy <j-keerthy@ti.com>
board/ti/j721e/evm.c