[U-Boot] [PATCH v5 090/101] x86: apl: Add ITSS driver

Bin Meng bmeng.cn at gmail.com
Mon Dec 2 07:31:11 CET 2019


On Mon, Nov 25, 2019 at 12:12 PM Simon Glass <sjg at chromium.org> wrote:
>
> 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 at chromium.org>
> ---
>
> Changes in v5: None
> Changes in v4:
> - Tidy up header guards
>
> Changes in v3:
> - Add snapshot/restore for IRQs
> - Use the IRQ uclass instead of ITSS
>
> Changes in v2: None
>
>  arch/x86/cpu/apollolake/Makefile            |   1 +
>  arch/x86/cpu/apollolake/itss.c              | 214 ++++++++++++++++++++
>  arch/x86/include/asm/arch-apollolake/itss.h |  43 ++++
>  3 files changed, 258 insertions(+)
>  create mode 100644 arch/x86/cpu/apollolake/itss.c
>  create mode 100644 arch/x86/include/asm/arch-apollolake/itss.h
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list