summaryrefslogtreecommitdiffstats
path: root/drivers/ram
Commit message (Expand)AuthorAgeFilesLines
* rockchip: rk3368: adjust DMC driver for 32/64bit-aware OF_PLATDATAPhilipp Tomsich2017-09-181-9/+2
* ram: kconfig: s/SPL/TPL/ in TPL_RAM help textJagan Teki2017-08-261-1/+1
* rockchip: rk3368: add DRAM controller driver with DRAM initialisationPhilipp Tomsich2017-08-133-0/+1016
* spl: dm: Kconfig: introduce TPL_RAM (in analogy to SPL_RAM)Philipp Tomsich2017-08-131-0/+9
* spl: dm: Kconfig: SPL_RAM depends on SPL_DMPhilipp Tomsich2017-08-131-1/+1
* ram: stm32: add stm32h7 supportPatrice Chotard2017-07-261-1/+24
* ram: stm32: add second SDRAM bank managementPatrice Chotard2017-07-261-73/+142
* ram: stm32: replace fdtdec_get by ofnode callsPatrice Chotard2017-07-261-36/+47
* ram: stm32: get base address from DTPatrice Chotard2017-07-261-28/+64
* ram: stm32: migrate fmc defines in driver filePatrice Chotard2017-07-261-1/+58
* drivers: ram: stm32: fix compilation issuePatrice Chotard2017-06-051-1/+1
* dm: core: Replace of_offset with accessor (part 2)Simon Glass2017-06-011-1/+1
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* dm: Use dm.h header when driver mode is usedSimon Glass2017-06-011-1/+1
* dm: ram: bmips: add BCM6338/BCM6348 supportÁlvaro Fernández Rojas2017-05-311-0/+31
* dm: ram: bmips: split bcm6358_get_ram_sizeÁlvaro Fernández Rojas2017-05-311-10/+13
* dm: ram: remove unneeded brcm,bcm63268-mc idÁlvaro Fernández Rojas2017-05-121-5/+1
* ram: add RAM driver for Broadcom MIPS SoCsÁlvaro Fernández Rojas2017-05-102-0/+127
* stm32f7: sdram: correct sdram configuration as per micron sdramVikas Manocha2017-05-081-39/+16
* stm32f7: stm32f746-disco: read memory info from device treeVikas Manocha2017-05-081-1/+0
* stm32f7: sdram: use sdram device tree node to configure sdram controllerVikas Manocha2017-05-081-53/+91
* stm32f7: use clock driver to enable sdram controller clockVikas Manocha2017-05-081-0/+15
* stm32f7: dm: add driver model support for sdramVikas Manocha2017-05-081-0/+31
* stm32f7: sdram: move sdram driver code to ram drivers areaVikas Manocha2017-05-083-0/+128
* ram: rename CONFIG_SPL_RAM_SUPPORT to CONFIG_SPL_RAMMasahiro Yamada2015-08-181-1/+1
* dm: test: Add a test for the ram uclassSimon Glass2015-07-212-0/+39
* dm: Add support for RAM driversSimon Glass2015-07-213-0/+53