-
Notifications
You must be signed in to change notification settings - Fork 107
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
Static L0 Loader Support #224
Merged
Merged
Conversation
This file contains 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
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.
Just a couple small comments from looking at it briefly
dcca4f4
to
222da8e
Compare
62860db
to
0397704
Compare
Issue #141 |
0397704
to
a9842e3
Compare
575a758
to
faaa9e8
Compare
rwmcguir
reviewed
Jan 29, 2025
rwmcguir
reviewed
Jan 29, 2025
aec89b8
to
399cd15
Compare
399cd15
to
dc17e65
Compare
Signed-off-by: Neil R. Spruit <[email protected]>
Signed-off-by: Neil R. Spruit <[email protected]>
- Added support for older dii tables such that the version of the apis supported by that dynamic loader are requested and not newer versions. - Added check for backwards compatability for older init apis. Signed-off-by: Neil R. Spruit <[email protected]>
Signed-off-by: Neil R. Spruit <[email protected]>
Signed-off-by: Neil R. Spruit <[email protected]>
Signed-off-by: Neil R. Spruit <[email protected]>
… loader build Signed-off-by: Neil R. Spruit <[email protected]>
Signed-off-by: Neil R. Spruit <[email protected]>
Signed-off-by: Neil R. Spruit <[email protected]>
Signed-off-by: Neil R. Spruit <[email protected]>
Signed-off-by: Neil R. Spruit <[email protected]>
Signed-off-by: Neil R. Spruit <[email protected]>
Signed-off-by: Neil R. Spruit <[email protected]>
dc17e65
to
bebac0d
Compare
Signed-off-by: Neil R. Spruit <[email protected]>
bebac0d
to
ab4fcf5
Compare
Signed-off-by: Neil R. Spruit <[email protected]>
…build Signed-off-by: Neil R. Spruit <[email protected]>
93d7aee
to
e0a776e
Compare
Signed-off-by: Neil R. Spruit <[email protected]>
e4e0dd1
to
4a94021
Compare
Signed-off-by: Neil R. Spruit <[email protected]>
9d1d945
to
c37f0b3
Compare
Signed-off-by: Neil R. Spruit <[email protected]>
06a32ba
to
ad041c7
Compare
Signed-off-by: Neil R. Spruit <[email protected]>
ad041c7
to
7ad5a62
Compare
Signed-off-by: Neil R. Spruit <[email protected]>
a6dda55
to
50fd283
Compare
Looks good to me, as I have seen the testing output. Debating on if we need to increment minor here as part of this commit since it is a decent size feature add-on. EDIT... I see this was just added.. |
Signed-off-by: Neil R. Spruit <[email protected]>
50fd283
to
f9b2f31
Compare
rwmcguir
approved these changes
Feb 20, 2025
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.
Static Loader Support.
This support has a few conditions: