Skip to content

deps/Linux: update to v6.1 and switch to a self-decompressing EFI binary on arm64

Martin Roukala requested to merge linux_6.1 into master

Linux 6.1 brought the ability to self-decompress at boot time on arm64, like we could do on amd64!

This means we do not need to decompress the kernel anymore in u-boot before booting it, which should resolve the biggest issue I have been having booting boot2container on ARM Single Board Computers!

I'll get back to it and write a guide soon :)

Merge request reports