summaryrefslogtreecommitdiff
path: root/drivers/ddr
AgeCommit message (Expand)AuthorFilesLines
2019-08-26ddr, fsl: add DM_I2C supportHeiko Schocher1-43/+76
2019-08-22boards: lx2160a: Add support of I2C driver modelChuanhua Han1-1/+35
2019-08-11env: Move env_get_f() to env.hSimon Glass3-0/+3
2019-07-21dm: ddr: socfpga: fix gen5 ddr driver to not use bssSimon Goldschmidt2-642/+740
2019-05-21mpc83xx: Get rid of CONFIG_SYS_DDR_SDRAM_BASEMario Six1-0/+4
2019-05-06arm: socfpga: Move Stratix 10 SDRAM driver to DMLey Foon Tan3-77/+360
2019-05-06ddr: altera: Compile ALTERA SDRAM in SPL onlyLey Foon Tan2-3/+4
2019-04-25ddr: imx8m: hide i.MX8M DDR options from device driver entryPeng Fan1-0/+4
2019-04-17ddr: altera: Stratix10: Add ECC memory scrubbingLey Foon Tan1-0/+81
2019-04-17ddr: altera: Stratix10: Add multi-banks DRAM size checkLey Foon Tan1-5/+41
2019-04-17ddr: altera: stratix10: Move SDRAM size check to SDRAM driverLey Foon Tan1-0/+15
2019-04-17arm: socfpga: move gen5 SDR driver to DMSimon Goldschmidt4-16/+173
2019-04-12arm: mvebu: Add Marvell's integrated CPUsChris Packham1-0/+4
2019-03-19mv_ddr: ddr3: only use active chip-selects when tuning ODTChris Packham1-1/+2
2019-03-19mv_ddr: ddr3: fix tRAS timimg parameterChris Packham1-4/+4
2019-03-10ddr: socfpga: Clean up ddr_setup()Marek Vasut1-28/+15
2019-03-10ddr: socfpga: Clean up EMIF resetMarek Vasut1-26/+7
2019-03-10ddr: socfpga: Fix EMIF clear timeoutMarek Vasut1-14/+11
2019-03-09ddr: socfpga: Fix newline in debug print on A10Marek Vasut1-1/+1
2019-03-09ddr: socfpga: Fix IO in Arria10 DDR driverMarek Vasut1-3/+3
2019-03-03configs: fsl: move DDR specific defines to KconfigRajesh Bhagat1-0/+12
2019-02-19drivers/ddr/fsl: Update fsl_ddr_board_options as weak functionPriyanka Jain1-3/+6
2019-01-01drivers: ddr: introduce DDR driver for i.MX8MPeng Fan10-0/+1510
2018-12-11Merge tag 'fsl-qoriq-for-v2019.01-rc2' of git://git.denx.de/u-boot-fsl-qoriqTom Rini1-0/+1
2018-12-10ARM: mvebu: restore license information in mv_ddr_plat.{c,h}Chris Packham2-0/+9
2018-12-08ARM: mvebu: a38x: sync ddr training code with mv_ddr-armada-18.09.02Chris Packham31-1254/+1156
2018-12-07armv8: lx2160a: Add LX2160A SoC SupportPriyanka Jain1-0/+1
2018-09-15socfpga: stratix10: fix sdram_calculate_sizeDalon Westergreen1-2/+2
2018-07-26drivers/ddr/fsl: fix '__hwconfig without a buffer' messagesJeremy Gebben1-8/+6
2018-07-12ddr: altera: Add ECC DRAM scrubbing support for Arria10Marek Vasut1-0/+27
2018-07-12ddr: altera: Drop custom dram_bank_mmu_setup() on Arria10Marek Vasut1-25/+0
2018-07-12ddr: altera: stratix10: Add DDR support for Stratix10 SoCLey Foon Tan2-0/+389
2018-05-20SPDX: Fixup SPDX tags in a few new filesTom Rini1-2/+1
2018-05-18configs: Add DDR Kconfig support for Arria 10Tien Fong Chee1-1/+1
2018-05-18ARM: socfpga: Add DDR driver for Arria 10Tien Fong Chee2-0/+742
2018-05-18ARM: socfpga: Rename the gen5 sdram driver to more specific nameTien Fong Chee2-1/+1
2018-05-15ARM: mvebu: a38x: Add missing SPDX license identfierChris Packham1-1/+3
2018-05-14ARM: mvebu: a38x: use non-zero size for ddr scrubbingChris Packham3-1/+5
2018-05-14ARM: mvebu: a38x: restore support for setting timingChris Packham4-5/+17
2018-05-14ARM: mvebu: a38x: sync ddr training code with upstreamChris Packham51-5087/+7879
2018-05-14ARM: mvebu: a38x: remove some unused codeChris Packham7-794/+0
2018-05-14ARM: mvebu: a38x: move sys_env_device_rev_getChris Packham1-24/+0
2018-05-14ARM: mvebu: a38x: move definition of PEX_CFG_DIRECT_ACCESSChris Packham1-2/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini90-185/+90
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2-4/+0
2018-02-15Revert "drivers/ddr/fsl: Dual-license DDR driver"Tom Rini17-17/+17
2018-02-09drivers/ddr/fsl: Dual-license DDR driverYork Sun17-17/+17
2018-01-30drivers/ddr/fsl: Cleanup unused variableYork Sun5-5/+0
2018-01-30drivers/ddr/fsl: Modify binding registers to save time on data initYork Sun1-11/+49
2018-01-30drivers/ddr/fsl: Add calculation of register control wordsYork Sun3-7/+48