This example shows how to create a boot image with pmu_fw.elf loaded by FSBL.
the_ROM_image:
{
[bootloader, destination_cpu=a53-0] fsbl_a53.elf
[destination_cpu=pmu] pmu_fw.elf
[destination_cpu=r5-0] app_r5.elf
}
Note: Bootgen uses the options
provided to
[bootloader]
for [pmufw_image]
as well. The [pmufw_image]
does not take any extra parameters.