Skip to content

uefi: Add integration test for PCI_ROOT_BRIDGE_IO_PROTOCOL #1674

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

seijikun
Copy link
Contributor

@seijikun seijikun commented May 19, 2025

This is only a very simple and incomplete version of the API.
Only API for now is direct PCI I/O.

The PCI API is rather ... complicated. Firstly, because of just how versatile the read/write I/O Access methods are. And secondly, because the whole topic is complicated.
Instead of packing all the variants into read() and write(), I instead unpacked each variant as their own prefixed method.

write(), fill_write(), fifo_write(), etc.

Checklist

  • Sensible git history (for example, squash "typo" or "fix" commits). See the Rewriting History guide for help.
  • Update the changelog (if necessary)

@seijikun seijikun force-pushed the mr-safe-pciroot branch 4 times, most recently from 8379f20 to eb74040 Compare May 19, 2025 19:00
Copy link
Member

@phip1611 phip1611 left a comment

Choose a reason for hiding this comment

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

LGTM!

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.

2 participants