On Mon, Nov 25, 2019 at 12:12 PM Simon Glass <[email protected]> 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 <[email protected]> > --- > > 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 <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

