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:
Kyösti Mälkki 2021-02-13 23:52:31 +02:00
parent ff9ba54ce1
commit c8d7c4834a
18 changed files with 10 additions and 27 deletions

View 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"

View File

@ -47,5 +47,6 @@ DefinitionBlock (
#include "acpi/sleep.asl"
#include "acpi/gpe.asl"
#include "acpi/usb_oc.asl"
}
/* End of ASL file */

View 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"

View File

@ -47,5 +47,6 @@ DefinitionBlock (
#include "acpi/sleep.asl"
#include "acpi/gpe.asl"
#include "acpi/usb_oc.asl"
}
/* End of ASL file */

View 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"

View File

@ -47,5 +47,6 @@ DefinitionBlock (
#include "acpi/sleep.asl"
#include "acpi/gpe.asl"
#include "acpi/usb_oc.asl"
}
/* End of ASL file */

View 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"

View File

@ -47,5 +47,6 @@ DefinitionBlock (
#include "acpi/sleep.asl"
#include "acpi/gpe.asl"
#include "acpi/usb_oc.asl"
}
/* End of ASL file */

View File

@ -52,6 +52,3 @@ Scope(\_GPE) { /* Start Scope GPE */
}
} /* End Scope GPE */
/* Contains the GPEs for USB overcurrent */
#include "usb_oc.asl"

View File

@ -43,5 +43,6 @@ DefinitionBlock (
#include "acpi/sleep.asl"
#include "acpi/gpe.asl"
#include "acpi/usb_oc.asl"
}
/* End of ASL file */

View 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"

View File

@ -47,5 +47,6 @@ DefinitionBlock (
#include "acpi/sleep.asl"
#include "acpi/gpe.asl"
#include "acpi/usb_oc.asl"
}
/* End of ASL file */

View 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"

View File

@ -41,5 +41,6 @@ DefinitionBlock (
#include "acpi/sleep.asl"
#include "acpi/gpe.asl"
#include "acpi/usb_oc.asl"
}
/* End of ASL file */

View 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"

View File

@ -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 */

View 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"

View File

@ -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"