blob: 7e54db210d0ca41a787ff4c7010015fc63422f9c [file] [log] [blame]
Paul Beesley717bac42019-10-22 11:08:15 +00001Trusted Firmware-A Tests Documentation
2======================================
3
4.. toctree::
5 :maxdepth: 1
6 :hidden:
7
8 Home<self>
Jimmy Brissonc5953842020-04-02 15:18:59 -05009 about/index
10 getting_started/index
Jimmy Brisson0862f012020-04-02 15:19:12 -050011 process/index
Paul Beesley717bac42019-10-22 11:08:15 +000012 design
Jimmy Brissona48f5072020-04-02 15:19:16 -050013 implementing-tests
14 porting/index
Michal Simek8ba06f32024-01-22 12:14:24 +010015 plat/index
Paul Beesley717bac42019-10-22 11:08:15 +000016 change-log
Paul Beesley9fec7b22019-11-11 10:46:54 +000017 license
Paul Beesley717bac42019-10-22 11:08:15 +000018
Jimmy Brissonc5953842020-04-02 15:18:59 -050019The Trusted Firmware-A Tests (TF-A-Tests) is a suite of baremetal tests to
20exercise the `Trusted Firmware-A (TF-A)`_ features from the Normal World. It
21enables strong TF-A functional testing without dependency on a Rich OS. It
22mainly interacts with TF-A through its SMC interface.
23
24It provides a basis for TF-A developers to validate their own platform ports and
25add their own test cases.
26
Jimmy Brissonc5953842020-04-02 15:18:59 -050027Getting started
28---------------
29
30Get the TF-A Tests source code from `trustedfirmware.org`_.
31
Jimmy Brisson4844dc92020-04-02 15:19:34 -050032See content under the *Getting Started* chapter for instructions on how to
33install, build and use the TF-A Tests.
Jimmy Brissonc5953842020-04-02 15:18:59 -050034
Jimmy Brisson4844dc92020-04-02 15:19:34 -050035See :ref:`Framework Design` for information on how the TF-A Tests work
36internally.
Jimmy Brissonc5953842020-04-02 15:18:59 -050037
Jimmy Brisson4844dc92020-04-02 15:19:34 -050038See content under the *Porting* chapter for information about how to use this
39software on another Armv8-A platform.
Jimmy Brissonc5953842020-04-02 15:18:59 -050040
Jimmy Brisson4844dc92020-04-02 15:19:34 -050041See content under the *Process* chapter for information on how to contribute to
42this project.
Jimmy Brissonc5953842020-04-02 15:18:59 -050043
Paul Beesley717bac42019-10-22 11:08:15 +000044--------------
45
46*Copyright (c)2019, Arm Limited. All rights reserved.*
Jimmy Brissonc5953842020-04-02 15:18:59 -050047
Jimmy Brissonc5953842020-04-02 15:18:59 -050048.. _Juno Arm Development Platform: https://developer.arm.com/products/system-design/development-boards/juno-development-board
Jimmy Brissonc5953842020-04-02 15:18:59 -050049.. _trustedfirmware.org: https://git.trustedfirmware.org/TF-A/tf-a-tests.git
Jimmy Brisson4844dc92020-04-02 15:19:34 -050050.. _Trusted Firmware-A (TF-A): https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git