x86: apl: Add ITSS driver
authorSimon Glass <sjg@chromium.org>
Mon, 9 Dec 2019 00:40:08 +0000 (17:40 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 15 Dec 2019 03:44:27 +0000 (11:44 +0800)
commit3a02f699fa82d1c79654b1f0f48a7e296669d65d
tree6009336dcba7efac04ecf0f8082285eab200ffaf
parente5fb75c9ba7425a115362cf3594aa27d4869bbc4
x86: apl: Add ITSS driver

This driver models some sort of interrupt thingy but there are so many
abreviations that I cannot find out what it stands for. Possibly something
to do with interrupts.

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