diff options
author | Rudolf Marek <r.marek@assembler.cz> | 2010-04-25 22:47:50 +0000 |
---|---|---|
committer | Rudolf Marek <r.marek@assembler.cz> | 2010-04-25 22:47:50 +0000 |
commit | 837d81079689927b78baa5c606c6d8484ea21a95 (patch) | |
tree | 3984257535f8147f22220157a0952834f6760e35 /Makefile | |
parent | ce1c798c1ce12873c101d0e3345548db83d2e374 (diff) | |
download | flashrom-837d81079689927b78baa5c606c6d8484ea21a95.tar.gz flashrom-837d81079689927b78baa5c606c6d8484ea21a95.tar.bz2 flashrom-837d81079689927b78baa5c606c6d8484ea21a95.zip |
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-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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' |