All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rajan Vaja <RAJANV@xilinx.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] soc: zynqmp: Update required API version to 1.0
Date: Mon, 21 May 2018 04:53:59 +0000	[thread overview]
Message-ID: <CY1PR02MB20915DEF2C1ED55C773C5736B7950@CY1PR02MB2091.namprd02.prod.outlook.com> (raw)
In-Reply-To: <c32a8908-f8d8-affe-1726-aa43b75f499d@denx.de>

Hi Marek,

> -----Original Message-----
> From: Marek Vasut [mailto:marex at denx.de]
> Sent: 15 May 2018 02:26 AM
> To: Michal Simek <michal.simek@xilinx.com>; u-boot at lists.denx.de
> Cc: Rajan Vaja <RAJANV@xilinx.com>; monstr at monstr.eu; Albert Aribaud
> <albert.u.boot@aribaud.net>
> Subject: Re: [PATCH] soc: zynqmp: Update required API version to 1.0
> 
> On 05/14/2018 03:39 PM, Michal Simek wrote:
> > From: Rajan Vaja <rajan.vaja@xilinx.com>
> >
> > Existing EEMI version is to as 1.0 (available from xilinx v2018.1
> > version). Update required API version to match with EEMI API version.
> 
> Not sure I understand this sentence.
> 
> > New PMUFW version is required for operations with programmable logic.
> 
> Seems the meta-xilinx 2018.1 comes with PMUFW 2017.3
> https://github.com/Xilinx/meta-xilinx/tree/rel-v2018.1/meta-xilinx-
> bsp/recipes-bsp/pmu-firmware
> 
> Is this out of date ?
[Rajan] PMU firmware is built using meta-xilinx-tools layer and not meta-xilinx-bsp.
The recipe in meta-xilinx-bsp is to build OSL flow (using multilib) this is not recommended nor supported from Xilinx.

> 
> > Signed-off-by: Rajan Vaja <rajanv@xilinx.com>
> > Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> > ---
> >
> >  arch/arm/cpu/armv8/zynqmp/cpu.c | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/arch/arm/cpu/armv8/zynqmp/cpu.c
> b/arch/arm/cpu/armv8/zynqmp/cpu.c
> > index 792a3e1b655f..e122be59c747 100644
> > --- a/arch/arm/cpu/armv8/zynqmp/cpu.c
> > +++ b/arch/arm/cpu/armv8/zynqmp/cpu.c
> > @@ -173,8 +173,8 @@ int __maybe_unused invoke_smc(u32 pm_api_id,
> u32 arg0, u32 arg1, u32 arg2,
> >
> >  #define ZYNQMP_SIP_SVC_GET_API_VERSION		0xC2000001
> >
> > -#define ZYNQMP_PM_VERSION_MAJOR		0
> > -#define ZYNQMP_PM_VERSION_MINOR		3
> > +#define ZYNQMP_PM_VERSION_MAJOR		1
> > +#define ZYNQMP_PM_VERSION_MINOR		0
> >  #define ZYNQMP_PM_VERSION_MAJOR_SHIFT	16
> >  #define ZYNQMP_PM_VERSION_MINOR_MASK	0xFFFF
> >
> >
> 
> 
> --
> Best regards,
> Marek Vasut

  parent reply	other threads:[~2018-05-21  4:53 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-14 13:39 [U-Boot] [PATCH] soc: zynqmp: Update required API version to 1.0 Michal Simek
2018-05-14 20:55 ` Marek Vasut
2018-05-17 13:59   ` Michal Simek
2018-05-17 14:02     ` Marek Vasut
2018-05-21  4:53   ` Rajan Vaja [this message]
2018-05-21  9:45     ` Marek Vasut
2018-05-21 16:27       ` Manjukumar Harthikote Matha
2018-05-21 16:47         ` Marek Vasut
2018-05-21 21:26           ` Manjukumar Harthikote Matha
2018-05-22 11:27             ` Marek Vasut
2018-05-22 16:44               ` Manjukumar Harthikote Matha
2018-05-23  9:49                 ` Marek Vasut
2018-05-23 17:31                   ` Manjukumar Harthikote Matha

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=CY1PR02MB20915DEF2C1ED55C773C5736B7950@CY1PR02MB2091.namprd02.prod.outlook.com \
    --to=rajanv@xilinx.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.