<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  
</head>
<body text="#000000" bgcolor="#ffffff">
Josh,<br>
<tt><br>
$ addr2line -fe bin-x86_64-efi/e1000e.efi.tmp 0x1241<br>
e1000e_init_nvm_params_80003es2lan<br>
e1000e_80003es2lan.c:0</tt><br>
<br>
Now that I think about it, I'm working with a proto board so I'm not
entirely sure that the eeprom is programmed correctly. I do know that
the controller works with the Intel PXE ROM and with the Linux e1000e
driver though. I'll try to verify that the contents are sane.<br>
<br>
Thanks,<br>
Mike<br>
<br>
<br>
Joshua Oreman wrote:
<blockquote type="cite" cite="mid:v2w197f0ba31004021353vb2ca243eq1678ebe9297f2e1b@mail.gmail.com">
  <pre wrap="">On Fri, Apr 2, 2010 at 4:17 PM, Mike Bishton <a href="mailto:mbishton@xes-inc.com" class="moz-txt-link-rfc2396E">&lt;mbishton@xes-inc.com&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Josh,

The output of the `nm bin-x86_64-efi/e1000e.efi.tmp` is attached.

addr2line returned an error as written. Switching -ef to -fe resulted in

??
??:0
    </pre>
  </blockquote>
  <pre wrap=""><!---->
00000000000011f9 t e1000e_init_nvm_params_80003es2lan
0000000000001315 t e1000e_init_mac_params_80003es2lan

It looks like you're crashing somewhere in
e1000e_init_nvm_params_80003es2lan. Could you try `addr2line -fe
bin-x86_64-efi/e1000e.efi.tmp 0x1241'? Sorry about the incorrect
syntax in my earlier suggestion.

Thanks,

-- Josh
  </pre>
</blockquote>
</body>
</html>