cpu: Add MPC83xx CPU driver
authorMario Six <mario.six@gdsys.cc>
Mon, 6 Aug 2018 08:23:45 +0000 (10:23 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 18 Sep 2018 14:12:21 +0000 (08:12 -0600)
commit19fbdca47b3d847824ada3ab2ed575019c88516e
tree6498222d45f3cb1c6fb39b47b9cd0186884e9e46
parentfa44b53398d3a7f5ed28cb83493a70cde11f8188
cpu: Add MPC83xx CPU driver

Add a CPU driver for the MPC83xx architecture.

Signed-off-by: Mario Six <mario.six@gdsys.cc>
Documentation/devicetree/bindings/cpu/fsl,mpc83xx.txt [new file with mode: 0644]
MAINTAINERS
arch/powerpc/cpu/mpc83xx/cpu.c
arch/powerpc/cpu/mpc83xx/cpu_init.c
arch/powerpc/include/asm/processor.h
drivers/cpu/Kconfig
drivers/cpu/Makefile
drivers/cpu/mpc83xx_cpu.c [new file with mode: 0644]
drivers/cpu/mpc83xx_cpu.h [new file with mode: 0644]