Skip to content
Snippets Groups Projects
Commit 43709fa0 authored by Wolfgang Wallner's avatar Wolfgang Wallner Committed by Bin Meng
Browse files

x86: Move itss.c from Apollo Lake to a more generic location


The Interrupt Timer Subsystem (ITSS) is not specific to Apollo Lake, so
move it to a common location within arch/x86.

Signed-off-by: default avatarWolfgang Wallner <wolfgang.wallner@br-automation.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
[bmeng: conditionally build itss.c]
Signed-off-by: default avatarBin Meng <bmeng.cn@gmail.com>
parent 142c9751
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,6 @@ obj-y += fsp_s.o
endif
obj-y += hostbridge.o
obj-y += itss.o
obj-y += lpc.o
obj-y += p2sb.o
obj-y += pch.o
......
......@@ -27,6 +27,9 @@ obj-y += microcode.o
endif
endif
obj-y += pch.o
ifdef CONFIG_INTEL_APOLLOLAKE
obj-y += itss.o
endif
ifdef CONFIG_SPL
ifndef CONFIG_SPL_BUILD
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment