summaryrefslogtreecommitdiff
path: root/cpu/mpc83xx/spd_sdram.c
Commit message (Expand)AuthorAgeLines
* 83xx: Add support for fsl_dma driverPeter Tyser2009-07-02-36/+4
* 83xx: Replace CONFIG_ECC_INIT_VIA_DDRC referencesPeter Tyser2009-07-02-1/+1
* 8xxx: Rename dma_xfer() to dmacpy()Peter Tyser2009-07-01-15/+14
* mpc83xx: Add bank configuration to FSL spd_sdram.cJerry Van Baren2009-03-14-6/+10
* 83xx: Fix some bugs in spd sdram codeDave Liu2009-03-05-3/+23
* Cleanup: fix "MHz" spellingWolfgang Denk2008-10-21-2/+2
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-14/+14
* mpc83xx: spd_sdram: fix ddr sdram base address assignment bugAnton Vorontsov2008-09-24-1/+1
* Big white-space cleanup.Wolfgang Denk2008-05-21-1/+1
* mpc83xx: Update DIMM data bus width test to support 40-bit widthLee Nipper2008-04-11-2/+2
* mpc83xx: display ddr frequency in board_add_ram_info bannerKim Phillips2008-03-28-4/+7
* mpc83xx: unreinvent mem_clkKim Phillips2008-03-28-5/+5
* mpc83xx: Fix the bug of 266MHz data rate DDRDave Liu2008-01-10-3/+3
* mpc83xx: Add the support of MPC837xEMDS boardDave Liu2008-01-08-2/+5
* mpc83xx: fix typo in DDR2 programmingKim Phillips2007-08-17-1/+1
* mpc83xx: implement board_add_ram_infoKim Phillips2007-08-16-15/+39
* mpc83xx: Suppress the warning 'burstlen'Dave Liu2007-08-10-1/+1
* mpc83xx: Correct the burst length for DDR2 with 32 bitsDave Liu2007-08-10-3/+10
* Fix memory initialization on MPC8349E-mITXTimur Tabi2007-05-01-5/+0
* Fix two bugs for MPC83xx DDR2 controller SPD InitXie Xiaobo2007-04-12-3/+3
* mpc83xx: Add DDR2 controller fixed/SPD Init for MPC83xxXie Xiaobo2007-03-02-61/+323
* mpc83xx: U-Boot support for Wind River SBC8349Paul Gortmaker2007-03-02-0/+4
* Code cleanup.Wolfgang Denk2006-11-30-10/+10
* mpc83xx: Miscellaneous code style fixesTimur Tabi2006-11-28-46/+28
* mpc83xx: Replace CFG_IMMRBAR with CFG_IMMRTimur Tabi2006-11-03-2/+2
* mpc83xx: Fix the incorrect dcbz operationDave Liu2006-11-03-34/+18
* mpc83xx: Add MPC8360EMDS basic board supportDave Liu2006-11-03-153/+151
* mpc83xx: Add support for the MPC8349E-mITXTimur Tabi2006-11-03-0/+21
* mpc83xx: Add support for Errata DDR6 on MPC 834x systemsTimur Tabi2006-11-03-1/+42
* mpc83xx: Changed to unified mpx83xx names and added common 83xx changesDave Liu2006-11-03-125/+188
* Some code cleanupWolfgang Denk2006-04-16-2/+2
* Support for DDR with 32-data path. Addotional notes on injectingRafal Jaworowski2006-03-16-12/+49
* Add support for ECC DDR initialization on MPC83xx.Marian Balakowicz2006-03-14-22/+108
* Fix style issues primarily in 85xx and 83xx boards.Jon Loeliger2005-08-01-15/+10
* * Patch by Eran LibertyEran Liberty2005-07-28-0/+413