mirror of https://github.com/acidanthera/audk.git
ArmPlatformPkg: CRLF fixups for Juno ACPI
All of AcpiSsdtRootPci.asl and some bits of Gtdt.aslc used LF-only line separators. Fix before committing new modifications. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18627 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d2dbe5b70b
commit
ae52e921c4
|
@ -66,7 +66,7 @@ DefinitionBlock("SsdtPci.aml", "SSDT", 1, "ARMLTD", "ARM-JUNO", EFI_ACPI_ARM_OEM
|
||||||
})
|
})
|
||||||
// Root complex resources
|
// Root complex resources
|
||||||
Method (_CRS, 0, Serialized) {
|
Method (_CRS, 0, Serialized) {
|
||||||
Name (RBUF, ResourceTemplate () {
|
Name (RBUF, ResourceTemplate () {
|
||||||
WordBusNumber ( // Bus numbers assigned to this root
|
WordBusNumber ( // Bus numbers assigned to this root
|
||||||
ResourceProducer,
|
ResourceProducer,
|
||||||
MinFixed, MaxFixed, PosDecode,
|
MinFixed, MaxFixed, PosDecode,
|
||||||
|
@ -119,12 +119,12 @@ DefinitionBlock("SsdtPci.aml", "SSDT", 1, "ARMLTD", "ARM-JUNO", EFI_ACPI_ARM_OEM
|
||||||
//
|
//
|
||||||
// OS Control Handoff
|
// OS Control Handoff
|
||||||
//
|
//
|
||||||
Name(SUPP, Zero) // PCI _OSC Support Field value
|
Name(SUPP, Zero) // PCI _OSC Support Field value
|
||||||
Name(CTRL, Zero) // PCI _OSC Control Field value
|
Name(CTRL, Zero) // PCI _OSC Control Field value
|
||||||
|
|
||||||
/*
|
/*
|
||||||
See [1] 6.2.10, [2] 4.5
|
See [1] 6.2.10, [2] 4.5
|
||||||
*/
|
*/
|
||||||
Method(_OSC,4) {
|
Method(_OSC,4) {
|
||||||
// Check for proper UUID
|
// Check for proper UUID
|
||||||
If(LEqual(Arg0,ToUUID("33DB4D5B-1FF7-401C-9657-7441C03DD766"))) {
|
If(LEqual(Arg0,ToUUID("33DB4D5B-1FF7-401C-9657-7441C03DD766"))) {
|
||||||
|
|
Loading…
Reference in New Issue