Remove data retention flag for AWS F2 as this is not supported#9008
Merged
chvamshi-xilinx merged 1 commit intoXilinx:2024.2from Jun 6, 2025
karthdmg-xilinx:2024.2
Merged
Remove data retention flag for AWS F2 as this is not supported#9008chvamshi-xilinx merged 1 commit intoXilinx:2024.2from karthdmg-xilinx:2024.2
chvamshi-xilinx merged 1 commit intoXilinx:2024.2from
karthdmg-xilinx:2024.2
Conversation
Signed-off-by: karthik dmg <karthdmg@amd.com>
chvamshi-xilinx
pushed a commit
that referenced
this pull request
Jun 12, 2025
* Porting AWS F2 Changes to 2024.2 (#8768) * XRT changes w.r.to changes made in AWS library (#8646) * Fix errors in PR 8361 * porting AWS F2 work around changes to 2024.1 Signed-off-by: karthik dmg <karthdmg@amd.com> * changes related to latest AWS libirary update Signed-off-by: karthik dmg <karthdmg@amd.com> --------- Signed-off-by: karthik dmg <karthdmg@amd.com> Co-authored-by: rave <karthik> * resetting aws clocking module using AWS API (#8719) Signed-off-by: karthik dmg <karthdmg@amd.com> * Run clock reset functionality asynchronously (#8725) Signed-off-by: karthik dmg <karthdmg@amd.com> * Update ROM VBNV name by reading shell version from AWS interface (#8728) Signed-off-by: karthik dmg <karthdmg@amd.com> * AWS: Clean up DRM FDs before PCI rescan post axlf load (#8753) * AWS: Clean up DRM FDs before PCI rescan post axlf load Signed-off-by: karthik dmg <karthdmg@amd.com> * removed debug print Signed-off-by: karthik dmg <karthdmg@amd.com> --------- Signed-off-by: karthik dmg <karthdmg@amd.com> * Porting AWS PCI ID changes to 2024.2 Signed-off-by: karthik dmg <karthdmg@amd.com> --------- Signed-off-by: karthik dmg <karthdmg@amd.com> * Support for Kernel <4.18 for pipeline builds (#8902) Signed-off-by: karthik dmg <karthdmg@amd.com> * remove data retention flag for AWS F2 as this is not supported (#9008) Signed-off-by: karthik dmg <karthdmg@amd.com> --------- Signed-off-by: karthik dmg <karthdmg@amd.com>
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.
Problem solved by the commit
Data retention support is removed for AWS F2, so made changes in the interface accordingly.
Bug / issue (if any) fixed, which PR introduced the bug, how it was discovered
Data retention support is removed for AWS F2, so made changes in the interface accordingly.
How problem was solved, alternative solutions (if any) and why they were rejected
Data retention support is removed for AWS F2, so made changes in the interface accordingly.
Risks (if any) associated the changes in the commit
None
What has been tested and how, request additional testing if necessary
Ran hello world on AWS F2 instance and verified the behavior.
Documentation impact (if any)
None