diff options
author | Lily Zhang <r58066@freescale.com> | 2010-12-27 14:39:14 +0800 |
---|---|---|
committer | Lily Zhang <r58066@freescale.com> | 2010-12-28 10:22:33 +0800 |
commit | 07ce4f0a2fee112bd3043d162b201abd65a52b6c (patch) | |
tree | e9368614d8d09a5342668ed355717df630578740 /include/configs/mx53_arm2_ddr3.h | |
parent | 2205133fb6fdea1393933e332ed693d82d922dba (diff) | |
download | u-boot-imx-07ce4f0a2fee112bd3043d162b201abd65a52b6c.zip u-boot-imx-07ce4f0a2fee112bd3043d162b201abd65a52b6c.tar.gz u-boot-imx-07ce4f0a2fee112bd3043d162b201abd65a52b6c.tar.bz2 |
ENGR00137372 MX53: Switch back to use DCD and update DDR scripts
1. This patch is used to switch back to use DCD for flash header
instead of plug-in. This change request is due to the following
reasons:
1) U-boot community doesn't accept current plug-in solution when
upstreaming.
2) Plug-in isn't supported by MX53 ROM serial download mode.
No effective workaround is found now. To use the same code
base to support normal U-Boot and MFG tool better, adopt
DCD solution firstly.
3) Current MX53 DDR scripts don't exceed the length limitation
of DCD.
For MX53 TO2.0 EVK/ARM2 board, raise DDR frequency to 400MHZ after
VCC and VDDA voltages are raised as 1.3V.
Since ARM2 CPU2 board share the same script with EVK, delete ARM2
CPU2 config files. ARM2 CPU2 board can share the same bootloader
with EVK.
2. Update MX53 DDR2 scripts for TO1.0/TO2.0 EVK/ARD/ARM2 boards
The script "MX53_TO2_DDR2_EVK_ARD.inc" is located under
http://compass.freescale.net/livelink/livelink?
func=ll&objId=221058910&objAction=browse&viewType=1
This script is published by ATX and FIL team on Dec 16th, 2010
3. Update MX53 ARM2 CPU3 DDR3 script "MX53_TO2_DDR3_CPU3.inc"
under the same compass folder
Signed-off-by: Lily Zhang <r58066@freescale.com>
Diffstat (limited to 'include/configs/mx53_arm2_ddr3.h')
-rw-r--r-- | include/configs/mx53_arm2_ddr3.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/mx53_arm2_ddr3.h b/include/configs/mx53_arm2_ddr3.h index b131bea..91e0060 100644 --- a/include/configs/mx53_arm2_ddr3.h +++ b/include/configs/mx53_arm2_ddr3.h @@ -39,6 +39,10 @@ #define CONFIG_ARCH_MMU #define CONFIG_MX53_HCLK_FREQ 24000000 +#define CONFIG_SYS_PLL2_FREQ 600 +#define CONFIG_SYS_AHB_PODF 4 +#define CONFIG_SYS_AXIA_PODF 1 +#define CONFIG_SYS_AXIB_PODF 2 #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO |