mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 01:24:27 +00:00
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 <prasad.kummari@amd.com> Change-Id: I8466ea446814f888ae56f5cbb7bbdc06099d54f8
This commit is contained in:
parent
d766f994d2
commit
96c031c7fe
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue