From 043eca9e9cb6ccdcbe60c270c2f2eb962affd6eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferass=20El=C2=A0Hafidi?= Date: Wed, 8 Jan 2025 14:03:02 +0000 Subject: [PATCH] docs(gxl): add build instructions for booting BL31 from U-Boot SPL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ided750decea924ff8d78d2d345d34bc40b05f0cb Signed-off-by: Ferass El Hafidi --- docs/plat/meson-gxl.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/plat/meson-gxl.rst b/docs/plat/meson-gxl.rst index 0751f1d00..df6450524 100644 --- a/docs/plat/meson-gxl.rst +++ b/docs/plat/meson-gxl.rst @@ -19,6 +19,12 @@ In order to build it: CROSS_COMPILE=aarch64-linux-gnu- make DEBUG=1 PLAT=gxl +Or, if willing to boot from U-Boot SPL (using standard params handling): + +.. code:: shell + + CROSS_COMPILE=aarch64-linux-gnu- make DEBUG=1 PLAT=gxl AML_STDPARAMS=1 + This port has been tested on a Lepotato. After building it, follow the instructions in the `gxlimg repository`_ or `U-Boot repository`_, replacing the mentioned **bl31.img** by the one built from this port.