On Thu, May 01, 2008 at 01:27:13PM +0200, Stefan Reinauer wrote:
To sum it up. Coreboot should handle this.
Is this designing in a callback from payload to coreboot?
To avoid this is the reason why the bios.bin _loader_ must be part of coreboot.
Yep. Sounds great.
The alternative would be to pass a register write sequence description in lbtable. .. Not good.
Agree.
Or would the shadowing be oneshot before the new biosloader runs?
The registers have to be changed _after_ bios.bin is copied to the E and F segment.
Doh. Yes. Oneshot _in_ the new biosloader, before bios.bin runs.
Should bios.bin run in x86emu or vm86 by the way?
//Peter