docs/wind: update Versal VxWorks MSI-X setup#44
Merged
Conversation
c7ba7e0 to
e45f79f
Compare
kpeng3
requested changes
Jun 10, 2026
dd59c26 to
71c582e
Compare
Document the GICv3 ITS components needed for e1000e MSI-X and shell/network component updates for the symbol table error. Additionally, since these changes apply to vxworks 26.03 update the title accordingly. Signed-off-by: shivkd <shiveshkd@gmail.com>
71c582e to
f48345e
Compare
ho28
approved these changes
Jun 12, 2026
|
|
||
| .. code:: | ||
|
|
||
| $ vxprj component add INCLUDE_SHELL_INTERP_C |
Collaborator
There was a problem hiding this comment.
can these 4 steps be replaced by a vxprj bundle add BUNDLE_STANDALONE_SHELL ?
| VxWorks 24.03 on xlnx-versal-virt machine | ||
| ========================================= | ||
| ==================================================== | ||
| VxWorks 24.03 and 26.03 on xlnx-versal-virt machine |
Collaborator
There was a problem hiding this comment.
Maybe since these steps work on both 24.03 and 26.03, we can change the title of the docuemnt to "VxWorks on xlnx-versal-virt machine"
and then add another section stating specifically which versions of vxworks this has been tested on
|
|
||
| $ vxprj component add DRV_INTCTLR_FDT_ARM_GIC_V3_ITS | ||
|
|
||
| The ``DRV_INTCTLR_FDT_ARM_GIC_V3_ITS`` component also adds the required |
Collaborator
There was a problem hiding this comment.
Rather than a note that says these other components are automatically pulled in as dependencies, just list them out explicitly as components that should be added when building (just to make it clear exactly which components are needed)
kpeng3
approved these changes
Jun 12, 2026
kpeng3
left a comment
Collaborator
There was a problem hiding this comment.
Everything looks good to me, nice job!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update the Versal VxWorks guide with required GICv3 ITS components for e1000e MSI-X and shell/network component changes for the symbol table error.