On Thu, 2022-06-02 at 22:09 +0800, WANG Xuerui wrote:
For this, I don't know if Huacai should really just leave thoseTo me any new firmware for PC-like platforms should implement UEFI. For
modification in the downstream fork to keep the upstream Linux clean of
such hacks, because to some degree dealing with such notoriety is life,
it seems to me. I think at this point Huacai would cooperate and tweak
the patch to get rid of the SVAM and other nonstandard bits as much as
possible, and I'll help him where necessary too.
embedded platforms device tree support will be added later.
For those guys impossible or unwilling to upgrade the firmware, it may
be possible to implement a compatibility layer and the booting procedure
will be like:
old firmware -> bootloongarch.efi -> customized u-boot -> bootloongarch64.efi (grub) -> efi stub (kernel)
--------- compatibility layer -------- ^^^^^^^^ normal UEFI compatible stuff ^^^^^^^^^
new firmware -> bootloongarch64.efi (grub) -> efi stub (kernel)
The old firmware route would be similar to the booting procedure of
Asahi Linux. I think this can be implemented because it's already
implemented on M1 even while Apple is almost completely uncooperative.
That's fine, we all know nothing in the beginning ;-)
Just my 2 cents. I know almost nothing about booting.