1. 538b575 ram: Add driver for MPC83xx by Mario Six · Mon Aug 06 10:23:30 2018 +0200
  2. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  3. cbd618f powerpc: Various typo fixes under arch/powerpc/cpu/mpc83xx by Robert P. J. Day · Wed Dec 16 12:25:42 2015 -0500
  4. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · Mon Oct 07 13:07:26 2013 +0200
  5. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  6. 805b3c6 mpc83xx: spd_sdram - fix gcc 4.6 compiler warning by Kim Phillips · Tue Nov 15 22:59:51 2011 +0000
  7. cc03b80 mpc83xx: Cleanup usage of DDR constants by Joe Hershberger · Tue Oct 11 23:57:29 2011 -0500
  8. 10ea0af MPC83xx: add config options for memory setup. by Andre Schwarz · Thu Apr 14 14:54:05 2011 +0200
  9. 88fbf93 Move arch/ppc to arch/powerpc by Stefan Roese · Thu Apr 15 16:07:28 2010 +0200[Renamed from arch/ppc/cpu/mpc83xx/spd_sdram.c]
  10. 29514c7 ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU by Peter Tyser · Mon Apr 12 22:28:09 2010 -0500[Renamed from cpu/mpc83xx/spd_sdram.c]
  11. 3fab999 mpc83xx: spd_sdram.c: Disable memory controller before initializing by Stefan Roese · Tue Dec 08 09:10:04 2009 +0100
  12. 6f33a35 83xx: Add support for fsl_dma driver by Peter Tyser · Tue Jun 30 17:15:51 2009 -0500
  13. cb4731f 83xx: Replace CONFIG_ECC_INIT_VIA_DDRC references by Peter Tyser · Tue Jun 30 17:15:50 2009 -0500
  14. 86ff89b 8xxx: Rename dma_xfer() to dmacpy() by Peter Tyser · Tue Jun 30 17:15:45 2009 -0500
  15. a07888b mpc83xx: Add bank configuration to FSL spd_sdram.c by Jerry Van Baren · Fri Mar 13 11:40:10 2009 -0400
  16. 6b05104 83xx: Fix some bugs in spd sdram code by Dave Liu · Wed Feb 25 12:31:32 2009 +0800
  17. af0501a Cleanup: fix "MHz" spelling by Wolfgang Denk · Sun Oct 19 02:35:50 2008 +0200
  18. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  19. b79b101 mpc83xx: spd_sdram: fix ddr sdram base address assignment bug by Anton Vorontsov · Thu Sep 11 21:35:36 2008 +0400
  20. a1be476 Big white-space cleanup. by Wolfgang Denk · Tue May 20 16:00:29 2008 +0200
  21. 9f5d576 mpc83xx: Update DIMM data bus width test to support 40-bit width by Lee Nipper · Thu Apr 10 09:35:06 2008 -0500
  22. df6df6f mpc83xx: display ddr frequency in board_add_ram_info banner by Kim Phillips · Fri Mar 28 10:18:53 2008 -0500
  23. c02cf1e mpc83xx: unreinvent mem_clk by Kim Phillips · Fri Mar 28 10:18:40 2008 -0500
  24. 939649a mpc83xx: Fix the bug of 266MHz data rate DDR by Dave Liu · Thu Jan 10 23:09:33 2008 +0800
  25. b19ecd3 mpc83xx: Add the support of MPC837xEMDS board by Dave Liu · Tue Sep 18 12:37:57 2007 +0800
  26. 6925739 mpc83xx: fix typo in DDR2 programming by Kim Phillips · Fri Aug 17 09:30:00 2007 -0500
  27. 3b9c20f mpc83xx: implement board_add_ram_info by Kim Phillips · Thu Aug 16 22:52:48 2007 -0500
  28. 99e4d6c mpc83xx: Suppress the warning 'burstlen' by Dave Liu · Fri Aug 10 15:48:59 2007 +0800
  29. c9fa31f mpc83xx: Correct the burst length for DDR2 with 32 bits by Dave Liu · Sat Aug 04 13:37:39 2007 +0800
  30. 83d4782 Fix memory initialization on MPC8349E-mITX by Timur Tabi · Mon Apr 30 13:59:50 2007 -0500
  31. 5348432 Fix two bugs for MPC83xx DDR2 controller SPD Init by Xie Xiaobo · Fri Mar 09 19:08:25 2007 +0800
  32. 6149a5a mpc83xx: Add DDR2 controller fixed/SPD Init for MPC83xx by Xie Xiaobo · Wed Feb 14 18:27:17 2007 +0800
  33. 2bd9f1b mpc83xx: U-Boot support for Wind River SBC8349 by Paul Gortmaker · Tue Jan 16 11:38:14 2007 -0500
  34. 87b3d4b Code cleanup. by Wolfgang Denk · Thu Nov 30 18:02:20 2006 +0100
  35. ff0215a mpc83xx: Miscellaneous code style fixes by Timur Tabi · Tue Nov 28 12:09:35 2006 -0600
  36. 386a280 mpc83xx: Replace CFG_IMMRBAR with CFG_IMMR by Timur Tabi · Fri Nov 03 12:00:28 2006 -0600
  37. 8c84e47 mpc83xx: Fix the incorrect dcbz operation by Dave Liu · Thu Nov 02 18:05:50 2006 -0600
  38. a46daea mpc83xx: Add MPC8360EMDS basic board support by Dave Liu · Fri Nov 03 19:33:44 2006 -0600
  39. 054838e mpc83xx: Add support for the MPC8349E-mITX by Timur Tabi · Tue Oct 31 18:44:42 2006 -0600
  40. efec630 mpc83xx: Add support for Errata DDR6 on MPC 834x systems by Timur Tabi · Tue Oct 31 18:13:36 2006 -0600
  41. f503592 mpc83xx: Changed to unified mpx83xx names and added common 83xx changes by Dave Liu · Wed Oct 25 14:41:21 2006 -0500
  42. ebd3deb Some code cleanup by Wolfgang Denk · Sun Apr 16 10:51:58 2006 +0200
  43. 4a9b6aa Support for DDR with 32-data path. Addotional notes on injecting by Rafal Jaworowski · Thu Mar 16 17:46:46 2006 +0100
  44. 6f6104d Add support for ECC DDR initialization on MPC83xx. by Marian Balakowicz · Tue Mar 14 16:23:35 2006 +0100
  45. ebc7224 Fix style issues primarily in 85xx and 83xx boards. by Jon Loeliger · Mon Aug 01 13:20:47 2005 -0500
  46. 9095d4a * Patch by Eran Liberty Add support for the Freescale MPC8349ADS board. by Eran Liberty · Thu Jul 28 10:08:46 2005 -0500