AGESA fam14 boards: Move include for usb_oc.asl
Do this for consistency with later platforms. Change-Id: Ia4903b40a8f617c59868aaa116115fa23603438c Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50645 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
ff9ba54ce1
commit
c8d7c4834a
|
@ -50,6 +50,3 @@ Scope(\_GPE) { /* Start Scope GPE */
|
|||
Notify(\_SB.PCI0.AZHD, 0x02) /* NOTIFY_DEVICE_WAKE */
|
||||
}
|
||||
} /* End Scope GPE */
|
||||
|
||||
/* Contains the GPEs for USB overcurrent */
|
||||
#include "usb_oc.asl"
|
||||
|
|
|
@ -47,5 +47,6 @@ DefinitionBlock (
|
|||
#include "acpi/sleep.asl"
|
||||
|
||||
#include "acpi/gpe.asl"
|
||||
#include "acpi/usb_oc.asl"
|
||||
}
|
||||
/* End of ASL file */
|
||||
|
|
|
@ -50,6 +50,3 @@ Scope(\_GPE) { /* Start Scope GPE */
|
|||
Notify(\_SB.PCI0.AZHD, 0x02) /* NOTIFY_DEVICE_WAKE */
|
||||
}
|
||||
} /* End Scope GPE */
|
||||
|
||||
/* Contains the GPEs for USB overcurrent */
|
||||
#include "usb_oc.asl"
|
||||
|
|
|
@ -47,5 +47,6 @@ DefinitionBlock (
|
|||
#include "acpi/sleep.asl"
|
||||
|
||||
#include "acpi/gpe.asl"
|
||||
#include "acpi/usb_oc.asl"
|
||||
}
|
||||
/* End of ASL file */
|
||||
|
|
|
@ -50,6 +50,3 @@ Scope(\_GPE) { /* Start Scope GPE */
|
|||
Notify(\_SB.PCI0.AZHD, 0x02) /* NOTIFY_DEVICE_WAKE */
|
||||
}
|
||||
} /* End Scope GPE */
|
||||
|
||||
/* Contains the GPEs for USB overcurrent */
|
||||
#include "usb_oc.asl"
|
||||
|
|
|
@ -47,5 +47,6 @@ DefinitionBlock (
|
|||
#include "acpi/sleep.asl"
|
||||
|
||||
#include "acpi/gpe.asl"
|
||||
#include "acpi/usb_oc.asl"
|
||||
}
|
||||
/* End of ASL file */
|
||||
|
|
|
@ -50,6 +50,3 @@ Scope(\_GPE) { /* Start Scope GPE */
|
|||
Notify(\_SB.PCI0.AZHD, 0x02) /* NOTIFY_DEVICE_WAKE */
|
||||
}
|
||||
} /* End Scope GPE */
|
||||
|
||||
/* Contains the GPEs for USB overcurrent */
|
||||
#include "usb_oc.asl"
|
||||
|
|
|
@ -47,5 +47,6 @@ DefinitionBlock (
|
|||
#include "acpi/sleep.asl"
|
||||
|
||||
#include "acpi/gpe.asl"
|
||||
#include "acpi/usb_oc.asl"
|
||||
}
|
||||
/* End of ASL file */
|
||||
|
|
|
@ -52,6 +52,3 @@ Scope(\_GPE) { /* Start Scope GPE */
|
|||
}
|
||||
|
||||
} /* End Scope GPE */
|
||||
|
||||
/* Contains the GPEs for USB overcurrent */
|
||||
#include "usb_oc.asl"
|
||||
|
|
|
@ -43,5 +43,6 @@ DefinitionBlock (
|
|||
#include "acpi/sleep.asl"
|
||||
|
||||
#include "acpi/gpe.asl"
|
||||
#include "acpi/usb_oc.asl"
|
||||
}
|
||||
/* End of ASL file */
|
||||
|
|
|
@ -51,6 +51,3 @@ Scope(\_GPE) { /* Start Scope GPE */
|
|||
Notify(\_SB.PCI0.AZHD, 0x02) /* NOTIFY_DEVICE_WAKE */
|
||||
}
|
||||
} /* End Scope GPE */
|
||||
|
||||
/* Contains the GPEs for USB overcurrent */
|
||||
#include "usb_oc.asl"
|
||||
|
|
|
@ -47,5 +47,6 @@ DefinitionBlock (
|
|||
#include "acpi/sleep.asl"
|
||||
|
||||
#include "acpi/gpe.asl"
|
||||
#include "acpi/usb_oc.asl"
|
||||
}
|
||||
/* End of ASL file */
|
||||
|
|
|
@ -51,6 +51,3 @@ Scope(\_GPE) { /* Start Scope GPE */
|
|||
Notify(\_SB.PCI0.AZHD, 0x02) /* NOTIFY_DEVICE_WAKE */
|
||||
}
|
||||
} /* End Scope GPE */
|
||||
|
||||
/* Contains the GPEs for USB overcurrent */
|
||||
#include "usb_oc.asl"
|
||||
|
|
|
@ -41,5 +41,6 @@ DefinitionBlock (
|
|||
#include "acpi/sleep.asl"
|
||||
|
||||
#include "acpi/gpe.asl"
|
||||
#include "acpi/usb_oc.asl"
|
||||
}
|
||||
/* End of ASL file */
|
||||
|
|
|
@ -51,6 +51,3 @@ Scope(\_GPE) { /* Start Scope GPE */
|
|||
Notify(\_SB.PCI0.AZHD, 0x02) /* NOTIFY_DEVICE_WAKE */
|
||||
}
|
||||
} /* End Scope GPE */
|
||||
|
||||
/* Contains the GPEs for USB overcurrent */
|
||||
#include "usb_oc.asl"
|
||||
|
|
|
@ -41,6 +41,8 @@ DefinitionBlock (
|
|||
#include "acpi/sleep.asl"
|
||||
|
||||
#include "acpi/gpe.asl"
|
||||
#include "acpi/usb_oc.asl"
|
||||
|
||||
#include "acpi/superio.asl"
|
||||
}
|
||||
/* End of ASL file */
|
||||
|
|
|
@ -51,6 +51,3 @@ Scope(\_GPE) { /* Start Scope GPE */
|
|||
Notify(\_SB.PCI0.AZHD, 0x02) /* NOTIFY_DEVICE_WAKE */
|
||||
}
|
||||
} /* End Scope GPE */
|
||||
|
||||
/* Contains the GPEs for USB overcurrent */
|
||||
#include "usb_oc.asl"
|
||||
|
|
|
@ -41,6 +41,7 @@ DefinitionBlock (
|
|||
#include "acpi/sleep.asl"
|
||||
|
||||
#include "acpi/gpe.asl"
|
||||
#include "acpi/usb_oc.asl"
|
||||
|
||||
/* Contains the GPIO led and button setup for this board */
|
||||
#include "acpi/buttons.asl"
|
||||
|
|
Loading…
Reference in New Issue