All of lore.kernel.org
 help / color / mirror / Atom feed
From: Z.Q. Hou <zhiqiang.hou@nxp.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 3/4] fsl-layerscape/ls1046aqds: Integrate FSL PPA
Date: Wed, 19 Apr 2017 02:43:23 +0000	[thread overview]
Message-ID: <AM5PR0402MB27710055ECD0DF7C93EAFE1C84180@AM5PR0402MB2771.eurprd04.prod.outlook.com> (raw)
In-Reply-To: <16785b6d-56d9-4389-d730-665493056851@nxp.com>

Hi York,

Thanks a lot for your comments!

> -----Original Message-----
> From: York Sun [mailto:york.sun at nxp.com]
> Sent: 2017年4月19日 0:46
> To: Z.Q. Hou <zhiqiang.hou@nxp.com>; u-boot at lists.denx.de; Mingkai Hu
> <mingkai.hu@nxp.com>
> Subject: Re: [PATCH 3/4] fsl-layerscape/ls1046aqds: Integrate FSL PPA
> 
> On 04/14/2017 12:03 AM, Zhiqiang Hou wrote:
> > From: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
> >
> > The PPA is a EL3 firmware, which support PSCI, hotplug,
> > power-management features etc.
> >
> > Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
> > ---
> >  board/freescale/ls1046aqds/ls1046aqds.c | 5 +++++
> >  1 file changed, 5 insertions(+)
> >
> > diff --git a/board/freescale/ls1046aqds/ls1046aqds.c
> > b/board/freescale/ls1046aqds/ls1046aqds.c
> > index af3f70a..595b1e8 100644
> > --- a/board/freescale/ls1046aqds/ls1046aqds.c
> > +++ b/board/freescale/ls1046aqds/ls1046aqds.c
> > @@ -10,6 +10,7 @@
> >  #include <asm/io.h>
> >  #include <asm/arch/clock.h>
> >  #include <asm/arch/fsl_serdes.h>
> > +#include <asm/arch/ppa.h>
> >  #include <asm/arch/fdt.h>
> >  #include <asm/arch/mmu.h>
> >  #include <asm/arch/soc.h>
> > @@ -265,6 +266,10 @@ int board_init(void)
> >  	if (adjust_vdd(0))
> >  		printf("Warning: Adjusting core voltage failed.\n");
> >
> > +#ifdef CONFIG_FSL_LS_PPA
> > +	ppa_init();
> > +#endif
> > +
> 
> Zhiqiang,
> 
> This patch looks OK. While you are verifying PPA, can you check if you can
> remove the calling of enable_layerscape_ns_access() in the same file? It is
> required for PPA to work, but I believe it is already called in
> board_early_init_f(), by calling fsl_lsch2_early_init_f().

Yes, you're right, and I will send another patch to remove the duplicate call.

Thanks,
Zhiqiang

  reply	other threads:[~2017-04-19  2:43 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-14  6:48 [U-Boot] [PATCH 1/4] fsl-layerscape/ls1043aqds: Integrate FSL PPA Zhiqiang Hou
2017-04-14  6:48 ` [U-Boot] [PATCH 2/4] fsl-layerscape/ls1043aqds: enable " Zhiqiang Hou
2017-04-14  6:48 ` [U-Boot] [PATCH 3/4] fsl-layerscape/ls1046aqds: Integrate " Zhiqiang Hou
2017-04-18 16:46   ` York Sun
2017-04-19  2:43     ` Z.Q. Hou [this message]
2017-04-14  6:48 ` [U-Boot] [PATCH 4/4] fsl-layerscape/ls1046aqds: enable " Zhiqiang Hou
2017-04-26 22:20 ` [U-Boot] [PATCH 1/4] fsl-layerscape/ls1043aqds: Integrate " York Sun

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AM5PR0402MB27710055ECD0DF7C93EAFE1C84180@AM5PR0402MB2771.eurprd04.prod.outlook.com \
    --to=zhiqiang.hou@nxp.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.