-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Pci ep framework #13553
Pci ep framework #13553
Conversation
daa10dc
to
41743ce
Compare
[Experimental Bot, please feedback here] Squash The Commits: This PR contains 6 Commits. Please Squash the Multiple Commits into a Single Commit. No, this PR does not meet the NuttX requirements. Summary:
Impact:
Testing:
To improve this PR:
By addressing these points, your PR will be far more likely to be reviewed and merged. |
7c39116
to
7d96fc5
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.
please fill commit messages that explain the change and the reason why it is needed
This used for add pci ep drver framework Signed-off-by: lipengfei28 <[email protected]>
The pci ep framework use bitmap manage free bar Signed-off-by: lipengfei28 <[email protected]>
and move common math funtions to math32.h: div_round_up div_round_closest is_power_of_2 roundup_pow_of_two rounddown_pow_of_two Signed-off-by: lipengfei28 <[email protected]>
The pci ep framewoek use bitmap manage the pci outbond memory Signed-off-by: lipengfei28 <[email protected]>
Signed-off-by: yangshuyong <[email protected]> Signed-off-by: lipengfei28 <[email protected]>
7d96fc5
to
921bd3d
Compare
@jerpelea I add the comment and explain the change |
Summary
nuttx add pci ep framework
Impact
Testing