
24 Apr
2014
24 Apr
'14
12:18 a.m.
On 03/21/2014 01:21 AM, Zhao Qiang wrote:
Modify code to adapt to both u-qe and qe.
U_QE is a kind of cutted QE. the differences between U_QE and QE
- UCC: U_QE supports 2 UCCs while QE supports up to 8 UCCs.
- IMMR: have different immr base addr.
- iopin: U_QE doesn't need to config iopin.
Signed-off-by: Zhao Qiang B45475@freescale.com
Changes for v2:
- modify CONFIG_SYS_QE_FMAN_FW_ADDR to CONFIG_SYS_FMAN_FW_ADDR and CONFIG_SYS_QE_FW_ADDR
Changes for v3:
- use CONFIG_U_QE instead of CONFIG_PPC_T1040
Changes for v4:
- ifdef CONFIG_U_QE, include "../../../../drivers/qe/qe.h"
Changes for v5:
- no
Changes for v6:
- rebase
Changes for v7:
- split to two patches, the one to support u-qe and the other is to add u-qe to t1040qds
Applied to u-boot-mpc85xx/master, thanks.
York