[flashrom] [PATCH] Automatically disable atapromise on non-x86

Carl-Daniel Hailfinger c-d.hailfinger.devel.2006 at gmx.net
Sat Feb 20 22:33:26 CET 2016


We do not support PCI port I/O on non-x86 (yet).
Atapromise needs PCI port I/O.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>

Index: flashrom-atapromise_x86_only/Makefile
===================================================================
--- flashrom-atapromise_x86_only/Makefile	(Revision 1933)
+++ flashrom-atapromise_x86_only/Makefile	(Arbeitskopie)
@@ -387,6 +387,11 @@
 else
 override CONFIG_ATAHPT = no
 endif
+ifeq ($(CONFIG_ATAPROMISE), yes)
+UNSUPPORTED_FEATURES += CONFIG_ATAPROMISE=yes
+else
+override CONFIG_ATAPROMISE = no
+endif
 ifeq ($(CONFIG_SATAMV), yes)
 UNSUPPORTED_FEATURES += CONFIG_SATAMV=yes
 else





More information about the flashrom mailing list