summaryrefslogtreecommitdiff
path: root/board/freescale/corenet_ds/ddr.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2019-12-03Move strtomhz() to vsprintf.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-04-13board_f: Rename initdram() to dram_init()Simon Glass1-1/+1
2017-04-05board_f: Drop return value from initdram()Simon Glass1-2/+4
2017-04-05board_f: Drop board_type parameter from initdram()Simon Glass1-1/+1
2017-01-05ddr: fsl: Merge macro CONFIG_NUM_DDR_CONTROLLERS and CONFIG_SYS_NUM_DDR_CTRLSYork Sun1-3/+3
2016-01-19Add more SPDX-License-Identifier tagsTom Rini1-3/+1
2013-11-25Driver/DDR: Moving Freescale DDR driver to a common driverYork Sun1-2/+2
2013-10-17powerpc: Fix CamelCase warnings in DDR related codePriyanka Jain1-3/+3
2013-08-09powerpc/mpc8xxx: Add memory reset controlYork Sun1-2/+2
2012-11-28powerpc/corenet_ds: Update DDR timing for single-rank DIMMsYork Sun1-2/+2
2011-10-10powerpc/mpc8xxx: Merge entries in DDR speed tableYork Sun1-125/+97
2011-09-30powerpc/corenet_ds: Use separated speed tables for UDIMM and RDIMMYork Sun1-19/+84
2011-09-30powerpc/mpc8xxx: Move DDR RCW overriding to common codeYork Sun1-14/+0
2011-07-29MPC8xxx: drop redundant boot messagesWolfgang Denk1-1/+1
2011-07-11powerpc/mpc85xx: Display a warning for unsupported DDR data ratesYork Sun1-0/+6
2011-07-11powerpc/corenet_ds: Fix RCW overriding for RDIMMYork Sun1-1/+1
2011-04-04powerpc/8xxx: Refactor fsl_ddr_get_spd into common code from boardKumar Gala1-27/+0
2011-04-04powerpc/8xxx: Replace fsl_ddr_get_mem_data_rate with get_ddr_freq()Kumar Gala1-5/+0
2011-04-04powerpc/85xx: Declare fsl_ddr_set_memctl_regs in <asm/fsl_ddr_sdram.h>Kumar Gala1-3/+0
2011-04-04powerpc/85xx: Remove DATARATE_*_MHZ defines in static ddr initKumar Gala1-6/+8
2011-03-05powerpc/corenet_ds: revise platform dependent parametersYork Sun1-4/+4
2011-03-05corenet_ds: pick the middle value for all tested timing parametersYork Sun1-40/+18
2011-01-20corenet_ds: Extend board specific parametersYork Sun1-78/+81
2011-01-14powerpc/8xxx: Move fsl_is_spd() into generic 8xxx ddr codeKumar Gala1-16/+2
2010-10-20Adding fixed sdram setting for cornet_ds boardYork Sun1-1/+130
2010-08-19powerpc/8xxx: Fix quad-rank DIMMs support on corenet_ds board.york1-1/+17
2010-08-01powerpc/p4080: Add support for the P4080DS boardKumar Gala1-0/+176