]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: Move priv/plat structs for intel_common to headers
authorSimon Glass <sjg@chromium.org>
Sat, 19 Dec 2020 17:39:58 +0000 (10:39 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:24:41 +0000 (12:24 -0700)
commitf6257f7914858cd99219feb3185c679137857b60
tree7fc87dd2f5c8d0411434911a04bf4ff75c5b8c66
parent366c4eb4b5df420de3cc32be3089bef68a883d97
x86: Move priv/plat structs for intel_common to headers

With the new of-platdata, these need to be available to dt_platdata.c
so must be in header files. Move them.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/intel_common/itss.c
arch/x86/cpu/intel_common/p2sb.c
arch/x86/include/asm/itss.h
arch/x86/include/asm/p2sb.h [new file with mode: 0644]