OvmfPkg: fix LAPIC RangeLength in DSDT
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13617 6f19259b-4bc3-4df7-8a09-765794883524 MU SOURCE COMMIT:6d4f320d0c7bc76e49949098db149162989b1ad8
This commit is contained in:
Родитель
9b2ea33397
Коммит
a493e4e1a2
|
@ -448,10 +448,10 @@ DefinitionBlock ("Dsdt.aml", "DSDT", 1, "INTEL ", "OVMF ", 3) {
|
|||
IO (Decode16, 0x440, 0x440, 0x00, 0x10)
|
||||
IO (Decode16, 0x678, 0x678, 0x00, 0x08)
|
||||
IO (Decode16, 0x778, 0x778, 0x00, 0x08)
|
||||
IO (Decode16, 0xafe0, 0xafe0, 0x00, 0x04) // QEMU GPE0 BLK
|
||||
IO (Decode16, 0xb000, 0xb000, 0x00, 0x40) // PMBLK1
|
||||
Memory32Fixed (ReadOnly, 0xFEC00000, 0x1000) // IO APIC
|
||||
Memory32Fixed (ReadOnly, 0xFEE00000, 0x1000)
|
||||
IO (Decode16, 0xafe0, 0xafe0, 0x00, 0x04) // QEMU GPE0 BLK
|
||||
IO (Decode16, 0xb000, 0xb000, 0x00, 0x40) // PMBLK1
|
||||
Memory32Fixed (ReadOnly, 0xFEC00000, 0x1000) // IO APIC
|
||||
Memory32Fixed (ReadOnly, 0xFEE00000, 0x100000) // LAPIC
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче