]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: Add support for RAM drivers
authorSimon Glass <sjg@chromium.org>
Tue, 23 Jun 2015 21:39:04 +0000 (15:39 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:48:53 +0000 (13:48 +0200)
commit31539cfec10b2cab3e526521d297ab23a12973db
tree01ca997c1b987ee5cd305675c674569137838e42
parent6658d0164910c38d2d36bea245e495d2f0481193
dm: Add support for RAM drivers

Add support for a driver which sets up DRAM and can return information about
the amount of RAM available. This is a first step towards moving RAM init
to driver model.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/Kconfig
drivers/Makefile
drivers/ram/Kconfig [new file with mode: 0644]
drivers/ram/Makefile [new file with mode: 0644]
drivers/ram/ram-uclass.c [new file with mode: 0644]
include/dm/uclass-id.h
include/ram.h [new file with mode: 0644]
scripts/Makefile.spl