summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRudolf Marek <r.marek@assembler.cz>2010-04-25 22:47:50 +0000
committerRudolf Marek <r.marek@assembler.cz>2010-04-25 22:47:50 +0000
commit837d81079689927b78baa5c606c6d8484ea21a95 (patch)
tree3984257535f8147f22220157a0952834f6760e35 /Makefile
parentce1c798c1ce12873c101d0e3345548db83d2e374 (diff)
downloadast2050-flashrom-837d81079689927b78baa5c606c6d8484ea21a95.zip
ast2050-flashrom-837d81079689927b78baa5c606c6d8484ea21a95.tar.gz
Fix the DOS port
Now the DS selector limit is set to 4GB and all mmio accesses goes through DS, the 1:1 mapping is fixed so the _DS base is taken onto account. Plus is that the hwaccess.c needs no change and memcpy etc can be used on mmaped space. Corresponding to flashrom svn r995. Signed-off-by: Rudolf Marek <r.marek@assembler.cz> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 4b93bed..31fc858 100644
--- a/Makefile
+++ b/Makefile
@@ -202,12 +202,8 @@ endif
endif
ifeq ($(NEED_PCI), yes)
-ifneq ($(OS_ARCH), DOS)
-# FIXME This workaround is needed until libpci detection can handle
-# cross-compiling for DOS.
CHECK_LIBPCI = yes
endif
-endif
ifeq ($(NEED_PCI), yes)
FEATURE_CFLAGS += -D'NEED_PCI=1'
OpenPOWER on IntegriCloud