]> git.baikalelectronics.ru Git - uboot.git/commit
x86: Move UCLASS_IRQ into a separate file
authorSimon Glass <sjg@chromium.org>
Sat, 7 Dec 2019 04:41:58 +0000 (21:41 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 15 Dec 2019 03:44:12 +0000 (11:44 +0800)
commitf465beb230d9d5b9ab094e9e3229384ca52bcf13
tree11bced025d38494ece97d00762fd9d0dcd568b7c
parent5f061679f0012054d0db87de290122f2e0ef8a33
x86: Move UCLASS_IRQ into a separate file

Update this uclass to support the needs of the Apollo Lake ITSS. It
supports four operations.

Move the uclass into a separate directory so that sandbox can use it too.
Add a new Kconfig to control it and enable this on x86.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/Kconfig
arch/x86/cpu/irq.c
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/irq-uclass.c [new file with mode: 0644]
include/irq.h [new file with mode: 0644]