Cleanup FIP build targets and messagesAt present the fip.bin depends on phony targets for BL images, resultingin unconditional remake of fip.bin. Also the build messages doesn'tmatch with the res
Cleanup FIP build targets and messagesAt present the fip.bin depends on phony targets for BL images, resultingin unconditional remake of fip.bin. Also the build messages doesn'tmatch with the rest of build system.This patch modifies the fip.bin dependencies to the actual BL binaryimages so that fip.bin is remade only when the component images arerebuilt/modified. The build messages and FIP Makefile are modified tomatch the style of rest of the build system.Change-Id: I8dd08666ff766d106820a5b4b037c2161bcf140f
show more ...
Add Firmware Image Package creation toolThis tool can be used to create a Firmware Image Packages (FIP). TheseFIPs store a combined set of firmware images with a Table of Contents(ToC) that can b
Add Firmware Image Package creation toolThis tool can be used to create a Firmware Image Packages (FIP). TheseFIPs store a combined set of firmware images with a Table of Contents(ToC) that can be loaded by the firmware from platform storage.- Add uuid.h from FreeBSD.- Use symbolic links to shared headers otherwise unwanted headers and definitions are pulled in.- A FIP is created as part of the default FVP build.- A BL3-3 image(e.g. UEFI) must be provided.Change-Id: Ib73feee181df2dba68bf6abec115a83cfa5e26cb
1...<<111213141516