-
Notifications
You must be signed in to change notification settings - Fork 106
Add Versal Net Documentation #261
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
Conversation
building/devices/versal_net.rst
Outdated
| TEE test application done! | ||
|
|
||
| .. note:: | ||
| The ``regression 4005.7`` test failure is a known documented failure. The Versal Net |
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.
How about fixing this regression? It must be easier than keeping track of this technical dept.
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.
This is fixed now. I removed the note. Sorry for the noise.
building/devices/versal_net.rst
Outdated
|
|
||
| The pin used can be modified in ``core/pta/versal/test_pta.c`` by changing ``GPIO_TEST_PIN_ID``. | ||
|
|
||
| This test is available in the ``versal`` testsuite in ``xtest``: |
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.
I can't find that in xtest.
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.
These tests won't be upstreamed. This section of the doc was mostly AMD/Xilinx internal discussion. I removed it.
a1385d2 to
362e096
Compare
|
This pull request has been marked as a stale pull request because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment, otherwise this pull request will automatically be closed in 5 days. Note, that you can always re-open a closed issue at any time. |
|
Are the two commits supposed to be merged? I don't see much point in adding stuff that is immediately removed in the next commit. |
|
My bad. The removals should have been squashed with the first commit, not the second one :( Fixing this right away. |
362e096 to
5acf6af
Compare
building/devices/versal_net.rst
Outdated
| Prerequisites | ||
| ************* | ||
|
|
||
| This port requires proprietary binaries available upon request to AMD/Xilinx: |
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.
Do you have a link to where to request this?
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.
Do you have a link to where to request this?
I don't. The request has to go through AMD/Xilinx contacts first. There is no online form as far as I know.
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.
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.
Or perhaps you know who to contact if you have such a device?
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.
I believe you should know who to contact if you have such a device.
@nathan-menhorn Do you have any suggestion here?
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.
Hi @jcorbier and @jenswi-linaro these binaries are only available under NDA for this product. If you could update the wording to "This port requires proprietary binaries available upon request from your AMD-Xilinx FAE:"
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.
For some reason, I don't seem to have received notifications for these last comments, sorry about that. I'm pushing an update with your proposed wording, @nathan-menhorn
5acf6af to
1eba217
Compare
|
This pull request has been marked as a stale pull request because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment, otherwise this pull request will automatically be closed in 5 days. Note, that you can always re-open a closed issue at any time. |
|
Hi @jenswi-linaro I'm good with @jcorbier latest wording |
building/devices/versal_net.rst
Outdated
|
|
||
| - The third one, usually ``/dev/ttyUSB2`` is used by U-Boot and Linux for their console | ||
| - The fourth one, usually ``/dev/ttyUSB3`` displays PLM, TF-A and OP-TEE traces | ||
| (OP-TEE traces will be moved to the other UART in a future updage) |
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.
s/updage/update/
building/devices/versal_net.rst
Outdated
| available in the ``PATH``. They can be downloaded and `installed`_ from the AMD-Xilinx | ||
| website (`Downloads`_). | ||
|
|
||
| The user these executables are run with should also have the correct UNIX access rights |
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.
Rephrasing?
- The user these executables are run with should also have (...)
+ The user that runs these executables should also have (...)(edited) Actually I think I'm wrong. The sentence is right as-is. Discard my comment and sorry for the noise.
building/devices/versal_net.rst
Outdated
| =============================== | ||
|
|
||
| To properly boot Linux with the current configuration, stop automatic boot by pressing the spacebar to get to | ||
| U-Boot prompt, the run the following command: |
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.
s/the/then/
building/devices/versal_net.rst
Outdated
| PUF | ||
| === | ||
|
|
||
| The Versal Net Physically Unclonable Function is support on the OP-TEE port. |
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.
s/support/supported/
|
@etienne-lms Thanks for the review. Fixed all the typos. |
building/devices/versal_net.rst
Outdated
|
|
||
| .. code-block:: console | ||
|
|
||
| $ mkdir ~/optee-project |
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.
I'd rather drop the ~ to show that the tree can be anywhere. That's consistent with https://optee.readthedocs.io/en/latest/building/gits/build.html#step-3-get-the-source-code
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.
Indeed, good point thanks.
|
|
|
This pull request has been marked as a stale pull request because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment, otherwise this pull request will automatically be closed in 5 days. Note, that you can always re-open a closed issue at any time. |
etienne-lms
left a comment
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.
Acked-by: Etienne Carriere <[email protected]>
Add relevant documentation to allow booting a buildroot image (BOOT.BIN containing firmware/tf-a/op-tee/uboot) from JTAG. Signed-off-by: Jeremie Corbier <[email protected]> Acked-by: Jens Wiklander <[email protected]> Acked-by: Etienne Carriere <[email protected]>
Add the AMD/Xilinx Versal Net Platform. Signed-off-by: Jeremie Corbier <[email protected]> Acked-by: Jens Wiklander <[email protected]> Acked-by: Etienne Carriere <[email protected]>
|
Why has this PR been closed? |
The reason is that no activity means that the bot will close it automatically after some time. Don't worry though, I've reopened it. The reason I haven't merged this, is because I wanted to see that their is agreement and a conclusion on the PR about plat-versal before merging this (OP-TEE/optee_os#6738). I find it difficult to understand where we are with #6738 in optee_os. |
|
No worries. I thought the latest force push (with Etienne's ack) would be enough to remove the stale state, hence my surprise. As for the status on the other PR, let me check with @nathan-menhorn. Thanks! |
|
This pull request has been marked as a stale pull request because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment, otherwise this pull request will automatically be closed in 5 days. Note, that you can always re-open a closed issue at any time. |
|
Pull request still being worked on, waiting for main PR on optee_os to be merged. |
|
This pull request has been marked as a stale pull request because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment, otherwise this pull request will automatically be closed in 5 days. Note, that you can always re-open a closed issue at any time. |
|
Comment to keep this open. |
|
This pull request has been marked as a stale pull request because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment, otherwise this pull request will automatically be closed in 5 days. Note, that you can always re-open a closed issue at any time. |
Add documentation for the AMD/Xilinx Versal Net variant of the Versal family.