2011/10/21 Patrick Georgi <[email protected]> > Am 21.10.2011 13:41, schrieb Alp Eren Köse: > > But unfortunately I needed a windoz machine to extract the CMC binary, > > you can use the CBROM utility like this: > > C:\> CBROM32_195.EXE vendor_bios.bin /TOPHOLE:FFFD0000 extract > I'd say you can do the same with dd(1), no? > Oh yes of course, that's very likely probably :) that should be something like this maybe: dd skip=(blocks until FFFD0000) if=vendor_bios.bin of=cmc.bin is that right? I'm not good at those block calculations:)
> > > http://www.coreboot.org/pipermail/coreboot/2011-March/064246.html > See http://review.coreboot.org/305 > > Yes that will be much better that way.
-- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

