From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 14 Oct 2014 12:03:58 -0700 Subject: [U-Boot] [PATCH 2/4] qe: add u-qe support to arm board In-Reply-To: <1411624347-28962-1-git-send-email-B45475@freescale.com> References: <1411624347-28962-1-git-send-email-B45475@freescale.com> Message-ID: <543D739E.3050605@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 09/24/2014 10:52 PM, Zhao Qiang wrote: > ls1021 is arm-core and support qe which is u-qe. > add u-qe init for arm board. > > Signed-off-by: Zhao Qiang > --- > arch/arm/include/asm/arch-ls102xa/config.h | 4 ++++ > arch/arm/include/asm/global_data.h | 8 ++++++++ > drivers/Makefile | 1 + > drivers/qe/Makefile | 3 ++- > drivers/qe/fdt.c | 2 ++ > drivers/qe/qe.c | 13 +++++++++++++ > drivers/qe/qe.h | 1 + > 7 files changed, 31 insertions(+), 1 deletion(-) > Qiang, The subject is 2/4 but I don't see other three patches. Where are they? Alison, Can you comment on this patch (http://patchwork.ozlabs.org/patch/393256/)? Has this been verified on ls1021 boards? York