summaryrefslogtreecommitdiff
path: root/src/mainboard/via
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2016-09-24 08:53:34 +0200
committerPatrick Georgi <pgeorgi@google.com>2016-09-26 13:38:46 +0200
commitb87a734771449ed06cd91621da4c893a1ad722b0 (patch)
tree9ca49309fba09071aeaab4cecc9e80ed94ca9a0e /src/mainboard/via
parent8da96e57c89860f429f1bf590c10fa364b8019d4 (diff)
downloadcoreboot-b87a734771449ed06cd91621da4c893a1ad722b0.tar.xz
mainboard/*/*/dsdt.asl: Use tabs for indents
Change-Id: Idef587d8261784e916e8d50f4336cbcfca39b9b0 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16730 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/via')
-rw-r--r--src/mainboard/via/vt8454c/dsdt.asl80
1 files changed, 40 insertions, 40 deletions
diff --git a/src/mainboard/via/vt8454c/dsdt.asl b/src/mainboard/via/vt8454c/dsdt.asl
index c4743ee102..473bc851be 100644
--- a/src/mainboard/via/vt8454c/dsdt.asl
+++ b/src/mainboard/via/vt8454c/dsdt.asl
@@ -43,7 +43,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 1, "CX700 ", "COREBOOT", 0x00000001)
/* Root of the bus hierarchy */
Scope (\_SB)
- {
+ {
/* Define how interrupt Link A is plumbed in */
Device (LNKA)
{
@@ -54,7 +54,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 1, "CX700 ", "COREBOOT", 0x00000001)
Method (_STA, 0, NotSerialized)
{
Return (0x0B)
- }
+ }
/* Current Resources - return irq set up in BIOS */
Method (_CRS, 0, NotSerialized)
@@ -71,19 +71,19 @@ DefinitionBlock ("dsdt.aml", "DSDT", 1, "CX700 ", "COREBOOT", 0x00000001)
} Else {
Return (CRSA)
}
- }
+ }
/* Possible Resources - return the range of irqs
- * we are using for PCI - only here to keep Linux ACPI
+ * we are using for PCI - only here to keep Linux ACPI
* happy
*/
Method (_PRS, 0, NotSerialized)
{
Name (PRSP, ResourceTemplate () {
IRQ (Level, ActiveLow, Shared) {3,4,6,7,10,11,12}
- })
+ })
Name (PRSA, ResourceTemplate () {
Interrupt (ResourceConsumer, Level, ActiveLow, Shared) {16,17,18,19,20,21,22,23}
- })
+ })
If (LNot (PICF)) {
Return (PRSP)
@@ -91,9 +91,9 @@ DefinitionBlock ("dsdt.aml", "DSDT", 1, "CX700 ", "COREBOOT", 0x00000001)
Return (PRSA)
}
- }
+ }
/* Set Resources - dummy function to keep Linux ACPI happy
- * Linux is more than happy not to tinker with irq
+ * Linux is more than happy not to tinker with irq
* assignments as long as the CRS and STA functions
* return good values
*/
@@ -113,7 +113,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 1, "CX700 ", "COREBOOT", 0x00000001)
Method (_STA, 0, NotSerialized)
{
Return (0x0B)
- }
+ }
/* Current Resources - return irq set up in BIOS */
Method (_CRS, 0, NotSerialized)
@@ -130,19 +130,19 @@ DefinitionBlock ("dsdt.aml", "DSDT", 1, "CX700 ", "COREBOOT", 0x00000001)
} Else {
Return (CRSA)
}
- }
+ }
/* Possible Resources - return the range of irqs
- * we are using for PCI - only here to keep Linux ACPI
+ * we are using for PCI - only here to keep Linux ACPI
* happy
*/
Method (_PRS, 0, NotSerialized)
{
Name (PRSP, ResourceTemplate () {
IRQ (Level, ActiveLow, Shared) {3,4,6,7,10,11,12}
- })
+ })
Name (PRSA, ResourceTemplate () {
Interrupt (ResourceConsumer, Level, ActiveLow, Shared) {16,17,18,19,20,21,22,23}
- })
+ })
If (LNot (PICF)) {
Return (PRSP)
@@ -150,10 +150,10 @@ DefinitionBlock ("dsdt.aml", "DSDT", 1, "CX700 ", "COREBOOT", 0x00000001)
Return (PRSA)
}
- }
+ }
/* Set Resources - dummy function to keep Linux ACPI happy
- * Linux is more than happy not to tinker with irq
+ * Linux is more than happy not to tinker with irq
* assignments as long as the CRS and STA functions
* return good values
*/
@@ -173,7 +173,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 1, "CX700 ", "COREBOOT", 0x00000001)
Method (_STA, 0, NotSerialized)
{
Return (0x0B)
- }
+ }
/* Current Resources - return irq set up in BIOS */
Method (_CRS, 0, NotSerialized)
@@ -190,19 +190,19 @@ DefinitionBlock ("dsdt.aml", "DSDT", 1, "CX700 ", "COREBOOT", 0x00000001)
} Else {
Return (CRSA)
}
- }
+ }
/* Possible Resources - return the range of irqs
- * we are using for PCI - only here to keep Linux ACPI
+ * we are using for PCI - only here to keep Linux ACPI
* happy
*/
Method (_PRS, 0, NotSerialized)
{
Name (PRSP, ResourceTemplate () {
IRQ (Level, ActiveLow, Shared) {3,4,6,7,10,11,12}
- })
+ })
Name (PRSA, ResourceTemplate () {
Interrupt (ResourceConsumer, Level, ActiveLow, Shared) {16,17,18,19,20,21,22,23}
- })
+ })
If (LNot (PICF)) {
Return (PRSP)
@@ -210,10 +210,10 @@ DefinitionBlock ("dsdt.aml", "DSDT", 1, "CX700 ", "COREBOOT", 0x00000001)
Return (PRSA)
}
- }
+ }
/* Set Resources - dummy function to keep Linux ACPI happy
- * Linux is more than happy not to tinker with irq
+ * Linux is more than happy not to tinker with irq
* assignments as long as the CRS and STA functions
* return good values
*/
@@ -233,7 +233,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 1, "CX700 ", "COREBOOT", 0x00000001)
Method (_STA, 0, NotSerialized)
{
Return (0x0B)
- }
+ }
/* Current Resources - return irq set up in BIOS */
Method (_CRS, 0, NotSerialized)
@@ -250,19 +250,19 @@ DefinitionBlock ("dsdt.aml", "DSDT", 1, "CX700 ", "COREBOOT", 0x00000001)
} Else {
Return (CRSA)
}
- }
+ }
/* Possible Resources - return the range of irqs
- * we are using for PCI - only here to keep Linux ACPI
+ * we are using for PCI - only here to keep Linux ACPI
* happy
*/
Method (_PRS, 0, NotSerialized)
{
Name (PRSP, ResourceTemplate () {
IRQ (Level, ActiveLow, Shared) {3,4,6,7,10,11,12}
- })
+ })
Name (PRSA, ResourceTemplate () {
Interrupt (ResourceConsumer, Level, ActiveLow, Shared) {16,17,18,19,20,21,22,23}
- })
+ })
If (LNot (PICF)) {
Return (PRSP)
@@ -270,10 +270,10 @@ DefinitionBlock ("dsdt.aml", "DSDT", 1, "CX700 ", "COREBOOT", 0x00000001)
Return (PRSA)
}
- }
+ }
/* Set Resources - dummy function to keep Linux ACPI happy
- * Linux is more than happy not to tinker with irq
+ * Linux is more than happy not to tinker with irq
* assignments as long as the CRS and STA functions
* return good values
*/
@@ -296,17 +296,17 @@ DefinitionBlock ("dsdt.aml", "DSDT", 1, "CX700 ", "COREBOOT", 0x00000001)
#include "acpi/irq.asl"
/* PCI Routing Table */
- Method (_PRT, 0, NotSerialized)
- {
- If (LNot (PICF))
- {
- Return (PICM)
- }
- Else
- {
- Return (APIC)
- }
- }
+ Method (_PRT, 0, NotSerialized)
+ {
+ If (LNot (PICF))
+ {
+ Return (PICM)
+ }
+ Else
+ {
+ Return (APIC)
+ }
+ }
Device (P2PB) /* PCI to PCI bridge */
{