<!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 text="#000000" bgcolor="#ffffff">
    On 8/17/10 10:05 PM, Masoud Fatollahy wrote:
    <blockquote cite="mid:WC20100817200553.200084@t2data.se" type="cite">
      <div><font style="font-size: 10pt;">
          <div>Hi, </div>
          <div> </div>
          <div>I am trying to make coreboot v4 works with a old version
            of filo(stand alone).</div>
          <div> </div>
          <div>I build the coreboot and definde a paload which has been
            build with an old filo which is not using payloadlib of the
            coreboot. </div>
          <div>when filo try to read the linuxbios table , but it can
            not find the signaturr LBIO. and it hangs.</div>
          <div> </div>
          <div> Do i have to use filo and payloadlib of the coreboot, or
            is it a way to fix this problem. we don't want to have any
            depency between coreboot and filo.</div>
          <div> </div>
          <div>thanks,</div>
          <div> </div>
          <div>/Masoud<br>
             
            <br>
          </div>
        </font></div>
    </blockquote>
    Hi Masoud,<br>
    <br>
    The coreboot table parser in older FILOs does not support the
    "FORWARD" tag<br>
    <br>
<a class="moz-txt-link-freetext" href="http://tracker.coreboot.org/trac/coreboot/browser/trunk/payloads/libpayload/arch/i386/coreboot.c#L140">http://tracker.coreboot.org/trac/coreboot/browser/trunk/payloads/libpayload/arch/i386/coreboot.c#L140</a><br>
    <br>
    I'd suggest that you use newer versions of FILO. However,
    implementing support for that tag in older versions should be rather
    straight forward, so you can give that a try, too..<br>
    <br>
    Stefan<br>
  </body>
</html>