<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
XMLs are stored in compressed format (as Qt resource) inside the FIT<br>
binary. You can find one approach of extracting them in Positive<br>
Technologies blog:<br>
<br>
<a href="http://blog.ptsecurity.com/2017/04/intel-me-way-of-static-analysis.html" rel="noreferrer" target="_blank">http://blog.ptsecurity.com/<wbr>2017/04/intel-me-way-of-<wbr>static-analysis.html</a><br>
<br>
You can indeed use FIT for setting the strap but you'll have to find it yourself :) Or you<br>
can just edit the descriptor directly - it's not protected by any<br>
checksums or signatures. Check e.g. how me_cleaner sets the HAP bit:<br>
<br>
    print("Setting the HAP bit in PCHSTRP0 to disable Intel ME...")<br>
    fdf.seek(fpsba)<br>
    pchstrp0 = unpack("<I", fdf.read(4))[0]<br>
    pchstrp0 |= (1 << 16)<br>
    fdf.write_to(fpsba, pack("<I", pchstrp0))<br>
<br><br></blockquote><div><br></div><div style="font-size:12.8px">Hi Igor, I know your work and I want to give kudos to you. However without being </div><div style="font-size:12.8px">kritical (it is just like that) I want to note the tips you read i.e. at <a href="http://winraid.com/" target="_blank">winraid.com</a></div><div style="font-size:12.8px">really make you just more confused - eather they are refering to programmes that </div><div style="font-size:12.8px">are unavailabe or are from different contexts of Bios versions etc, or require you </div><div style="font-size:12.8px">to handle weapongrade security bypasses.<br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Now I spent a whole weekend trying to enable DCI on the Brix. I managed it </div><div style="font-size:12.8px">in the end using only Ru.efi.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Because maybe coreboot people without the money to buy a SystemStudio and XDP <br></div><div style="font-size:12.8px">hardware for $5000 might find it interesting ther is a writeup here:</div><div style="font-size:12.8px"><a href="https://gist.github.com/eiselekd/d235b52a1615c79d3c6b3912731ab9b2#file-enabledci-txt" target="_blank">https://gist.github.com/<wbr>eiselekd/<wbr>d235b52a1615c79d3c6b3912731ab9<wbr>b2#file-enabledci-txt</a><br></div><div style="font-size:12.8px">I think this method is reasonably easy and the board is cheap ($400).<br></div><div style="font-size:12.8px"><br></div><div><span style="font-size:12.8px">// Greetings Konrad</span> </div></div></div></div>