public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/4] xilinx: firmware: Synchronization firmware functions
@ 2019-10-14 11:45 Michal Simek
  2019-10-14 11:45 ` [U-Boot] [PATCH v2 1/4] arm64: versal: Clean pm_api_id usage Michal Simek
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Michal Simek @ 2019-10-14 11:45 UTC (permalink / raw)
  To: u-boot

Hi,

Versal and ZynqMP are using the same firmware interface that's why some
synchronization should be done.
Still there are zynqmp_mmio_read/write which should be converted.
Patches are done in steps for easier reviewing.

Thanks,
Michal

Changes in v2:
- Fix smc calling from mini configurations cpu.c

Michal Simek (4):
  arm64: versal: Clean pm_api_id usage
  arm64: xilinx: Move firmware functions from platform to driver
  arm64: versal: Rename versal_pm_request to xilinx_pm_request
  arm64: zynqmp: Convert invoke_smc() to xilinx_pm_request()

 arch/arm/mach-versal/cpu.c                    | 25 --------
 arch/arm/mach-versal/include/mach/sys_proto.h | 58 -------------------
 arch/arm/mach-zynqmp/cpu.c                    | 51 +++++-----------
 arch/arm/mach-zynqmp/include/mach/sys_proto.h |  2 -
 board/xilinx/zynqmp/cmds.c                    |  4 +-
 drivers/clk/clk_versal.c                      | 15 ++---
 drivers/firmware/firmware-zynqmp.c            | 33 ++++++++++-
 drivers/fpga/versalpl.c                       |  3 +-
 drivers/fpga/zynqmppl.c                       | 16 ++---
 include/zynqmp_firmware.h                     | 54 ++++++++++++++++-
 10 files changed, 117 insertions(+), 144 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2019-10-24 11:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-14 11:45 [U-Boot] [PATCH v2 0/4] xilinx: firmware: Synchronization firmware functions Michal Simek
2019-10-14 11:45 ` [U-Boot] [PATCH v2 1/4] arm64: versal: Clean pm_api_id usage Michal Simek
2019-10-14 11:45 ` [U-Boot] [PATCH v2 2/4] arm64: xilinx: Move firmware functions from platform to driver Michal Simek
2019-10-14 11:45 ` [U-Boot] [PATCH v2 3/4] arm64: versal: Rename versal_pm_request to xilinx_pm_request Michal Simek
2019-10-14 11:45 ` [U-Boot] [PATCH v2 4/4] arm64: zynqmp: Convert invoke_smc() to xilinx_pm_request() Michal Simek
2019-10-24 11:15 ` [U-Boot] [PATCH v2 0/4] xilinx: firmware: Synchronization firmware functions Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox