aboutsummaryrefslogtreecommitdiff
path: root/drivers/ddr
AgeCommit message (Expand)AuthorFilesLines
2024-07-22drivers: ddr: Remove duplicate newlinesMarek Vasut15-24/+0
2024-07-08arm: mvebu: a38x: Add optional support for using old DDR3 training codeMarek Behún3-0/+260
2024-07-08ddr: marvell: a38x: old: Backport immutable debug settingsMarek Behún3-23/+54
2024-07-08ddr: marvell: a38x: old: Fix some compiler warning of the old codeMarek Behún5-0/+6
2024-07-08ddr: marvell: a38x: Import old DDR training code from 2017 version of U-BootMarek Behún41-0/+16646
2024-07-08ddr: marvell: a38x: debug: Allow compiling with immutable debug settings to r...Marek Behún3-11/+43
2024-07-08ddr: marvell: a38x: debug: Define DDR_VIEWER_TOOL variables only if needed, a...Marek Behún1-4/+5
2024-07-08ddr: marvell: a38x: debug: Remove unused variablesMarek Behún2-4/+0
2024-07-08ddr: marvell: a38x: debug: return from ddr3_tip_print_log() early if we won't...Marek Behún1-0/+9
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini41-41/+25
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini41-25/+41
2024-05-07ddr: Remove <common.h> and add needed includesTom Rini41-41/+25
2024-04-22Kconfig: Remove trailing whitespace in its promptMichal Simek1-1/+1
2023-12-21global: Drop common.h inclusionTom Rini2-2/+0
2023-12-21arm: Partial cleanup and audit usage of <config.h>Tom Rini1-0/+2
2023-12-18Merge tag 'v2024.01-rc5' into nextTom Rini1-0/+5
2023-12-14ddr: imx: Add 3600 MTps rate supportMarek Vasut1-0/+4
2023-12-14ddr: imx: Handle 3734 in addition to 3733 and 3732 MTps ratesMarek Vasut1-0/+1
2023-12-13ddr: imx: Save the FW loading if it hasn't changedShawn Guo1-0/+7
2023-08-09treewide: unify the linker symbol reference formatShiji Yang1-2/+2
2023-05-21ddr: imx9: update the rank setting for multi fsp supportJacky Bai1-62/+116
2023-05-21ddr: imx93: update the ddr init to support mult setpointsJacky Bai2-5/+113
2023-05-21ddr: imx93: Add 625M bypass clock supportJacky Bai1-0/+3
2023-05-21ddr: imx9: Change the saved ddr data base to 0x2051c000Jacky Bai1-1/+1
2023-05-21ddr: imx9: Add workaround for DDRPHY rank-to-rank errataYe Li1-0/+122
2023-05-06drivers: use devfdt_get_addr_index_ptr when cast to pointerJohan Jonker1-2/+2
2023-04-13ddr: marvell: a38x: Perform DDR training sequence again for 2nd bootTony Dinh1-7/+0
2023-03-29ddr: imx: Update the ddr init flow on imx8ulpJacky Bai1-12/+43
2023-03-29ddr: imx8ulp: Change DRAM timing save area to 0x20055000Ye Li1-1/+1
2023-03-24ddr: marvell: a38x: Remove unused file seq_exec.hPali Rohár2-65/+0
2023-01-30ddr: imx: Handle both 3733 and 3732 MTps ratesMarek Vasut1-0/+1
2023-01-26ddr: marvell: a38x: Add support for DDR4 from Marvell mv-ddr-marvell repositoryTony Dinh27-0/+5991
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini2-8/+8
2022-12-23global: Migrate CONFIG_MAX_MEM_MAPPED to CFGTom Rini1-3/+3
2022-12-23global: Remove undef CONFIG_... for unused valuesTom Rini1-2/+0
2022-12-22ddr: fsl: Remove CONFIG_MEM_INIT_VALUETom Rini2-16/+3
2022-12-05Convert CONFIG_SPD_EEPROM to KconfigTom Rini1-0/+8
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-2/+2
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini5-6/+6
2022-11-10global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespaceTom Rini9-39/+39
2022-11-10global: Migrate CONFIG_SYS_MPC8* symbols to the CFG_SYS namespaceTom Rini2-2/+2
2022-11-02treewide: Remove the unnecessary space before semicolonBin Meng1-1/+1
2022-10-24imx8m: fix reading of DDR4 MR registers [again]Rasmus Villemoes1-1/+7
2022-09-23ddr: fsl: Fix re-align of verbose DRAM information for non-SPL buildsPali Rohár1-0/+3
2022-09-23ddr: fsl: Allow to detect 4 GB DDR modules in 32-bit modePali Rohár1-4/+10
2022-09-23ddr: fsl: Fix fsl_ddr_sdram_size() for 4GB modules with 32-bit phys_size_tPali Rohár1-0/+4
2022-09-23ddr: fsl: Fix checking for maximal mappable memoryPali Rohár1-5/+14
2022-09-19Merge branch 'master' into nextTom Rini4-374/+5
2022-09-18imx8m: ddrphy_utils: Remove unused fileMarek Vasut1-369/+0
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese3-5/+5