On 23 June 2015 at 15:39, Simon Glass <s...@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 <s...@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. _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot