]> git.baikalelectronics.ru Git - uboot.git/commit
ram: Add driver for MPC83xx
authorMario Six <mario.six@gdsys.cc>
Mon, 6 Aug 2018 08:23:30 +0000 (10:23 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 18 Sep 2018 06:01:18 +0000 (00:01 -0600)
commit7918c077a2fe57d5a7a4c8944106b9d8507ba3f0
tree8654ebc0d143eed7c33e69db4b2a584e44359570
parentab93287401e2aebe58405f20ef9792ecf163ac2a
ram: Add driver for MPC83xx

Add a RAM driver for the MPC83xx architecture.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Documentation/devicetree/bindings/ram/fsl,mpc83xx-mem-controller.txt [new file with mode: 0644]
MAINTAINERS
arch/powerpc/cpu/mpc83xx/spd_sdram.c
drivers/ram/Kconfig
drivers/ram/Makefile
drivers/ram/mpc83xx_sdram.c [new file with mode: 0644]
include/dt-bindings/memory/mpc83xx-sdram.h [new file with mode: 0644]
include/mpc83xx.h