commit | 8dca65d96f787b6802b75bc72f830149293cbb6d | [log] [tgz] |
---|---|---|
author | Ferass El Hafidi <funderscore@postmarketos.org> | Wed Jan 08 13:57:35 2025 +0000 |
committer | Ferass El Hafidi <funderscore@postmarketos.org> | Wed Jan 08 16:02:02 2025 +0000 |
tree | 6feaa1b7e69c349e9799f063777f5da49ac3baca | |
parent | 14cbe32c190a8785b761f1ad4a32000471386c88 [diff] |
feat(gxl): add support for booting from U-Boot SPL/with standard params The arguments struct needs to be changed to remove a non-standard entry (`scp_image_info[]`) and also makes use of a built-in arguments parser. Since the `scp_image_info[]` entry is removed in U-Boot SPL-compatible builds, SCP_BL2 image info is hardcoded. Change-Id: Id3cc887c61c3b940c8a21d9da7f2b6845da51af8 Signed-off-by: Ferass El Hafidi <funderscore@postmarketos.org>