x86: Add support for ACPI general-purpose events
ACPI GPEs are used to signal interrupts from peripherals that are accessed via ACPI. In U-Boot these are modelled as interrupts using a separate interrupt controller. Configuration is via the device tree. Add a simple driver for this. Signed-off-by:Simon Glass <sjg@chromium.org> Reviewed-by:
Bin Meng <bmeng.cn@gmail.com>
Showing
- arch/x86/Kconfig 33 additions, 0 deletionsarch/x86/Kconfig
- arch/x86/cpu/Makefile 1 addition, 0 deletionsarch/x86/cpu/Makefile
- arch/x86/cpu/acpi_gpe.c 85 additions, 0 deletionsarch/x86/cpu/acpi_gpe.c
- doc/device-tree-bindings/interrupt-controller/intel,acpi-gpe.txt 30 additions, 0 deletions...ice-tree-bindings/interrupt-controller/intel,acpi-gpe.txt
Loading
Please register or sign in to comment