From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 23 Apr 2014 15:19:08 -0700 Subject: [U-Boot] [PATCH v7 3/3] T1040QDS/U-QE: Add u-qe support to t1040qds In-Reply-To: <1395390106-20439-3-git-send-email-B45475@freescale.com> References: <1395390106-20439-1-git-send-email-B45475@freescale.com> <1395390106-20439-3-git-send-email-B45475@freescale.com> Message-ID: <53583C5C.4070403@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: > Add u-qe support for t1040qds > > 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