Skip to content

Commit

Permalink
ArmVirtualizationPkg: Set PcdPciDisableBusEnumeration to TRUE
Browse files Browse the repository at this point in the history
This setting makes OvmfPkg/AcpiPlatformDxe not wait for PCI
enumeration to complete before installing ACPI tables.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <[email protected]>
Reviewed-by: Olivier Martin <[email protected]>
Reviewed-by: Laszlo Ersek <[email protected]>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16886 6f19259b-4bc3-4df7-8a09-765794883524
  • Loading branch information
jljusten2 authored and jljusten committed Feb 19, 2015
1 parent 0495164 commit 2c3ce49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ArmPlatformPkg/ArmVirtualizationPkg/ArmVirtualizationQemu.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }
!endif

## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI
# enumeration to complete before installing ACPI tables.
gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE

[PcdsDynamicDefault.common]
# System Memory Size -- 1 MB initially, actual size will be fetched from DT
gArmTokenSpaceGuid.PcdSystemMemorySize|0x00100000
Expand Down

0 comments on commit 2c3ce49

Please sign in to comment.