commit | 3a3eb144a688ca80262bf94f5ffe425f77bf9b9c | [log] [tgz] |
---|---|---|
author | Sascha Hauer <s.hauer@pengutronix.de> | Thu Jan 18 11:18:04 2024 +0100 |
committer | Sascha Hauer <s.hauer@pengutronix.de> | Fri Apr 26 11:04:56 2024 +0200 |
tree | 823b9ea213ef434a645b41438c02999ec7a44d07 | |
parent | b8988cdf5c74f2043a5f8e702cef90585635c02a [diff] |
feat(imx8mm): 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: I06b3012c67e43ea1e42946d863226bd93ccd4638 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>