<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 8/16/10 6:11 PM, Stefan Reinauer wrote:
    <blockquote cite="mid:4C69634E.70406@coresystems.de" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      On 8/16/10 5:11 PM, Myles Watson wrote:</blockquote>
    <blockquote cite="mid:4C69634E.70406@coresystems.de" type="cite">
      <blockquote
        cite="mid:AANLkTi=G0_HjgVg7FTofRLqAyR7pL4t6X4Q7q7iyq0cz@mail.gmail.com"
        type="cite">
        <div class="moz-text-plain" wrap="true" graphical-quote="true"
          style="font-family: -moz-fixed; font-size: 12px;"
          lang="x-western">
          <pre wrap="">Index: src/devices/device.c
===================================================================
--- src/devices/device.c        (revision 5692)
+++ src/devices/device.c        (working copy)
@@ -1104,6 +1104,9 @@
 
        printk(BIOS_INFO, "Initializing devices...\n");
 
+       /* First call the mainboard init. */
+       init_dev(&dev_root);
+
        /* now initialize everything. */
        for (link = dev_root.link_list; link; link = link->next)
                init_link(link);
</pre>
        </div>
      </blockquote>
      <br>
      Acked-by: Stefan Reinauer <a moz-do-not-send="true"
        class="moz-txt-link-rfc2396E"
        href="mailto:stepan@coresystems.de"><stepan@coresystems.de></a><br>
      <br>
      Thanks for fixing coreboot. mainboard specific setup code is
      critical for many boards.<br>
      <br>
      Stefan<br>
    </blockquote>
    Do we need a similar workaround for the enable_dev() call?<br>
    <br>
    <pre class="moz-signature" cols="72">-- 
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
      Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: <a class="moz-txt-link-abbreviated" href="mailto:info@coresystems.de">info@coresystems.de</a>  • <a class="moz-txt-link-freetext" href="http://www.coresystems.de/">http://www.coresystems.de/</a>
Registergericht: Amtsgericht Freiburg • HRB 7656
Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866
</pre>
  </body>
</html>