mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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>
This commit is contained in:
parent
8da96e57c8
commit
b87a734771
23 changed files with 2304 additions and 2304 deletions
|
@ -358,7 +358,7 @@ DefinitionBlock (
|
|||
, 16,
|
||||
P3PR, 1,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#include "acpi/routing.asl"
|
||||
|
@ -432,7 +432,8 @@ DefinitionBlock (
|
|||
Name(IRQP, ResourceTemplate() {
|
||||
IRQ(Level, ActiveLow, Shared) {
|
||||
3, 4, 5, 7, 10, 11, 12, 14, 15
|
||||
}})
|
||||
}
|
||||
})
|
||||
|
||||
Device(INTA) {
|
||||
Name(_HID, EISAID("PNP0C0F"))
|
||||
|
@ -905,7 +906,6 @@ DefinitionBlock (
|
|||
Return (PS7) /* PIC Mode */
|
||||
} /* end _PRT */
|
||||
} /* end PBR7 */
|
||||
|
||||
Device(PE20) {
|
||||
Name(_ADR, 0x00150000)
|
||||
Method(_PRT,0) {
|
||||
|
|
Loading…
Add table
Reference in a new issue