On Fri, Jun 04, 2010 at 08:01:21PM +0200, Carl-Daniel Hailfinger wrote: > Signed-off-by: Carl-Daniel Hailfinger <[email protected]>
Acked-by: Uwe Hermann <[email protected]> Re-tested, looks good. > Index: flashrom-disable_internal_nonx86/internal.c > =================================================================== > --- flashrom-disable_internal_nonx86/internal.c (Revision 1028) > +++ flashrom-disable_internal_nonx86/internal.c (Arbeitskopie) > @@ -165,16 +165,27 @@ > pci_init(pacc); /* Initialize the PCI library */ > pci_scan_bus(pacc); /* We want to get the list of devices */ > > - /* We look at the lbtable first to see if we need a > + if (processor_flash_enable()) { > + msg_perr("Processor detection/init failed, aborting."); Missing \n in this message. > + * FIXME: Enable SuperI/O probing once port I/O is possible. "Super I/O" here for consistency please, forgot to mention last time. Uwe. -- http://hermann-uwe.de | http://sigrok.org http://randomprojects.org | http://unmaintained-free-software.org _______________________________________________ flashrom mailing list [email protected] http://www.flashrom.org/mailman/listinfo/flashrom
