common: Move older CPU functions to their own header
authorSimon Glass <sjg@chromium.org>
Thu, 14 Nov 2019 19:57:09 +0000 (12:57 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 2 Dec 2019 23:23:06 +0000 (18:23 -0500)
commit62f9b654472888dc46feea74f95edb837f49333a
tree2ba027312db362b0680f990fd5d55c3508e3fb51
parentdd38416d6b354acb5d12e2bd1fd45e7e63b8a605
common: Move older CPU functions to their own header

These should be moved to driver model, but in the meantime, move them
out of the common header to help reduce its size.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
README
arch/arm/cpu/armv8/fsl-layerscape/mp.c
arch/arm/mach-imx/mx6/mp.c
arch/arm/mach-zynqmp/mp.c
arch/powerpc/cpu/mpc85xx/cpu.c
arch/powerpc/cpu/mpc85xx/mp.c
arch/powerpc/cpu/mpc86xx/mp.c
cmd/mp.c
include/common.h
include/cpu_func.h [new file with mode: 0644]