* ron minnich rminnich@lanl.gov [030723 17:15]:
On Wed, 23 Jul 2003, Stefan Reinauer wrote:
if this means that we can easily make linuxbios fallback and normal share the same payload, it would be my fav.
not sure about that. Currently the layout is something like this:
ah,.. my fault.. i mixed up c_payload with the elf payload.
0xffff0000: linuxbios startup ffff9a30: c_payload fffffff0: reset16
If linuxbios startup enables flash in lower addresses, we ought to be able to do this: 0xfffe0000: c_payload 0xffff0000: linuxbios startup 0xfffffff0: reset16
since linuxbios startup does ht enumeration anyways before jumping into c_payload, this should not be a problem
Stefan