From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Mon, 23 Mar 2020 14:57:57 +0100 Subject: [PATCH 0/3] arm64: zynqmp: Add support for running U-Boot in EL3 again Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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