u-boot-brain/arch/arm/cpu/armv8/zynqmp
Michal Simek c85a6b79d1 tools: mkimage: Extend mkimage to also include pmufw
The patch is adding external pmufw "Platform Management Unit firmware"
to boot.bin image. Boot.bin is a Xilinx format which bootrom is capable
to read and boot the system. pmufw is copied to the header data section
follows by u-boot-spl.bin. pmufw is consumed by PMU unit (Microblaze)
and SPL runs on a53-0.

This is generated command line when PMUFW_INIT_FILE is setup.

./tools/mkimage -T zynqmpimage -R ./"" -n
./"board/xilinx/zynqmp/pmufw.bin" -d spl/u-boot-spl.bin spl/boot.bin

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2017-11-28 16:08:57 +01:00
..
clk.c ARM64: zynqmp: Remove get_uart_clk() 2016-07-22 14:04:41 +02:00
cpu.c arm64: zynqmp: Provide a Kconfig option to use specified memory for MMU table 2017-11-28 16:08:56 +01:00
handoff.c ARM64: zynqmp: Generate handoff structure for ATF 2017-01-10 10:22:05 +01:00
Kconfig tools: mkimage: Extend mkimage to also include pmufw 2017-11-28 16:08:57 +01:00
Makefile arm64: zynqmp: Remove slcr with mio status pin detection 2017-11-28 16:08:55 +01:00
mp.c arm64: zynqmp: mp: Correct the R5 release sequence 2017-11-28 16:08:56 +01:00
spl.c arm64: zynqmp: Call psu_init from board_early_init_f 2017-08-02 09:11:52 +02:00