commit | 7a5687c95b40c9b71cea4b28e750f8137ea036e7 | [log] [tgz] |
---|---|---|
author | Sascha Hauer <s.hauer@pengutronix.de> | Thu Jan 18 11:18:42 2024 +0100 |
committer | Sascha Hauer <s.hauer@pengutronix.de> | Fri Apr 26 11:04:56 2024 +0200 |
tree | 974bd8cb4c26fbee7706ff5b9f2829f17e628b67 | |
parent | dbf70ffe1221b55aa4149e4c6a5d599518bdc556 [diff] |
feat(imx8mp): 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: I44537ba2baa7543e459e5691b69df14b0bd6e942 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>