| commit | e85cbe8b34147126cdd5dab09f4c745157f6083c | [log] [tgz] |
|---|---|---|
| author | Simon Glass <sjg@chromium.org> | Thu Feb 06 09:55:01 2020 -0700 |
| committer | Bin Meng <bmeng.cn@gmail.com> | Fri Feb 07 22:46:35 2020 +0800 |
| tree | c10d0fddb089e0a89e446b4dc33d770c2ec55a68 | |
| parent | 025543554c36615a66d66c154f3f763ac788ee15 [diff] |
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>