commit | ff418d940b67b31bd67aceb88b877f925112a6be | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Dec 06 21:41:58 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Dec 15 11:44:12 2019 +0800 |
tree | 11bced025d38494ece97d00762fd9d0dcd568b7c | |
parent | 937bb475019fcd070ac4c7bc58f710f650e2c9ea [diff] |
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>