aboutsummaryrefslogtreecommitdiff
path: root/drivers/ddr/fsl/main.c
Commit message (Expand)AuthorAgeFilesLines
* global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2022-12-051-2/+2
* global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini2022-12-051-1/+1
* global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespaceTom Rini2022-11-101-6/+6
* ddr: fsl: Allow to detect 4 GB DDR modules in 32-bit modePali Rohár2022-09-231-4/+10
* ddr: fsl: Fix fsl_ddr_sdram_size() for 4GB modules with 32-bit phys_size_tPali Rohár2022-09-231-0/+4
* ddr: fsl: Fix checking for maximal mappable memoryPali Rohár2022-09-231-5/+14
* common: Drop display_options.h from common headerSimon Glass2022-08-101-0/+1
* drivers: ddr: main.c: Fix Bad Shift operator issuePriyanka Singh2021-11-091-3/+8
* dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk2021-02-211-4/+4
* common: rename getc() to getchar()Heinrich Schuchardt2020-10-221-1/+1
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* ddr, fsl: add DM_I2C supportHeiko Schocher2019-08-261-43/+76
* boards: lx2160a: Add support of I2C driver modelChuanhua Han2019-08-221-1/+35
* mpc83xx: Get rid of CONFIG_SYS_DDR_SDRAM_BASEMario Six2019-05-211-0/+4
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* Revert "drivers/ddr/fsl: Dual-license DDR driver"Tom Rini2018-02-141-1/+1
* drivers/ddr/fsl: Dual-license DDR driverYork Sun2018-02-091-1/+1
* board_f: Rename initdram() to dram_init()Simon Glass2017-04-131-2/+2
* board_f: Drop return value from initdram()Simon Glass2017-04-051-0/+2
* ddr: fsl: Merge macro CONFIG_NUM_DDR_CONTROLLERS and CONFIG_SYS_NUM_DDR_CTRLSYork Sun2017-01-041-15/+15
* drivers/ddr/fsl: fsl_ddr_sdram_size remove unused controllersEd Swarthout2016-01-251-0/+1
* Add more SPDX-License-Identifier tagsTom Rini2016-01-191-3/+1
* drivers/ddr/fsl: Enable detection of one DDR controller operation for LSCH3York Sun2015-11-301-0/+1
* drivers/ddr/fsl: Adjust bstopre valueYork Sun2015-08-031-1/+1
* driver/ddr/fsl: Add a hook to update SPD addressYork Sun2015-07-201-0/+8
* drivers/ddr/fsl: Update DDR driver for DDR4York Sun2015-04-231-1/+1
* driver/ddr/fsl: Add sync of refreshYork Sun2015-02-241-0/+4
* driver/ddr/fsl: Add support for multiple DDR clocksYork Sun2015-02-241-11/+14
* linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-231-1/+2
* driver/ddr: Restruct driver to allow standalone memory spaceYork Sun2014-09-251-80/+164
* drivers/ddr: Fix possible out of bounds errorYork Sun2014-04-221-0/+6
* driver/ddr/fsl: Add DDR4 support to Freescale DDR driverYork Sun2014-04-221-1/+24
* driver/ddr: Add 256 byte interleaving supportYork Sun2014-02-211-0/+1
* Driver/ddr: Add support of different DDR base addressYork Sun2014-02-211-2/+14
* Driver/DDR: Update DDR driver to allow non-zero base addressYork Sun2013-11-251-3/+3
* Driver/DDR: Add Freescale DDR driver for ARMYork Sun2013-11-251-3/+9
* Driver/DDR: Moving Freescale DDR driver to a common driverYork Sun2013-11-251-0/+718