-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
versal2: add documentation #259
base: master
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ Device specific information | |
:maxdepth: 1 | ||
|
||
versal | ||
versal2 | ||
devbox | ||
fvp | ||
hikey620 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
.. _versal2: | ||
|
||
################ | ||
AMD Versal Gen 2 | ||
################ | ||
The following instructions demonstrate how to obtain the OP-TEE source code and build it for the AMD Versal Gen 2 platform. | ||
|
||
Supported boards | ||
**************** | ||
AMD Versal Gen 2 adaptive SoCs combine world-class programmable logic from AMD with a new high-performance processing system of integrated Arm CPU. | ||
|
||
Stay tuned for more updates! | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove |
||
|
||
Configuring and building | ||
************************ | ||
|
||
.. code-block:: bash | ||
|
||
$ mkdir -p optee_project | ||
$ cd optee_project | ||
$ repo init -u https://github.com/OP-TEE/manifest.git -m versal2.xml | ||
$ repo sync | ||
|
||
Compilation | ||
*********** | ||
Run the following commands to compile all the necessary source code. | ||
|
||
.. code-block:: bash | ||
|
||
$ cd build | ||
$ make toolchains | ||
$ make all | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Adding |
||
|
||
Build Artifacts | ||
*************** | ||
All the build artifacts are available in the output directory. | ||
|
||
.. code-block:: bash | ||
|
||
$ cd ../out/bin/ | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Perhaps add some instructions on how to obtain any extra firmware binary(ies) and flash the firmware onto the board? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @jforissier |
||
Stay tuned for more updates! | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not very useful in this (technical) documentation. Instead, please mention (or link to) which board precisely are supported. Readers should be able to know which board model to purchase if they want to run OP-TEE.