On Sat, Mar 15, 2014 at 10:02 AM, Kevin O'Connor kevin@koconnor.net wrote:
The coreboot code's interaction with the "filesystem" after memory init (should) largely boil down to load_file(char *name, void *address, int maxsize). Why not just end the abstraction there (ie, on these arm devices, implement a completely different "load_file" function).
That makes a great deal of sense.
ron