From 7b7c5350647e15d84a20d80ab3047c21f64f8f80 Mon Sep 17 00:00:00 2001 From: Prasad Kummari Date: Sun, 29 Oct 2023 13:41:37 +0530 Subject: [PATCH] docs(versal): add TSP build documentation Add information about Versal platform for TSP and provide the build commands. Change-Id: I7106ab477a881c58e1c45863bd6854d188982282 Signed-off-by: Prasad Kummari --- docs/plat/xilinx-versal.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/plat/xilinx-versal.rst b/docs/plat/xilinx-versal.rst index 09a6ee27a..b71776d2f 100644 --- a/docs/plat/xilinx-versal.rst +++ b/docs/plat/xilinx-versal.rst @@ -19,6 +19,11 @@ To build ATF for different platform (supported are "silicon"(default) and "versa make RESET_TO_BL31=1 CROSS_COMPILE=aarch64-none-elf- PLAT=versal VERSAL_PLATFORM=versal_virt bl31 ``` +To build bl32 TSP you have to rebuild bl31 too +```bash +make CROSS_COMPILE=aarch64-none-elf- PLAT=versal SPD=tspd RESET_TO_BL31=1 bl31 bl32 +``` + To build TF-A for JTAG DCC console ```bash make RESET_TO_BL31=1 CROSS_COMPILE=aarch64-none-elf- PLAT=versal bl31 VERSAL_CONSOLE=dcc