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:
committed by
Patrick Georgi
parent
8da96e57c8
commit
b87a734771
@@ -432,7 +432,8 @@ DefinitionBlock (
|
|||||||
Name(IRQP, ResourceTemplate() {
|
Name(IRQP, ResourceTemplate() {
|
||||||
IRQ(Level, ActiveLow, Shared) {
|
IRQ(Level, ActiveLow, Shared) {
|
||||||
3, 4, 5, 7, 10, 11, 12, 14, 15
|
3, 4, 5, 7, 10, 11, 12, 14, 15
|
||||||
}})
|
}
|
||||||
|
})
|
||||||
|
|
||||||
Device(INTA) {
|
Device(INTA) {
|
||||||
Name(_HID, EISAID("PNP0C0F"))
|
Name(_HID, EISAID("PNP0C0F"))
|
||||||
@@ -905,7 +906,6 @@ DefinitionBlock (
|
|||||||
Return (PS7) /* PIC Mode */
|
Return (PS7) /* PIC Mode */
|
||||||
} /* end _PRT */
|
} /* end _PRT */
|
||||||
} /* end PBR7 */
|
} /* end PBR7 */
|
||||||
|
|
||||||
Device(PE20) {
|
Device(PE20) {
|
||||||
Name(_ADR, 0x00150000)
|
Name(_ADR, 0x00150000)
|
||||||
Method(_PRT,0) {
|
Method(_PRT,0) {
|
||||||
|
Reference in New Issue
Block a user