-----Original Message----- From: Stefan Reinauer [mailto:stepan@coresystems.de] Sent: Thursday, May 01, 2008 9:39 AM To: Myles Watson Cc: 'Jordan Crouse'; 'Coreboot' Subject: Re: [coreboot] ADLO for buildrom
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...?
I think we're in agreement. I'm talking about how it gets into the lar, and I think you're saying how it gets loaded into memory. We should either make an ELF and have lar put it in, or do the same thing that the Geode VSA does.
You're right, it should just get loaded into memory like any other binary.
Myles