diff options
author | Chunhe Lan <Chunhe.Lan@freescale.com> | 2014-04-14 18:42:06 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-05-13 08:24:32 -0700 |
commit | 0b2e13d9ccbe56e32dc674cf896b2fb55684368c (patch) | |
tree | a41d9efce6c5a1fb70f580ef0014f14fb0a970e1 /board/freescale/t4rdb/t4_pbi.cfg | |
parent | 652e29b4a0d5ff418a4f1a633912976cd7331758 (diff) | |
download | u-boot-0b2e13d9ccbe56e32dc674cf896b2fb55684368c.tar.gz |
powerpc/85xx: Add T4240RDB board support
T4240RDB board Specification
----------------------------
Memory subsystem:
6GB DDR3
128MB NOR flash
2GB NAND flash
Ethernet:
Eight 1G SGMII ports
Four 10Gbps SFP+ ports
PCIe:
Two PCIe slots
USB:
Two USB2.0 Type A ports
SDHC:
One SD-card port
SATA:
One SATA port
UART:
Dual RJ45 ports
Signed-off-by: Chunhe Lan <Chunhe.Lan@freescale.com>
[York Sun: fix CONFIG_SYS_QE_FMAN_FW_ADDR in T4240RDB.h]
Diffstat (limited to 'board/freescale/t4rdb/t4_pbi.cfg')
-rw-r--r-- | board/freescale/t4rdb/t4_pbi.cfg | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/board/freescale/t4rdb/t4_pbi.cfg b/board/freescale/t4rdb/t4_pbi.cfg new file mode 100644 index 0000000000..c9f8ced2a3 --- /dev/null +++ b/board/freescale/t4rdb/t4_pbi.cfg @@ -0,0 +1,31 @@ +# +# Copyright 2014 Freescale Semiconductor, Inc. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +#PBI commands +#Initialize CPC1 +09010000 00200400 +09138000 00000000 +091380c0 00000100 +#512KB SRAM +09010100 00000000 +09010104 fff80009 +09010f00 08000000 +#enable CPC1 +09010000 80000000 +#Configure LAW for CPC1 +09000d00 00000000 +09000d04 fff80000 +09000d08 81000012 +#slow mdio clock +095fc030 00008148 +095fd030 00808148 +#Configure alternate space +09000010 00000000 +09000014 ff000000 +09000018 81000000 +#Flush PBL data +09138000 00000000 +091380c0 00000000 |