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

pcie_check: will continue instead of return if PCI cap is 0xff #401

Merged
merged 3 commits into from
Sep 13, 2024

Commits on Sep 9, 2024

  1. pcie_check: will continue instead of return if PCI cap is 0xff

    Will continue instead of return if PCI cap is 0xff.
    Add more description info for pcie check.
    
    Reported-by: Yi Lai <[email protected]>
    Signed-off-by: Pengfei Xu <[email protected]>
    xupengfe committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    764a543 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. pcie_check: will not show unavailable PCI or PCIe info in the list

    Add the judgment that PCI capability is 0, it will not show unavailable PCI
    or PCIe info in the list.
    
    Reported-by: Yi Lai <[email protected]>
    Signed-off-by: Pengfei Xu <[email protected]>
    xupengfe committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    b61f59b View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. pcie_check.c: remove MMIO base address detection by dmesg way

    Remove MMIO base address detection by dmesg way, because in CXL QEMU
    environment, dmesg shows incorrect MMIO base address "0xffc00000":
    "
    [    0.000000] efi: Remove mem128: MMIO range=[0xffc00000-0xffffffff] (4MB) from e820 map
    "
    And use MCFG way directly and it could detect correct MMIO base address
    "0xe0000000" for CXL QEMU environment.
    
    Signed-off-by: Pengfei Xu <[email protected]>
    xupengfe committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    7b847cd View commit details
    Browse the repository at this point in the history