commit | 837d81079689927b78baa5c606c6d8484ea21a95 | [log] [tgz] |
---|---|---|
author | Rudolf Marek <r.marek@assembler.cz> | Sun Apr 25 22:47:50 2010 +0000 |
committer | Rudolf Marek <r.marek@assembler.cz> | Sun Apr 25 22:47:50 2010 +0000 |
tree | 3984257535f8147f22220157a0952834f6760e35 | |
parent | ce1c798c1ce12873c101d0e3345548db83d2e374 [diff] |
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>