[U-Boot] [PATCH v3 42/54] dm: Add support for RAM drivers
Simon Glass
sjg at chromium.org
Sat Jul 18 01:57:49 CEST 2015
On 23 June 2015 at 15:39, Simon Glass <sjg at chromium.org> wrote:
> 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 at chromium.org>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
> drivers/Kconfig | 2 ++
> drivers/Makefile | 1 +
> drivers/ram/Kconfig | 18 ++++++++++++++++++
> drivers/ram/Makefile | 7 +++++++
> drivers/ram/ram-uclass.c | 28 ++++++++++++++++++++++++++++
> include/dm/uclass-id.h | 1 +
> include/ram.h | 38 ++++++++++++++++++++++++++++++++++++++
> scripts/Makefile.spl | 1 +
> 8 files changed, 96 insertions(+)
> create mode 100644 drivers/ram/Kconfig
> create mode 100644 drivers/ram/Makefile
> create mode 100644 drivers/ram/ram-uclass.c
> create mode 100644 include/ram.h
Applied to u-boot-dm.
More information about the U-Boot
mailing list