Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | dm: test: Add a test for the ram uclass | Simon Glass | 2015-07-21 | -0/+1 |
| | | | | | | | Add a test to confirm that we can probe this device and get information on the available RAM. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
* | dm: Add support for RAM drivers | Simon Glass | 2015-07-21 | -0/+7 |
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> |