x86: Move itss.c from Apollo Lake to a more generic location
authorWolfgang Wallner <wolfgang.wallner@br-automation.com>
Wed, 22 Jan 2020 15:01:46 +0000 (16:01 +0100)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 4 Feb 2020 04:01:08 +0000 (12:01 +0800)
commit43709fa0888cc80648939ae1588307334e6cc267
tree8f587cbcb546c4a41ce79d912b8b184d04899859
parent142c9751a6cb7e2f9d18847570bc01c5e991aeeb
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: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
[bmeng: conditionally build itss.c]
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/apollolake/Makefile
arch/x86/cpu/intel_common/Makefile
arch/x86/cpu/intel_common/itss.c [moved from arch/x86/cpu/apollolake/itss.c with 100% similarity]