All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] soc: zynqmp: Update required API version to 1.0
@ 2018-05-14 13:39 Michal Simek
  2018-05-14 20:55 ` Marek Vasut
  0 siblings, 1 reply; 13+ messages in thread
From: Michal Simek @ 2018-05-14 13:39 UTC (permalink / raw)
  To: u-boot

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.

New PMUFW version is required for operations with programmable logic.

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
 
-- 
2.17.0

^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2018-05-23 17:31 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
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

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.