From 96c031c7fe2d82c5ebcce71770f4919134adf18c Mon Sep 17 00:00:00 2001 From: Prasad Kummari Date: Tue, 19 Dec 2023 15:15:25 +0530 Subject: [PATCH] docs(versal): add ERRATA_ABI_SUPPORT build documentation Add information about Versal platform for ERRATA_ABI_SUPPORT and provide the build commands. Signed-off-by: Prasad Kummari Change-Id: I8466ea446814f888ae56f5cbb7bbdc06099d54f8 --- 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 b71776d2f..e76b95574 100644 --- a/docs/plat/xilinx-versal.rst +++ b/docs/plat/xilinx-versal.rst @@ -29,6 +29,11 @@ To build TF-A for JTAG DCC console make RESET_TO_BL31=1 CROSS_COMPILE=aarch64-none-elf- PLAT=versal bl31 VERSAL_CONSOLE=dcc ``` +To build TF-A with Errata management interface +```bash +make RESET_TO_BL31=1 CROSS_COMPILE=aarch64-none-elf- PLAT=versal bl31 ERRATA_ABI_SUPPORT=1 +``` + To build TF-A with Straight-Line Speculation(SLS) ```bash make RESET_TO_BL31=1 CROSS_COMPILE=aarch64-none-elf- PLAT=versal bl31 HARDEN_SLS_ALL=1