From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 23 Apr 2014 15:18:54 -0700 Subject: [U-Boot] [PATCH v7 2/3] QE/U-QE: Add U-QE support In-Reply-To: <1395390106-20439-2-git-send-email-B45475@freescale.com> References: <1395390106-20439-1-git-send-email-B45475@freescale.com> <1395390106-20439-2-git-send-email-B45475@freescale.com> Message-ID: <53583C4E.5010000@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > 1. UCC: U_QE supports 2 UCCs while QE supports up to 8 UCCs. > 2. IMMR: have different immr base addr. > 3. iopin: U_QE doesn't need to config iopin. > > Signed-off-by: Zhao Qiang > --- > 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