<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body style="background-color: rgb(255, 255, 255); color: rgb(0, 0,
    0);" bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">On 02/25/2017 02:48 AM, Gailu Singh
      wrote:<br>
    </div>
    <blockquote style="border-left: 2px solid #009900 !important;
      border-right: 2px solid #009900 !important; padding: 0px 15px 0px
      15px; margin: 8px 2px;"
cite="mid:CAOifn+1s8DSZ_M+HZxqH9D=wBopwdtqC26hoNVwB2wBD-Q918Q@mail.gmail.com"
      type="cite"><!--[if !IE]><DIV style="border-left: 2px solid #009900; border-right: 2px solid #009900;  padding: 0px 15px; margin: 2px 0px;"><![endif]-->
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <div dir="ltr">
        <pre style="white-space:pre-wrap;color:rgb(0,0,0)">>>you need a bunch of blobs (of course), most importantly fitimage.bin and fsp.

>>Please use <a moz-do-not-send="true" href="https://review.coreboot.org/#/c/18479/3">https://review.coreboot.org/#/c/18479/3</a> as starting point. 
>>That is for Leafhill. But once you apply that patch, select mainboard 
>>intel/leafhill in 'make nconfig', put the sacred blobs in the designated 
>>location and 'make' should give you flashable coreboot.rom.
</pre>
        <pre style="white-space:pre-wrap;color:rgb(0,0,0)">
</pre>
        <pre style="white-space:pre-wrap;color:rgb(0,0,0)">I pulled the leafhill patches and yes I get options to specify FSP when selected leafhill. However not clear about the difference between FSP-M.fv and FSP-S.fv. I have FSP.bsf and FSP.fd files for FSP. Can you please let me know how to create required FSP blob from FSP.bsf and FSP.fd files?
</pre>
      </div>
      <!--[if !IE]></DIV><![endif]--></blockquote>
    You need to use script to break the big blob into smaller blobs:<br>
<a class="moz-txt-link-freetext" href="https://github.com/tianocore/edk2/blob/master/IntelFsp2Pkg/Tools/SplitFspBin.py">https://github.com/tianocore/edk2/blob/master/IntelFsp2Pkg/Tools/SplitFspBin.py</a><br>
    <br>
    $ SplitFspBin.py split FSP.fd<br>
    <br>
    Here is some video on FSP2.0 and what blobs does what:<br>
    <br>
    <a class="moz-txt-link-freetext" href="https://www.youtube.com/watch?v=uzfiTiP9dEM&feature=youtu.be">https://www.youtube.com/watch?v=uzfiTiP9dEM&feature=youtu.be</a><br>
    <br>
    Here is formal FSP2.0 spec:<br>
    <br>
<a class="moz-txt-link-freetext" href="http://www.intel.com/content/www/us/en/embedded/software/fsp/fsp-architecture-spec-v2.html">http://www.intel.com/content/www/us/en/embedded/software/fsp/fsp-architecture-spec-v2.html</a><br>
    <br>
    Best,<br>
    Andrey<br>
  </body>
</html>