aboutsummaryrefslogtreecommitdiffstats
path: root/tools/meson/doimage.c
Commit message (Collapse)AuthorAgeFilesLines
* meson: Rename platform directory to amlogicCarlo Caione2019-09-051-94/+0
| | | | | | | | | Meson is the internal code name for the SoC family. The correct name for the platform should be Amlogic. Change the name of the platform directory. Signed-off-by: Carlo Caione <ccaione@baylibre.com> Change-Id: Icc140e1ea137f12117acbf64c7dcb1a8b66b345d
* meson/gxl: Add tool to create bl31 bootable imagesRemi Pommarel2019-04-021-0/+94
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>