]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPlatformPkg: CRLF fixups for Juno ACPI
authorLeif Lindholm <leif.lindholm@linaro.org>
Mon, 19 Oct 2015 15:14:04 +0000 (15:14 +0000)
committerleiflindholm <leiflindholm@Edk2>
Mon, 19 Oct 2015 15:14:04 +0000 (15:14 +0000)
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

ArmPlatformPkg/ArmJunoPkg/AcpiTables/AcpiSsdtRootPci.asl
ArmPlatformPkg/ArmJunoPkg/AcpiTables/Gtdt.aslc

index 7d50a5f9464296d0c8814b0c8f51e2736cfbeb11..1c893b23364a93edcc750e9e4823ad01c37e62e8 100644 (file)
-/** @file
-  Differentiated System Description Table Fields (SSDT)
-
-  Copyright (c) 2014-2015, ARM Ltd. All rights reserved.<BR>
-    This program and the accompanying materials
-  are licensed and made available under the terms and conditions of the BSD License
-  which accompanies this distribution.  The full text of the license may be found at
-  http://opensource.org/licenses/bsd-license.php
-
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-
-**/
-
-#include "ArmPlatform.h"
-
-/*
-  See Reference [1] 6.2.12
-  "There are two ways that _PRT can be used. ...
-  In the second model, the PCI interrupts are hardwired to specific interrupt
-  inputs on the interrupt controller and are not configurable. In this case,
-  the Source field in _PRT does not reference a device, but instead contains
-  the value zero, and the Source Index field contains the global system
-  interrupt to which the PCI interrupt is hardwired."
-*/
-#define PRT_ENTRY(Address, Pin, Interrupt)                                                       \
-          Package (4) {                                                                           \
-            Address,    /* uses the same format as _ADR */                                        \
-            Pin,        /* The PCI pin number of the device (0-INTA, 1-INTB, 2-INTC, 3-INTD). */  \
-            Zero,       /* allocated from the global interrupt pool. */                           \
-            Interrupt   /* global system interrupt number */                                      \
-          }
-
-/*
-  See Reference [1] 6.1.1
-  "High word–Device #, Low word–Function #. (for example, device 3, function 2 is
-   0x00030002). To refer to all the functions on a device #, use a function number of FFFF)."
-*/
-#define ROOT_PRT_ENTRY(Pin, Interrupt)   PRT_ENTRY(0x0000FFFF, Pin, Interrupt)
-                                                    // Device 0 for Bridge.
-
-
-DefinitionBlock("SsdtPci.aml", "SSDT", 1, "ARMLTD", "ARM-JUNO", EFI_ACPI_ARM_OEM_REVISION) {
-  Scope(_SB) {
-       //
-       // PCI Root Complex
-       //
-       Device(PCI0)
-    {
-               Name(_HID, EISAID("PNP0A08")) // PCI Express Root Bridge
-               Name(_CID, EISAID("PNP0A03")) // Compatible PCI Root Bridge
-               Name(_SEG, Zero) // PCI Segment Group number
-               Name(_BBN, Zero) // PCI Base Bus Number
-
-        // Root Complex 0
-        Device (RP0) {
-            Name(_ADR, 0xF0000000)    // Dev 0, Func 0
-        }
-
-               // PCI Routing Table
-               Name(_PRT, Package() {
-                       ROOT_PRT_ENTRY(0, 168),   // INTA
-                       ROOT_PRT_ENTRY(1, 169),   // INTB
-                       ROOT_PRT_ENTRY(2, 170),   // INTC
-                       ROOT_PRT_ENTRY(3, 171),   // INTD
-               })
-        // Root complex resources
-               Method (_CRS, 0, Serialized) {
-                       Name (RBUF, ResourceTemplate () {
-                               WordBusNumber ( // Bus numbers assigned to this root
-                                       ResourceProducer,
-                                       MinFixed, MaxFixed, PosDecode,
-                                       0,   // AddressGranularity
-                                       0,   // AddressMinimum - Minimum Bus Number
-                                       255, // AddressMaximum - Maximum Bus Number
-                                       0,   // AddressTranslation - Set to 0
-                                       256  // RangeLength - Number of Busses
-                               )
-
-                               DWordMemory ( // 32-bit BAR Windows
-                                       ResourceProducer, PosDecode,
-                                       MinFixed, MaxFixed,
-                                       Cacheable, ReadWrite,
-                                       0x00000000,                                                     // Granularity
-                                       0x50000000,                                                     // Min Base Address
-                                       0x57FFFFFF,                                                     // Max Base Address
-                                       0x00000000,                                                     // Translate
-                                       0x08000000                                                              // Length
-                               )
-               
-                               QWordMemory ( // 64-bit BAR Windows
-                                       ResourceProducer, PosDecode,
-                                       MinFixed, MaxFixed,
-                                       Cacheable, ReadWrite,
-                                       0x00000000,                                                     // Granularity
-                                       0x4000000000,                                                   // Min Base Address
-                                       0x40FFFFFFFF,                                                   // Max Base Address
-                                       0x00000000,                                                     // Translate
-                                       0x100000000                                                             // Length
-                               )
-
-                               DWordIo ( // IO window
-                                       ResourceProducer,
-                                       MinFixed,
-                                       MaxFixed,
-                                       PosDecode,
-                                       EntireRange,
-                                       0x00000000,                                                     // Granularity
-                                       0x5f800000,                                                     // Min Base Address
-                                       0x5fffffff,                                                     // Max Base Address
-                                       0x5f800000,                                                     // Translate
-                                       0x00800000                                                      // Length
-                               )
-                       }) // Name(RBUF)
-                       
-                       Return (RBUF)
-               } // Method(_CRS)
-
-               //
-               // OS Control Handoff
-               //
-               Name(SUPP, Zero) // PCI _OSC Support Field value
-               Name(CTRL, Zero) // PCI _OSC Control Field value
-
-               /*
-         See [1] 6.2.10, [2] 4.5
-               */
-               Method(_OSC,4) {
-                       // Check for proper UUID
-                       If(LEqual(Arg0,ToUUID("33DB4D5B-1FF7-401C-9657-7441C03DD766"))) {
-                               // Create DWord-adressable fields from the Capabilities Buffer
-                               CreateDWordField(Arg3,0,CDW1)
-                               CreateDWordField(Arg3,4,CDW2)
-                               CreateDWordField(Arg3,8,CDW3)
-
-                               // Save Capabilities DWord2 & 3
-                               Store(CDW2,SUPP)
-                               Store(CDW3,CTRL)
-
-                               // Only allow native hot plug control if OS supports:
-                               // * ASPM
-                               // * Clock PM
-                               // * MSI/MSI-X
-                               If(LNotEqual(And(SUPP, 0x16), 0x16)) {
-                                       And(CTRL,0x1E,CTRL) // Mask bit 0 (and undefined bits)
-                               }
-
-                               // Always allow native PME, AER (no dependencies)
-
-                               // Never allow SHPC (no SHPC controller in this system)
-                               And(CTRL,0x1D,CTRL)
-
-#if 0
-                               If(LNot(And(CDW1,1))) {         // Query flag clear?
-                                       // Disable GPEs for features granted native control.
-                                       If(And(CTRL,0x01)) {    // Hot plug control granted?
-                                               Store(0,HPCE)           // clear the hot plug SCI enable bit
-                                               Store(1,HPCS)           // clear the hot plug SCI status bit
-                                       }
-                                       If(And(CTRL,0x04)) {    // PME control granted?
-                                               Store(0,PMCE)           // clear the PME SCI enable bit
-                                               Store(1,PMCS)           // clear the PME SCI status bit
-                                       }
-                                       If(And(CTRL,0x10)) {    // OS restoring PCIe cap structure?
-                                               // Set status to not restore PCIe cap structure
-                                               // upon resume from S3
-                                               Store(1,S3CR)
-                                       }
-                               }
-#endif
-
-                               If(LNotEqual(Arg1,One)) {       // Unknown revision
-                                       Or(CDW1,0x08,CDW1)
-                               }
-
-                               If(LNotEqual(CDW3,CTRL)) {      // Capabilities bits were masked
-                                       Or(CDW1,0x10,CDW1)
-                               }
-                               // Update DWORD3 in the buffer
-                               Store(CTRL,CDW3)
-                               Return(Arg3)
-                       } Else {
-                               Or(CDW1,4,CDW1) // Unrecognized UUID
-                               Return(Arg3)
-                       }
-               } // End _OSC
-    } // PCI0
-  }
-}
+/** @file\r
+  Differentiated System Description Table Fields (SSDT)\r
+\r
+  Copyright (c) 2014-2015, ARM Ltd. All rights reserved.<BR>\r
+    This program and the accompanying materials\r
+  are licensed and made available under the terms and conditions of the BSD License\r
+  which accompanies this distribution.  The full text of the license may be found at\r
+  http://opensource.org/licenses/bsd-license.php\r
+\r
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+\r
+**/\r
+\r
+#include "ArmPlatform.h"\r
+\r
+/*\r
+  See Reference [1] 6.2.12\r
+  "There are two ways that _PRT can be used. ...\r
+  In the second model, the PCI interrupts are hardwired to specific interrupt\r
+  inputs on the interrupt controller and are not configurable. In this case,\r
+  the Source field in _PRT does not reference a device, but instead contains\r
+  the value zero, and the Source Index field contains the global system\r
+  interrupt to which the PCI interrupt is hardwired."\r
+*/\r
+#define PRT_ENTRY(Address, Pin, Interrupt)                                                       \\r
+          Package (4) {                                                                           \\r
+            Address,    /* uses the same format as _ADR */                                        \\r
+            Pin,        /* The PCI pin number of the device (0-INTA, 1-INTB, 2-INTC, 3-INTD). */  \\r
+            Zero,       /* allocated from the global interrupt pool. */                           \\r
+            Interrupt   /* global system interrupt number */                                      \\r
+          }\r
+\r
+/*\r
+  See Reference [1] 6.1.1\r
+  "High word–Device #, Low word–Function #. (for example, device 3, function 2 is\r
+   0x00030002). To refer to all the functions on a device #, use a function number of FFFF)."\r
+*/\r
+#define ROOT_PRT_ENTRY(Pin, Interrupt)   PRT_ENTRY(0x0000FFFF, Pin, Interrupt)\r
+                                                    // Device 0 for Bridge.\r
+\r
+\r
+DefinitionBlock("SsdtPci.aml", "SSDT", 1, "ARMLTD", "ARM-JUNO", EFI_ACPI_ARM_OEM_REVISION) {\r
+  Scope(_SB) {\r
+       //\r
+       // PCI Root Complex\r
+       //\r
+       Device(PCI0)\r
+    {\r
+               Name(_HID, EISAID("PNP0A08")) // PCI Express Root Bridge\r
+               Name(_CID, EISAID("PNP0A03")) // Compatible PCI Root Bridge\r
+               Name(_SEG, Zero) // PCI Segment Group number\r
+               Name(_BBN, Zero) // PCI Base Bus Number\r
+\r
+        // Root Complex 0\r
+        Device (RP0) {\r
+            Name(_ADR, 0xF0000000)    // Dev 0, Func 0\r
+        }\r
+\r
+               // PCI Routing Table\r
+               Name(_PRT, Package() {\r
+                       ROOT_PRT_ENTRY(0, 168),   // INTA\r
+                       ROOT_PRT_ENTRY(1, 169),   // INTB\r
+                       ROOT_PRT_ENTRY(2, 170),   // INTC\r
+                       ROOT_PRT_ENTRY(3, 171),   // INTD\r
+               })\r
+        // Root complex resources\r
+               Method (_CRS, 0, Serialized) {\r
+                       Name (RBUF, ResourceTemplate () {\r
+                               WordBusNumber ( // Bus numbers assigned to this root\r
+                                       ResourceProducer,\r
+                                       MinFixed, MaxFixed, PosDecode,\r
+                                       0,   // AddressGranularity\r
+                                       0,   // AddressMinimum - Minimum Bus Number\r
+                                       255, // AddressMaximum - Maximum Bus Number\r
+                                       0,   // AddressTranslation - Set to 0\r
+                                       256  // RangeLength - Number of Busses\r
+                               )\r
+\r
+                               DWordMemory ( // 32-bit BAR Windows\r
+                                       ResourceProducer, PosDecode,\r
+                                       MinFixed, MaxFixed,\r
+                                       Cacheable, ReadWrite,\r
+                                       0x00000000,                                                     // Granularity\r
+                                       0x50000000,                                                     // Min Base Address\r
+                                       0x57FFFFFF,                                                     // Max Base Address\r
+                                       0x00000000,                                                     // Translate\r
+                                       0x08000000                                                              // Length\r
+                               )\r
+\r
+                               QWordMemory ( // 64-bit BAR Windows\r
+                                       ResourceProducer, PosDecode,\r
+                                       MinFixed, MaxFixed,\r
+                                       Cacheable, ReadWrite,\r
+                                       0x00000000,                                                     // Granularity\r
+                                       0x4000000000,                                                   // Min Base Address\r
+                                       0x40FFFFFFFF,                                                   // Max Base Address\r
+                                       0x00000000,                                                     // Translate\r
+                                       0x100000000                                                             // Length\r
+                               )\r
+\r
+                               DWordIo ( // IO window\r
+                                       ResourceProducer,\r
+                                       MinFixed,\r
+                                       MaxFixed,\r
+                                       PosDecode,\r
+                                       EntireRange,\r
+                                       0x00000000,                                                     // Granularity\r
+                                       0x5f800000,                                                     // Min Base Address\r
+                                       0x5fffffff,                                                     // Max Base Address\r
+                                       0x5f800000,                                                     // Translate\r
+                                       0x00800000                                                      // Length\r
+                               )\r
+                       }) // Name(RBUF)\r
+\r
+                       Return (RBUF)\r
+               } // Method(_CRS)\r
+\r
+               //\r
+               // OS Control Handoff\r
+               //\r
+               Name(SUPP, Zero) // PCI _OSC Support Field value\r
+               Name(CTRL, Zero) // PCI _OSC Control Field value\r
+\r
+               /*\r
+         See [1] 6.2.10, [2] 4.5\r
+               */\r
+               Method(_OSC,4) {\r
+                       // Check for proper UUID\r
+                       If(LEqual(Arg0,ToUUID("33DB4D5B-1FF7-401C-9657-7441C03DD766"))) {\r
+                               // Create DWord-adressable fields from the Capabilities Buffer\r
+                               CreateDWordField(Arg3,0,CDW1)\r
+                               CreateDWordField(Arg3,4,CDW2)\r
+                               CreateDWordField(Arg3,8,CDW3)\r
+\r
+                               // Save Capabilities DWord2 & 3\r
+                               Store(CDW2,SUPP)\r
+                               Store(CDW3,CTRL)\r
+\r
+                               // Only allow native hot plug control if OS supports:\r
+                               // * ASPM\r
+                               // * Clock PM\r
+                               // * MSI/MSI-X\r
+                               If(LNotEqual(And(SUPP, 0x16), 0x16)) {\r
+                                       And(CTRL,0x1E,CTRL) // Mask bit 0 (and undefined bits)\r
+                               }\r
+\r
+                               // Always allow native PME, AER (no dependencies)\r
+\r
+                               // Never allow SHPC (no SHPC controller in this system)\r
+                               And(CTRL,0x1D,CTRL)\r
+\r
+#if 0\r
+                               If(LNot(And(CDW1,1))) {         // Query flag clear?\r
+                                       // Disable GPEs for features granted native control.\r
+                                       If(And(CTRL,0x01)) {    // Hot plug control granted?\r
+                                               Store(0,HPCE)           // clear the hot plug SCI enable bit\r
+                                               Store(1,HPCS)           // clear the hot plug SCI status bit\r
+                                       }\r
+                                       If(And(CTRL,0x04)) {    // PME control granted?\r
+                                               Store(0,PMCE)           // clear the PME SCI enable bit\r
+                                               Store(1,PMCS)           // clear the PME SCI status bit\r
+                                       }\r
+                                       If(And(CTRL,0x10)) {    // OS restoring PCIe cap structure?\r
+                                               // Set status to not restore PCIe cap structure\r
+                                               // upon resume from S3\r
+                                               Store(1,S3CR)\r
+                                       }\r
+                               }\r
+#endif\r
+\r
+                               If(LNotEqual(Arg1,One)) {       // Unknown revision\r
+                                       Or(CDW1,0x08,CDW1)\r
+                               }\r
+\r
+                               If(LNotEqual(CDW3,CTRL)) {      // Capabilities bits were masked\r
+                                       Or(CDW1,0x10,CDW1)\r
+                               }\r
+                               // Update DWORD3 in the buffer\r
+                               Store(CTRL,CDW3)\r
+                               Return(Arg3)\r
+                       } Else {\r
+                               Or(CDW1,4,CDW1) // Unrecognized UUID\r
+                               Return(Arg3)\r
+                       }\r
+               } // End _OSC\r
+    } // PCI0\r
+  }\r
+}\r
index 50057c2641d790ca6480b3ab5559cb346daa7e1f..c0e3f5fc11203ed4cc41dddf4aecb6dc600f38d0 100644 (file)
   #define GTDT_GLOBAL_FLAGS             (GTDT_GLOBAL_FLAGS_MAPPED | GTDT_GLOBAL_FLAGS_LEVEL)\r
 #else\r
   #define GTDT_GLOBAL_FLAGS             (GTDT_GLOBAL_FLAGS_NOT_MAPPED | GTDT_GLOBAL_FLAGS_LEVEL)\r
-  #define SYSTEM_TIMER_BASE_ADDRESS     0xFFFFFFFFFFFFFFFF
+  #define SYSTEM_TIMER_BASE_ADDRESS     0xFFFFFFFFFFFFFFFF\r
 #endif\r
 \r
-#define GTDT_TIMER_EDGE_TRIGGERED   EFI_ACPI_5_0_GTDT_TIMER_FLAG_TIMER_INTERRUPT_MODE
-#define GTDT_TIMER_LEVEL_TRIGGERED  0 
-#define GTDT_TIMER_ACTIVE_LOW       EFI_ACPI_5_0_GTDT_TIMER_FLAG_TIMER_INTERRUPT_POLARITY
-#define GTDT_TIMER_ACTIVE_HIGH      0
+#define GTDT_TIMER_EDGE_TRIGGERED   EFI_ACPI_5_0_GTDT_TIMER_FLAG_TIMER_INTERRUPT_MODE\r
+#define GTDT_TIMER_LEVEL_TRIGGERED  0\r
+#define GTDT_TIMER_ACTIVE_LOW       EFI_ACPI_5_0_GTDT_TIMER_FLAG_TIMER_INTERRUPT_POLARITY\r
+#define GTDT_TIMER_ACTIVE_HIGH      0\r
 \r
 #define GTDT_GTIMER_FLAGS           (GTDT_TIMER_ACTIVE_LOW | GTDT_TIMER_LEVEL_TRIGGERED)\r
 \r