aboutsummaryrefslogtreecommitdiffstats
path: root/tools/meson
Commit message (Collapse)AuthorAgeFilesLines
* meson/gxl: Add tool to create bl31 bootable imagesRemi Pommarel2019-04-022-0/+143
GXL platforms need to have a specific header at the beginning of bl31 image to be able to boot. This adds a tool to create that and calls it at build time. Signed-off-by: Remi Pommarel <repk@triplefau.lt>