Re: [coreboot] stage2 access to LAR

2008-01-25 Thread Stefan Reinauer
ron minnich wrote: how does stage 2 access LAR? The mem_file struct is an auto (local) for stage1. void __attribute__((stdcall)) stage1_main(u32 bist) { int ret; struct mem_file archive, result; int elfboot_mem(struct lb_memory *mem, void *where, int size); void

[coreboot] stage2 access to LAR

2008-01-25 Thread ron minnich
how does stage 2 access LAR? The mem_file struct is an auto (local) for stage1. void __attribute__((stdcall)) stage1_main(u32 bist) { int ret; struct mem_file archive, result; int elfboot_mem(struct lb_memory *mem, void *where, int size); void *entry; You need