<div class="im">2011/10/21 Patrick Georgi <span dir="ltr"><<a href="mailto:patrick.georgi@secunet.com" target="_blank">patrick.georgi@secunet.com</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Am 21.10.2011 13:41, schrieb Alp Eren Köse:<br>
<div>> But unfortunately I needed a windoz machine to extract the CMC binary,<br>
> you can use the CBROM utility like this:<br>
> C:\> CBROM32_195.EXE vendor_bios.bin /TOPHOLE:FFFD0000 extract<br>
</div>I'd say you can do the same with dd(1), no?<br></blockquote></div><div>Oh yes of course, that's very likely probably :) that should be something like this maybe:<br>dd skip=(blocks until FFFD0000) if=vendor_bios.bin of=cmc.bin<br>

is that right? I'm not good at those block calculations:)<br> </div><div class="im"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
> <a href="http://www.coreboot.org/pipermail/coreboot/2011-March/064246.html" target="_blank">http://www.coreboot.org/pipermail/coreboot/2011-March/064246.html</a><br>
See <a href="http://review.coreboot.org/305" target="_blank">http://review.coreboot.org/305</a><br>
<br></blockquote></div>Yes that will be much better that way.