]> Git Repo - u-boot.git/commit
x86: Move itss.h from Apollo Lake to the generic x86 include directory
authorWolfgang Wallner <[email protected]>
Wed, 22 Jan 2020 15:01:45 +0000 (16:01 +0100)
committerBin Meng <[email protected]>
Mon, 3 Feb 2020 17:19:28 +0000 (01:19 +0800)
commit142c9751a6cb7e2f9d18847570bc01c5e991aeeb
tree65de4b4c727627674b567ff4303a5b9b2bee0e75
parent7d53b5a4ceaf86ecfe1bee097f27b49557e7cf7a
x86: Move itss.h from Apollo Lake to the generic x86 include directory

The code in this file is not specific to Apollo Lake. According to
coreboot sources (where this code comes from), it is common to at least:
  * Apollo Lake
  * Cannon Lake
  * Ice Lake
  * Skylake

Signed-off-by: Wolfgang Wallner <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
arch/x86/cpu/apollolake/itss.c
arch/x86/include/asm/arch-apollolake/itss.h [deleted file]
arch/x86/include/asm/itss.h [new file with mode: 0644]
drivers/pinctrl/intel/pinctrl.c
This page took 0.034421 seconds and 4 git commands to generate.