Hi Paul, thanks for your patch.
Am 2012-07-01 16:14:19 CEST schrieb Paul Fertser: > Currently README mentions some but not all options needed to get > flashrom compiled on a libpci-less system. This patch adds all of > them. AFAICS this section in the README is obsolete. All non-x86 programmers should be disabled by default if you simply run "make" on any non-x86 platform. If auto-disabling such programmers is broken on non-x86, we need to fix that. > Signed-off-by: Paul Fertser <[email protected]> > --- > README | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/README b/README > index f88b3b5..88cc782 100644 > --- a/README > +++ b/README > @@ -120,8 +120,9 @@ Processor architecture dependent features: > > On non-x86 architectures you have to disable a few programmers because they > use port-based I/O which is not directly available on non-x86. Please add > - CONFIG_RAYER_SPI=no CONFIG_NIC3COM=no CONFIG_ATAHPT=no CONFIG_NICREALTEK=no > \ > - CONFIG_NICNATSEMI=no > + CONFIG_RAYER_SPI=no CONFIG_NIC3COM=no CONFIG_GFXNVIDIA=no CONFIG_SATASII=no > \ > + CONFIG_ATAHPT=no CONFIG_DRKAISER=no CONFIG_NICREALTEK=no > CONFIG_NICNATSEMI=no \ > + CONFIG_NICINTEL=no CONFIG_NICINTEL_SPI=no CONFIG_OGP_SPI=no CONFIG_SATAMV=no > as parameters to the "make" invocation. > Besides that, the internal programmer is only supported on x86 and MIPS. On > other architectures, please add Regards, Carl-Daniel -- http://www.hailfinger.org/ _______________________________________________ flashrom mailing list [email protected] http://www.flashrom.org/mailman/listinfo/flashrom
