Myles Watson wrote:
For v3 we should really integrate the one assembly file rewritten in C as part of coreboot. It's a loader, just it doesnt load elf or self, but a rombios.bin...
I'd rather have it compiled and linked into an ELF, loaded in the normal way. I don't think there needs to be a special pathway for this one payload.
It is not a special pathway. It's just the normal lar loader, loading to a defined address.
We don't need the indirection of a loader of the loader for that...?