summaryrefslogtreecommitdiffstats
path: root/drivers/ram
Commit message (Expand)AuthorAgeFilesLines
* riscv: sifive: Rename fu540 board to unleashedBin Meng2021-04-081-1/+1
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-029-0/+9
* ram: aspeed: Add AST2600 DRAM control supportDylan Hung2021-01-183-2/+1123
* ram: k3-j721e: rename BIT_MASK()Heinrich Schuchardt2021-01-162-15/+19
* ram: stm32mp1: migrate trace to dev or log macroPatrick Delaunay2021-01-135-104/+117
* ram: stm32: migrate trace to log macroPatrick Delaunay2021-01-131-4/+6
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-136-27/+22
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-1310-20/+20
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-139-30/+30
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-1310-10/+10
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-1320-28/+28
* Merge tag 'u-boot-rockchip-20201031' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2020-10-302-0/+29
|\
| * ram: rockchip: px30: add a config-based ddr selectionHeiko Stuebner2020-10-302-0/+29
* | common: rename getc() to getchar()Heinrich Schuchardt2020-10-221-1/+1
* | ram: imxrt: Include device_compat.hSean Anderson2020-10-151-0/+1
* | ram: add ddr4 dual x8 configurationDylan Hung2020-10-083-1/+12
* | ram: move aspeed ram driver into drivers/ directoryDylan Hung2020-10-083-0/+443
|/
* ram: octeon: Add MIPS Octeon3 DDR4 support (part 3/3)Aaron Williams2020-10-075-0/+435
* ram: octeon: Add MIPS Octeon3 DDR4 support (part 2/3)Aaron Williams2020-10-071-0/+11030
* ram: octeon: Add MIPS Octeon3 DDR4 support (part 1/3)Aaron Williams2020-10-071-0/+2728
* ram: sifive: Remove regmap dependencyBin Meng2020-09-301-9/+3
* ram: sifive: Check return value on clk_enable()Bin Meng2020-09-301-0/+5
* ram: sifive: Fix compiler warnings for 32-bitBin Meng2020-08-251-2/+2
* ram: k3-j721e: Relax version checks for memory controllerLokesh Vutla2020-08-111-15/+1
* ti: am654: Drop duplicate dm.h inclusionSimon Glass2020-08-031-1/+0
* ram: sifive: Avoid using hardcoded ram base and sizeBin Meng2020-07-241-15/+15
* rockchip: ram: fix debug funcfion define when RAM_ROCKCHIP_DEBUG not setKever Yang2020-07-221-0/+13
* ram: rk3399: Mark existing prints via RAM_ROCKCHIP_DEBUGJagan Teki2020-07-221-4/+8
* ram: rk3399: Drop debug stride in driverJagan Teki2020-07-221-25/+0
* dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano2020-07-091-1/+1
* drivers: rename drivers to match compatible stringWalter Lozano2020-07-094-4/+4
* ram: stm32mp1: add size and addr parameter to test allPatrick Delaunay2020-07-071-3/+44
* ram: stm32mp1: use the DDR size by default in the test addressBusPatrick Delaunay2020-07-071-1/+2
* ram: stm32mp1: add parameter addr in test FrequencySelectivePatternPatrick Delaunay2020-07-071-6/+7
* ram: stm32mp1: protect minimum value in get_bufsizePatrick Delaunay2020-07-071-18/+19
* sifive: fu540: add ddr driverPragnesh Patel2020-06-045-0/+432
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-188-0/+8
* common: Drop linux/delay.h from common headerSimon Glass2020-05-1814-0/+14
* common: Drop log.h from common headerSimon Glass2020-05-1817-0/+17
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-5/+6
* common: Drop init.h from common headerSimon Glass2020-05-188-0/+8
* common: Drop net.h from common headerSimon Glass2020-05-182-0/+2
* ram: stm32mp1: Add support for multiple configsMarek Vasut2020-05-141-5/+28
* configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOTPatrick Delaunay2020-04-151-1/+1
* ram: stm32mp1: the property st, phy-cal becomes optionalPatrick Delaunay2020-03-244-16/+51
* ram: stm32mp1: reduce delay after BIST reset for tuningPatrick Delaunay2020-03-241-1/+1
* ram: stm32mp1_ddr: fix self refresh disable during DQS trainingPatrick Delaunay2020-03-242-1/+5
* ram: stm32mp1: update BIST config for tuningPatrick Delaunay2020-03-241-9/+142
* ram: stm32mp1: tuning: deactivate derating during BIST testPatrick Delaunay2020-03-241-0/+15
* ram: stm32mp1: tuning: add timeout for polling BISTGSR.BDDONEPatrick Delaunay2020-03-241-20/+25