commit | dbf70ffe1221b55aa4149e4c6a5d599518bdc556 | [log] [tgz] |
---|---|---|
author | Sascha Hauer <s.hauer@pengutronix.de> | Thu Jan 18 11:18:24 2024 +0100 |
committer | Sascha Hauer <s.hauer@pengutronix.de> | Fri Apr 26 11:04:56 2024 +0200 |
tree | bb901d170db8e9057e6aac746ee948787423ae9e | |
parent | 3a3eb144a688ca80262bf94f5ffe425f77bf9b9c [diff] |
feat(imx8mn): optionally take params from BL2 Optionally take params from BL2 to offer more flexibility to BL2 on where and if a BL32 image is expected. This uses imx_bl31_params_parse() to check if arg0 can safely be accessed as a pointer and actually contains a bl_params_t structure. If not, the hardcoded parameter values are used as before. Change-Id: Ia12d35778f4d550860e517f2a1f5c5d062f3283a Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>