u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Enable power domain driver in ZynqMP and Versal
@ 2022-07-15  9:39 Ashok Reddy Soma
  2022-07-15  9:39 ` [PATCH 1/5] firmware: zynqmp: Change prototype of zynqmp_pmufw_load_config_object() Ashok Reddy Soma
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Ashok Reddy Soma @ 2022-07-15  9:39 UTC (permalink / raw)
  To: u-boot
  Cc: adrian.fiergolski, jh80.chung, sven, kettenis, sjg, git, git,
	Ashok Reddy Soma

This patch series enables power domain driver in ZynqMP and Versal
platforms and its dependencies.
 - Add a preliminary check by loading overlay for APU0 and see if the
   pmufw accepts the config objects, based on that continue to load
   further objects or not.
 - This is needed to dynamically request for node of the IP's based on
   DT.
 - Load pmufw config object dynamically based on DT.



Ashok Reddy Soma (5):
  firmware: zynqmp: Change prototype of
    zynqmp_pmufw_load_config_object()
  firmware: zynqmp: Load config overlay for core0 to pmufw
  arm64: zynqmp: Enable power domain driver
  mailbox: zynqmp: Move struct zynqmp_ipi_msg from sys_proto.h
  arm64: versal: Enable power domain driver and its dependencies

 arch/arm/mach-zynqmp/include/mach/sys_proto.h |  5 -----
 configs/xilinx_versal_virt_defconfig          |  4 ++++
 configs/xilinx_zynqmp_virt_defconfig          |  2 ++
 drivers/firmware/firmware-zynqmp.c            | 22 ++++++++++++++++---
 drivers/mailbox/Kconfig                       |  2 +-
 drivers/mailbox/zynqmp-ipi.c                  |  2 +-
 include/zynqmp_firmware.h                     |  7 +++++-
 7 files changed, 33 insertions(+), 11 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2022-07-21 11:53 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-15  9:39 [PATCH 0/5] Enable power domain driver in ZynqMP and Versal Ashok Reddy Soma
2022-07-15  9:39 ` [PATCH 1/5] firmware: zynqmp: Change prototype of zynqmp_pmufw_load_config_object() Ashok Reddy Soma
2022-07-15  9:39 ` [PATCH 2/5] firmware: zynqmp: Load config overlay for core0 to pmufw Ashok Reddy Soma
2022-07-15 16:13   ` Stefan Herbrechtsmeier
2022-07-15 16:34     ` Michal Simek
2022-07-16 11:17       ` Stefan Herbrechtsmeier
2022-07-19  4:44         ` Soma, Ashok Reddy
2022-07-20 16:02           ` Stefan Herbrechtsmeier
2022-07-21 11:53             ` Soma, Ashok Reddy
2022-07-15  9:39 ` [PATCH 3/5] arm64: zynqmp: Enable power domain driver Ashok Reddy Soma
2022-07-15  9:39 ` [PATCH 4/5] mailbox: zynqmp: Move struct zynqmp_ipi_msg from sys_proto.h Ashok Reddy Soma
2022-07-15  9:39 ` [PATCH 5/5] arm64: versal: Enable power domain driver and its dependencies Ashok Reddy Soma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).