All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] arm64: zynqmp: Add support for running U-Boot in EL3 again
@ 2020-03-23 13:57 Michal Simek
  2020-03-23 13:57 ` [PATCH 1/3] firmware: zynqmp: Enable IPI code calling also in EL3 Michal Simek
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Michal Simek @ 2020-03-23 13:57 UTC (permalink / raw)
  To: u-boot

Hi,

in past without PMU fw it was possible to run U-Boot in EL3. Firmware
changes made ATF required that's why generation was done like this.
But some recent changes (especially passing PMUFW object to PMU from SPL)
introduce the whole infrastructure for talking to PMU via IPI interface.
That's why this interface can be reused and run U-Boot in EL3 again.

Based on it I have fixed mkimage_fit_atf.sh script to generate
u-boot.its/itb based on ATF availability but still producing working image
without it.

Also found two issues which should be fixed to get U-Boot work in EL3.

Thanks,
Michal


Michal Simek (3):
  firmware: zynqmp: Enable IPI code calling also in EL3
  arm64: zynqmp: Reorder parameters for zynqmp_mmio_write()
  arm64: zynqmp: Add support for u-boot.itb generation without ATF

 arch/arm/mach-zynqmp/mkimage_fit_atf.sh | 16 ++++++++++++----
 board/xilinx/zynqmp/zynqmp.c            |  2 +-
 drivers/firmware/firmware-zynqmp.c      |  2 +-
 3 files changed, 14 insertions(+), 6 deletions(-)

-- 
2.25.1

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

end of thread, other threads:[~2020-04-06 11:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-23 13:57 [PATCH 0/3] arm64: zynqmp: Add support for running U-Boot in EL3 again Michal Simek
2020-03-23 13:57 ` [PATCH 1/3] firmware: zynqmp: Enable IPI code calling also in EL3 Michal Simek
2020-03-23 13:57 ` [PATCH 2/3] arm64: zynqmp: Reorder parameters for zynqmp_mmio_write() Michal Simek
2020-03-23 13:58 ` [PATCH 3/3] arm64: zynqmp: Add support for u-boot.itb generation without ATF Michal Simek
2020-04-06 11:08 ` [PATCH 0/3] arm64: zynqmp: Add support for running U-Boot in EL3 again Michal Simek

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.