Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tpm: cr50: Use the correct GPIO binding | Simon Glass | 2020-04-16 | 1 | -1/+1 |
| | | | | | | | This device should use ready-gpios rather than ready-gpio. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> | ||||
* | x86: Add support for ACPI general-purpose events | Simon Glass | 2020-02-07 | 1 | -0/+30 |
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> |