[U-Boot] [PATCH v2 04/11] tools: mkimage: Extend mkimage to also include pmufw

Simon Glass sjg at chromium.org
Fri Nov 24 22:36:21 UTC 2017


On 21 November 2017 at 05:00, Michal Simek <michal.simek at xilinx.com> wrote:
> 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 at xilinx.com>
> ---
>
> Changes in v2:
> - Change commit message - reported by sjg
> - Extend help in Kconfig - reported by sjg
>
>  arch/arm/cpu/armv8/zynqmp/Kconfig |  8 ++++
>  scripts/Makefile.spl              |  3 +-
>  tools/zynqmpimage.c               | 99 ++++++++++++++++++++++++++++++++++++++-
>  3 files changed, 108 insertions(+), 2 deletions(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list