building HDAMA the old way and the new way:

ron minnich rminnich at lanl.gov
Tue Jul 15 13:36:00 CEST 2003


The jmp for fallback is wrong from what I can see. At 0xffff0 I have this:
   0:   e9 11 00 00 00          jmp    0x16

in other words, the segment is 0000, not f000. 

The 32-bit is ok:
   0:   e9 5b 00 ff ff          jmp    0xffff0060

This is happening with both old and new config tools.

the _start symbol is a T symbol at 0xffff0004 in linuxbios.map. 

The correct ldscript.ld files are being loaded. 

Any suggestions?

thanks

ron




More information about the coreboot mailing list