[PATCH v7 05/17] x86: apl: Add ITSS driver

Bin Meng bmeng.cn at gmail.com
Sun Dec 15 01:36:52 CET 2019


On Mon, Dec 9, 2019 at 8:41 AM 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>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v7: None
> Changes in v6: None
> 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
>

applied to u-boot-x86/next, thanks!


More information about the U-Boot mailing list