
Dear Kumar Gala,
In message 1219274578-30322-2-git-send-email-galak@kernel.crashing.org you wrote:
Signed-off-by: James Yang James.Yang@freescale.com Signed-off-by: Jon Loeliger jdl@freescale.com Signed-off-by: Becky Bruce becky.bruce@freescale.com Signed-off-by: Ed Swarthout Ed.Swarthout@freescale.com Signed-off-by: Kumar Gala galak@kernel.crashing.org
cpu/mpc85xx/Makefile | 9 + cpu/mpc86xx/Makefile | 4 + cpu/mpc8xxx/Makefile | 29 + cpu/mpc8xxx/common_timing_params.h | 55 ++ cpu/mpc8xxx/ddr2_dimm_params.h | 86 +++ cpu/mpc8xxx/fsl_ddr_ctrl.c | 1002 +++++++++++++++++++++++++++++++ cpu/mpc8xxx/fsl_ddr_sdram.c | 1134 ++++++++++++++++++++++++++++++++++++ cpu/mpc8xxx/fsl_ddr_sdram.h | 90 +++ cpu/mpc8xxx/fsl_memctrl.h | 44 ++ cpu/mpc8xxx/fsl_util.c | 59 ++ cpu/mpc8xxx/memctl_options.h | 85 +++ 11 files changed, 2597 insertions(+), 0 deletions(-) create mode 100644 cpu/mpc8xxx/Makefile create mode 100644 cpu/mpc8xxx/common_timing_params.h create mode 100644 cpu/mpc8xxx/ddr2_dimm_params.h create mode 100644 cpu/mpc8xxx/fsl_ddr_ctrl.c create mode 100644 cpu/mpc8xxx/fsl_ddr_sdram.c create mode 100644 cpu/mpc8xxx/fsl_ddr_sdram.h create mode 100644 cpu/mpc8xxx/fsl_memctrl.h create mode 100644 cpu/mpc8xxx/fsl_util.c create mode 100644 cpu/mpc8xxx/memctl_options.h
Applied, thanks.
Best regards,
Wolfgang Denk