pengutronix / genimage

tool to generate multiple filesystem and flash images from a tree
GNU General Public License v2.0
305 stars 110 forks source link

Add Firmware Image Package (FIP) support #190

Closed a3f closed 2 years ago

a3f commented 2 years ago
Platforms where ARM Trusted Firmware is the first stage bootloader are
converging to use FIP as bundle format for further firmware including
trusted OS and non secure bootloader. Teach genimage to call fiptool to
generate FIP images. The config options currently supported by genimage
for fip { } nodes are those needed to boot the STM32MP1. The extraargs
config option can be used to add further options as a stop-gap until
genimage is extended as necessary.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>