]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Adding fixed sdram setting for cornet_ds board
authorYork Sun <yorksun@freescale.com>
Mon, 18 Oct 2010 20:46:49 +0000 (13:46 -0700)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 20 Oct 2010 07:38:39 +0000 (02:38 -0500)
commit28a966715be78fc35147086e68fc80aeb21235b1
tree28351553e38981202b6afb5f42e33f9e036dfe2d
parent84bc00300f2e0fa0a2d5907589fdff613f72e704
Adding fixed sdram setting for cornet_ds board

800, 900, 1000, 1200MT/s data rate parameters are added for fixed sdram
setting. SPD based parameters and fixed parameters can be toggled by hwconfig.
To use fixed parameters,

hwconfig=fsl_ddr:sdram=fixed

To use SPD parameters,

hwconfig=fsl_ddr:ctlr_intlv=cacheline,bank_intlv=cs0_cs1

Signed-off-by: York Sun <yorksun@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/include/asm/fsl_ddr_sdram.h
board/freescale/corenet_ds/Makefile
board/freescale/corenet_ds/corenet_ds.c
board/freescale/corenet_ds/ddr.c
board/freescale/corenet_ds/p4080ds_ddr.c [new file with mode: 0644]
include/configs/corenet_ds.h