and so it begins:
for https://gitlab.freedesktop.org/gfx-ci/ci-tron/-/merge_requests/1078
and so it begins:
for https://gitlab.freedesktop.org/gfx-ci/ci-tron/-/merge_requests/1078
@trini u-boot env has to modified anyway to set the boot command to booti/bootefi with the actual kernel image and initramfs addresses and sizes. iirc there wasn’t even enough space for that. Bootargs are already modified in the dtb so it should be unnecessary to add them to the u-boot env.
The alternate bootcmd can then added to the default env for apple devices since it has a known maximal size. That’s better than my quick workaround and the alternate solutions I was thinking of. thanks