[U-Boot] [PATCH] soc: zynqmp: Update required API version to 1.0

Marek Vasut marex at denx.de
Mon May 14 20:55:32 UTC 2018


On 05/14/2018 03:39 PM, Michal Simek wrote:
> From: Rajan Vaja <rajan.vaja at 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 ?

> Signed-off-by: Rajan Vaja <rajanv at xilinx.com>
> Signed-off-by: Michal Simek <michal.simek at 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


More information about the U-Boot mailing list