]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/AcpiTables/Dsdt.asl
OvmfPkg/AcpiTables/Dsdt.asl: strip trailing whitespace
[mirror_edk2.git] / OvmfPkg / AcpiTables / Dsdt.asl
index 32fc3d0f72f175c337cc43c3c8d21610cbaeafe7..f7ae92b0b585bd2f1736354a94ec3baf62993191 100644 (file)
@@ -1,16 +1,16 @@
 /** @file\r
   Contains root level name space objects for the platform\r
-  \r
+\r
   Copyright (c) 2008, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials are\r
   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
+\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
 \r
 DefinitionBlock ("Dsdt.aml", "DSDT", 1, "INTEL ", "OVMF    ", 3) {\r
   //\r
@@ -55,7 +55,7 @@ DefinitionBlock ("Dsdt.aml", "DSDT", 1, "INTEL ", "OVMF    ", 3) {
           ResourceProducer,      // bit 0 of general flags is 0\r
           MinFixed,              // Range is fixed\r
           MaxFixed,              // Range is fixed\r
-          PosDecode,             \r
+          PosDecode,\r
           EntireRange,\r
           0x0000,                // Granularity\r
           0x0000,                // Min\r
@@ -68,7 +68,7 @@ DefinitionBlock ("Dsdt.aml", "DSDT", 1, "INTEL ", "OVMF    ", 3) {
           ResourceProducer,      // bit 0 of general flags is 0\r
           MinFixed,              // Range is fixed\r
           MaxFixed,              // Range is fixed\r
-          PosDecode,             \r
+          PosDecode,\r
           EntireRange,\r
           0x0000,                // Granularity\r
           0x0D00,                // Min\r
@@ -186,7 +186,7 @@ DefinitionBlock ("Dsdt.aml", "DSDT", 1, "INTEL ", "OVMF    ", 3) {
           // Shift 1 by value in register 70\r
           //\r
           ShiftLeft (Local0, And (Arg0, 0x0F), IRQW)   // Save in buffer\r
-          Return (BUF0)                                // Return Buf0 \r
+          Return (BUF0)                                // Return Buf0\r
         }\r
 \r
         //\r
@@ -222,7 +222,7 @@ DefinitionBlock ("Dsdt.aml", "DSDT", 1, "INTEL ", "OVMF    ", 3) {
           Method (_DIS, 0, NotSerialized) { PDIS (PIRA)  }\r
           Method (_CRS, 0, NotSerialized) { Return (PCRS (PIRA)) }\r
           Method (_PRS, 0, NotSerialized) { Return (PPRS) }\r
-          Method (_SRS, 1, NotSerialized) { PSRS (PIRA, Arg0) } \r
+          Method (_SRS, 1, NotSerialized) { PSRS (PIRA, Arg0) }\r
         }\r
 \r
         //\r
@@ -236,7 +236,7 @@ DefinitionBlock ("Dsdt.aml", "DSDT", 1, "INTEL ", "OVMF    ", 3) {
           Method (_DIS, 0, NotSerialized) { PDIS (PIRB) }\r
           Method (_CRS, 0, NotSerialized) { Return (PCRS (PIRB)) }\r
           Method (_PRS, 0, NotSerialized) { Return (PPRS) }\r
-          Method (_SRS, 1, NotSerialized) { PSRS (PIRB, Arg0) } \r
+          Method (_SRS, 1, NotSerialized) { PSRS (PIRB, Arg0) }\r
         }\r
 \r
         //\r
@@ -250,7 +250,7 @@ DefinitionBlock ("Dsdt.aml", "DSDT", 1, "INTEL ", "OVMF    ", 3) {
           Method (_DIS, 0, NotSerialized) { PDIS (PIRC) }\r
           Method (_CRS, 0, NotSerialized) { Return (PCRS (PIRC)) }\r
           Method (_PRS, 0, NotSerialized) { Return (PPRS) }\r
-          Method (_SRS, 1, NotSerialized) { PSRS (PIRC, Arg0) } \r
+          Method (_SRS, 1, NotSerialized) { PSRS (PIRC, Arg0) }\r
         }\r
 \r
         //\r
@@ -264,9 +264,9 @@ DefinitionBlock ("Dsdt.aml", "DSDT", 1, "INTEL ", "OVMF    ", 3) {
           Method (_DIS, 0, NotSerialized) { PDIS (PIRD) }\r
           Method (_CRS, 0, NotSerialized) { Return (PCRS (PIRD)) }\r
           Method (_PRS, 0, NotSerialized) { Return (PPRS) }\r
-          Method (_SRS, 1, NotSerialized) { PSRS (PIRD, Arg0) } \r
+          Method (_SRS, 1, NotSerialized) { PSRS (PIRD, Arg0) }\r
         }\r
-        \r
+\r
         //\r
         // Programmable Interrupt Controller (PIC)\r
         //\r
@@ -281,10 +281,10 @@ DefinitionBlock ("Dsdt.aml", "DSDT", 1, "INTEL ", "OVMF    ", 3) {
         }\r
 \r
         //\r
-        // ISA DMA \r
+        // ISA DMA\r
         //\r
         Device (DMAC) {\r
-          Name (_HID, EISAID ("PNP0200")) \r
+          Name (_HID, EISAID ("PNP0200"))\r
           Name (_CRS, ResourceTemplate () {\r
             IO (Decode16, 0x00, 0x00, 0, 0x10)\r
             IO (Decode16, 0x81, 0x81, 0, 0x03)\r
@@ -377,7 +377,7 @@ DefinitionBlock ("Dsdt.aml", "DSDT", 1, "INTEL ", "OVMF    ", 3) {
         //\r
         // PS/2 Keyboard and PC/AT Enhanced Keyboard 101/102\r
         //\r
-        Device (PS2K) {  \r
+        Device (PS2K) {\r
           Name (_HID, EISAID ("PNP0303"))\r
           Name (_CID, EISAID ("PNP030B"))\r
           Name(_CRS,ResourceTemplate() {\r