mirror of https://github.com/acidanthera/audk.git
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:
parent
582c23689f
commit
a4437ffd58
|
@ -136,8 +136,7 @@ MemMapInitialization (
|
|||
//
|
||||
// Video memory + Legacy BIOS region
|
||||
//
|
||||
AddMemoryRangeHob (0x0A0000, 0x0B0000);
|
||||
AddIoMemoryRangeHob (0x0B0000, 0x100000);
|
||||
AddIoMemoryRangeHob (0x0A0000, 0x100000);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue