Skip to content
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

Fix P2P bridge alignement issue #809

Merged
merged 1 commit into from
Aug 11, 2020

Conversation

mauricema
Copy link
Contributor

The following commit 9fcb3a6
caused a regression on PCI bridge resource allocation. At minimum
the PCI bridge needs to have IO apperture aligned at 4KB and MMIO
apperture aligned at 1MB. The new code did not adjust the
alignment for P2P bridge following this rule. This patch fixed
this issue.

Signed-off-by: Maurice Ma maurice.ma@intel.com

The following commit 9fcb3a6
caused a regression on PCI bridge resource allocation. At minimum
the PCI bridge needs to have IO apperture aligned at 4KB and MMIO
apperture aligned at 1MB. The new code did not adjust the
alignment for P2P bridge following this rule.  This patch fixed
this issue.

Signed-off-by: Maurice Ma <maurice.ma@intel.com>
@mauricema mauricema requested a review from a team as a code owner August 10, 2020 23:40
Copy link
Contributor

@raghavag raghavag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified on WHL that this patch fixed USB device resource issue.

@mauricema mauricema merged commit 1ed701b into slimbootloader:master Aug 11, 2020
@ghost ghost mentioned this pull request Aug 11, 2020
@mauricema mauricema deleted the fix_p2p_align branch August 13, 2020 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants