Maheedhar Bollapalli | 951376b | 2024-10-04 03:43:07 +0000 | [diff] [blame] | 1 | .. |
| 2 | Copyright (c) 2023, Advanced Micro Devices, Inc. All rights reserved. ! |
| 3 | |
| 4 | SPDX-License-Identifier: BSD-3-Clause ! |
| 5 | |
| 6 | |
| 7 | AMD Versal Gen 2 |
| 8 | ============= |
| 9 | |
| 10 | - Logs are available only on console and not saved in memory(No NVM support). |
| 11 | - Versal Gen 2 Platform uses TTC Timer |
| 12 | |
| 13 | |
| 14 | Build Command |
| 15 | ------------- |
| 16 | For individual tests/test suite: |
| 17 | |
| 18 | .. code-block:: shell |
| 19 | |
| 20 | make CROSS_COMPILE=aarch64-none-elf- PLAT=versal2 TESTS=<required tests> tftf |
| 21 | |
| 22 | For Versal2 Specific tests (includes AMD-Xilinx Tests cases + Standard Test Suite) |
| 23 | |
| 24 | .. code-block:: shell |
| 25 | |
| 26 | make CROSS_COMPILE=aarch64-none-elf- PLAT=versal2 TESTS=versal tftf |