Am 02.10.2009 01:58, schrieb Kevin O'Connor:
Proprietary BIOS have a cmos variable for a similar purpose - 0x0f (RESET CODE). Coreboot could probably use the same variable - defining one variable for all boards is probably simpler than having to define it on every board.
That's not the issue, and our cmos.layout handling already takes care of writing to the "right" location without more effort. We need to have access to CMOS before CAR or raminit, or anything interesting happens, really. And I'm not sure if our code supports this everywhere already.
Patrick