-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Runner fixes in xsdb #92464
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
base: main
Are you sure you want to change the base?
Runner fixes in xsdb #92464
Conversation
18970ad
to
ea326f7
Compare
This update enhances the runner script to optionally accept bl31, pdi, and system.dtb as arguments. These inputs are not mandatory and will only be used if explicitly provided. This allows for more flexible boot configurations, especially useful when testing different firmware and system setups without modifying the script. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com>
…ions In 2025.1 xsdb release for Versal Gen 2 platform target definitions got changed, Updated config file to align with latest target definitions. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com>
Modified the XSDB configuration to take the PDI path directly from the runner script's arguments rather than relying on an environment variable. This change improves usability and makes the runner more self-contained. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com>
ea326f7
to
7fcc43d
Compare
|
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.
Already reviewed this internally.
@michalsimek Perhaps we should get you started on getting the collaborator role on the AMD/Xilinx area in Zephyr? |
I am already listed there: Xilinx Platforms: Or is there something else needed? |
Did you receive an invitation for joining the project on GitHub? |
This pull does the below
files.
instead of environment variables.