Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | ram: rename CONFIG_SPL_RAM_SUPPORT to CONFIG_SPL_RAM | Masahiro Yamada | 2015-08-18 | -1/+1 |
| | | | | | | Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org> | |||
* | dm: Add support for RAM drivers | Simon Glass | 2015-07-21 | -0/+18 |
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> |