Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | meson: Rename platform directory to amlogic | Carlo Caione | 2019-09-05 | 1 | -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 images | Remi Pommarel | 2019-04-02 | 1 | -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> |