summaryrefslogtreecommitdiff
path: root/cpu/mpc83xx/spd_sdram.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser1-918/+0
2010-01-08mpc83xx: spd_sdram.c: Disable memory controller before initializingStefan Roese1-0/+9
2009-07-0283xx: Add support for fsl_dma driverPeter Tyser1-36/+4
2009-07-0283xx: Replace CONFIG_ECC_INIT_VIA_DDRC referencesPeter Tyser1-1/+1
2009-07-028xxx: Rename dma_xfer() to dmacpy()Peter Tyser1-15/+14
2009-03-15mpc83xx: Add bank configuration to FSL spd_sdram.cJerry Van Baren1-6/+10
2009-03-0683xx: Fix some bugs in spd sdram codeDave Liu1-3/+23
2008-10-21Cleanup: fix "MHz" spellingWolfgang Denk1-2/+2
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-14/+14
2008-09-24mpc83xx: spd_sdram: fix ddr sdram base address assignment bugAnton Vorontsov1-1/+1
2008-05-21Big white-space cleanup.Wolfgang Denk1-1/+1
2008-04-12mpc83xx: Update DIMM data bus width test to support 40-bit widthLee Nipper1-2/+2
2008-03-28mpc83xx: display ddr frequency in board_add_ram_info bannerKim Phillips1-4/+7
2008-03-28mpc83xx: unreinvent mem_clkKim Phillips1-5/+5
2008-01-11mpc83xx: Fix the bug of 266MHz data rate DDRDave Liu1-3/+3
2008-01-08mpc83xx: Add the support of MPC837xEMDS boardDave Liu1-2/+5
2007-08-17mpc83xx: fix typo in DDR2 programmingKim Phillips1-1/+1
2007-08-17mpc83xx: implement board_add_ram_infoKim Phillips1-15/+39
2007-08-11mpc83xx: Suppress the warning 'burstlen'Dave Liu1-1/+1
2007-08-10mpc83xx: Correct the burst length for DDR2 with 32 bitsDave Liu1-3/+10
2007-05-01Fix memory initialization on MPC8349E-mITXTimur Tabi1-5/+0
2007-04-13Fix two bugs for MPC83xx DDR2 controller SPD InitXie Xiaobo1-3/+3
2007-03-02mpc83xx: Add DDR2 controller fixed/SPD Init for MPC83xxXie Xiaobo1-61/+323
2007-03-02mpc83xx: U-Boot support for Wind River SBC8349Paul Gortmaker1-0/+4
2006-11-30Code cleanup.Wolfgang Denk1-10/+10
2006-11-29mpc83xx: Miscellaneous code style fixesTimur Tabi1-46/+28
2006-11-04mpc83xx: Replace CFG_IMMRBAR with CFG_IMMRTimur Tabi1-2/+2
2006-11-04mpc83xx: Fix the incorrect dcbz operationDave Liu1-34/+18
2006-11-04mpc83xx: Add MPC8360EMDS basic board supportDave Liu1-153/+151
2006-11-04mpc83xx: Add support for the MPC8349E-mITXTimur Tabi1-0/+21
2006-11-04mpc83xx: Add support for Errata DDR6 on MPC 834x systemsTimur Tabi1-1/+42
2006-11-04mpc83xx: Changed to unified mpx83xx names and added common 83xx changesDave Liu1-125/+188
2006-04-16Some code cleanupWolfgang Denk1-2/+2
2006-03-16Support for DDR with 32-data path. Addotional notes on injectingRafal Jaworowski1-12/+49
2006-03-14Add support for ECC DDR initialization on MPC83xx.Marian Balakowicz1-22/+108
2005-08-01Fix style issues primarily in 85xx and 83xx boards.Jon Loeliger1-15/+10
2005-07-28* Patch by Eran LibertyEran Liberty1-0/+413