commit | b8988cdf5c74f2043a5f8e702cef90585635c02a | [log] [tgz] |
---|---|---|
author | Sascha Hauer <s.hauer@pengutronix.de> | Thu Jan 18 09:59:59 2024 +0100 |
committer | Sascha Hauer <s.hauer@pengutronix.de> | Fri Apr 26 11:04:56 2024 +0200 |
tree | 6d719ae85ce19454683cfe073fe1c852b16db376 | |
parent | eb3d2ee045c93a49e93b5e5883e9b3e8a132cb6b [diff] |
feat(imx93): 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: Iec885405efd31a6bf6c0e6c532f8d2f31c023333 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>