Make 0xa0000 - 0xb0000 I/O memory.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8630 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten 2009-06-23 18:30:43 +00:00
parent 582c23689f
commit a4437ffd58
1 changed files with 1 additions and 2 deletions

View File

@ -136,8 +136,7 @@ MemMapInitialization (
//
// Video memory + Legacy BIOS region
//
AddMemoryRangeHob (0x0A0000, 0x0B0000);
AddIoMemoryRangeHob (0x0B0000, 0x100000);
AddIoMemoryRangeHob (0x0A0000, 0x100000);
}