| Commit message (Expand) | Author | Age | Files | Lines |
* | ddr: Rework errata A008109, A008378, 009942 workaround | Jaiprakash Singh | 2020-06-04 | 3 | -65/+107 |
* | ddr: fsl: Impl. Erratum A008109 | Joakim Tjernlund | 2020-06-04 | 2 | -0/+9 |
* | common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.h | Simon Glass | 2020-05-18 | 6 | -0/+6 |
* | common: Drop linux/delay.h from common header | Simon Glass | 2020-05-18 | 8 | -0/+8 |
* | common: Drop linux/bug.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop log.h from common header | Simon Glass | 2020-05-18 | 15 | -0/+15 |
* | command: Remove the cmd_tbl_t typedef | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop init.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | Revert "mpc85xx: ddr: Always start DDR RAM in Self Refresh mode" | Biwen Li | 2020-04-10 | 1 | -6/+7 |
* | mpc85xx: ddr: Always start DDR RAM in Self Refresh mode | Joakim Tjernlund | 2019-12-23 | 1 | -7/+6 |
* | ddr, fsl: add DM_I2C support | Heiko Schocher | 2019-08-26 | 1 | -43/+76 |
* | boards: lx2160a: Add support of I2C driver model | Chuanhua Han | 2019-08-22 | 1 | -1/+35 |
* | env: Move env_get_f() to env.h | Simon Glass | 2019-08-11 | 3 | -0/+3 |
* | mpc83xx: Get rid of CONFIG_SYS_DDR_SDRAM_BASE | Mario Six | 2019-05-21 | 1 | -0/+4 |
* | configs: fsl: move DDR specific defines to Kconfig | Rajesh Bhagat | 2019-03-03 | 1 | -0/+12 |
* | drivers/ddr/fsl: Update fsl_ddr_board_options as weak function | Priyanka Jain | 2019-02-19 | 1 | -3/+6 |
* | armv8: lx2160a: Add LX2160A SoC Support | Priyanka Jain | 2018-12-06 | 1 | -0/+1 |
* | drivers/ddr/fsl: fix '__hwconfig without a buffer' messages | Jeremy Gebben | 2018-07-26 | 1 | -8/+6 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 18 | -37/+18 |
* | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini | 2018-04-27 | 1 | -2/+0 |
* | Revert "drivers/ddr/fsl: Dual-license DDR driver" | Tom Rini | 2018-02-14 | 17 | -17/+17 |
* | drivers/ddr/fsl: Dual-license DDR driver | York Sun | 2018-02-09 | 17 | -17/+17 |
* | drivers/ddr/fsl: Cleanup unused variable | York Sun | 2018-01-30 | 5 | -5/+0 |
* | drivers/ddr/fsl: Modify binding registers to save time on data init | York Sun | 2018-01-30 | 1 | -11/+49 |
* | drivers/ddr/fsl: Add calculation of register control words | York Sun | 2018-01-30 | 3 | -7/+48 |
* | drivers/ddr/fsl: Add 3DS RDIMM support | York Sun | 2018-01-30 | 5 | -14/+80 |
* | drivers/ddr/fsl: Fix workaround for A009803 | York Sun | 2018-01-30 | 1 | -1/+1 |
* | drivers/ddr/fsl: Fix DDR4 RDIMM support | York Sun | 2018-01-30 | 3 | -22/+40 |
* | ddr: fsl: set cdr1 first in case 0.9v VDD is enabled for some SoCs | Rajesh Bhagat | 2018-01-23 | 1 | -1/+3 |
* | armv8: ls1088a: Add NXP LS1088A SoC support | Ashish Kumar | 2017-09-11 | 1 | -1/+1 |
* | env: Rename getenv/_f() to env_get() | Simon Glass | 2017-08-16 | 3 | -8/+8 |
* | driver: ddr: fsl: Fix compiling error for DDR2 | York Sun | 2017-06-12 | 1 | -0/+4 |
* | common: arm: freescale: layerscape: Move header files out of common.h | Simon Glass | 2017-06-05 | 4 | -4/+8 |
* | common: freescale: Move arch-specific declarations | Simon Glass | 2017-06-05 | 5 | -0/+13 |
* | Merge git://git.denx.de/u-boot-fsl-qoriq | Tom Rini | 2017-04-18 | 1 | -36/+36 |
|\ |
|
| * | drivers: ddr: fsl: fix unused-const-variable warnings | Thomas Schaefer | 2017-04-17 | 1 | -36/+36 |
* | | ddr: fsl: incorrect logical constraint in populate_memctl_options | xypron.glpk@gmx.de | 2017-04-18 | 1 | -1/+1 |
|/ |
|
* | board_f: Rename initdram() to dram_init() | Simon Glass | 2017-04-13 | 1 | -2/+2 |
* | board_f: Drop return value from initdram() | Simon Glass | 2017-04-05 | 1 | -0/+2 |
* | ddr: fsl: Merge macro CONFIG_NUM_DDR_CONTROLLERS and CONFIG_SYS_NUM_DDR_CTRLS | York Sun | 2017-01-04 | 9 | -64/+64 |
* | ddr: fsl: Move macro CONFIG_NUM_DDR_CONTROLLERS to Kconfig | York Sun | 2017-01-04 | 1 | -0/+14 |
* | powerpc: mpc85xx: Move CONFIG_SYS_FSL_ERRATUM_* to Kconfig | York Sun | 2017-01-04 | 1 | -0/+15 |
* | arm: layerscape: Move CONFIG_SYS_FSL_ERRATUM_* to Kconfig | York Sun | 2017-01-04 | 1 | -0/+21 |
* | fsl_ddr: Move DDR config options to driver Kconfig | York Sun | 2017-01-04 | 2 | -1/+123 |
* | fsl/ddr: Add erratum_a009942_check_cpo and clean related erratum | Shengzhou Liu | 2016-12-05 | 3 | -31/+134 |
* | fsl/ddr: Fix compiling warning | Shengzhou Liu | 2016-12-05 | 1 | -32/+25 |
* | powerpc: MPC8555: Remove macro CONFIG_MPC8555 | York Sun | 2016-11-23 | 2 | -2/+2 |
* | powerpc: mpc8541: Remove macro CONFIG_MPC8541 | York Sun | 2016-11-23 | 2 | -2/+2 |
* | Merge git://git.denx.de/u-boot-fsl-qoriq | Tom Rini | 2016-09-26 | 4 | -40/+213 |
|\ |
|
| * | driver: ddr: fsl_mmdc: Pass board parameters through data structure | York Sun | 2016-09-26 | 1 | -19/+19 |