]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitf16efd55d7672b24c926826bce79b305d5eb3383
tree6498222d45f3cb1c6fb39b47b9cd0186884e9e46
parent9562abc8775904c2f1d84bb136f99b7ba34089d2
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]