blob: 4869af161cab79ee221a74069a291ccadd2b45f0 [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
Paul Beesley717bac42019-10-22 11:08:15 +000015 change-log
Paul Beesley9fec7b22019-11-11 10:46:54 +000016 license
Paul Beesley717bac42019-10-22 11:08:15 +000017
Jimmy Brissonc5953842020-04-02 15:18:59 -050018The Trusted Firmware-A Tests (TF-A-Tests) is a suite of baremetal tests to
19exercise the `Trusted Firmware-A (TF-A)`_ features from the Normal World. It
20enables strong TF-A functional testing without dependency on a Rich OS. It
21mainly interacts with TF-A through its SMC interface.
22
23It provides a basis for TF-A developers to validate their own platform ports and
24add their own test cases.
25
Jimmy Brissonc5953842020-04-02 15:18:59 -050026Getting started
27---------------
28
29Get the TF-A Tests source code from `trustedfirmware.org`_.
30
Jimmy Brisson4844dc92020-04-02 15:19:34 -050031See content under the *Getting Started* chapter for instructions on how to
32install, build and use the TF-A Tests.
Jimmy Brissonc5953842020-04-02 15:18:59 -050033
Jimmy Brisson4844dc92020-04-02 15:19:34 -050034See :ref:`Framework Design` for information on how the TF-A Tests work
35internally.
Jimmy Brissonc5953842020-04-02 15:18:59 -050036
Jimmy Brisson4844dc92020-04-02 15:19:34 -050037See content under the *Porting* chapter for information about how to use this
38software on another Armv8-A platform.
Jimmy Brissonc5953842020-04-02 15:18:59 -050039
Jimmy Brisson4844dc92020-04-02 15:19:34 -050040See content under the *Process* chapter for information on how to contribute to
41this project.
Jimmy Brissonc5953842020-04-02 15:18:59 -050042
Paul Beesley717bac42019-10-22 11:08:15 +000043--------------
44
45*Copyright (c)2019, Arm Limited. All rights reserved.*
Jimmy Brissonc5953842020-04-02 15:18:59 -050046
Jimmy Brissonc5953842020-04-02 15:18:59 -050047.. _Juno Arm Development Platform: https://developer.arm.com/products/system-design/development-boards/juno-development-board
Jimmy Brissonc5953842020-04-02 15:18:59 -050048.. _trustedfirmware.org: https://git.trustedfirmware.org/TF-A/tf-a-tests.git
Jimmy Brisson4844dc92020-04-02 15:19:34 -050049.. _Trusted Firmware-A (TF-A): https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git