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

Added PCIe transaction check for all peripherals on the bus #331

Merged
merged 10 commits into from
Jul 12, 2023

Commits on Oct 31, 2022

  1. Added PCIe transaction check for all peripherals on the bus

    This is to determine if there are any unreachable devices on the PCIe bus.
    The gold list of PCI peripherals is a static file that varies depending on the platform. BDF information is parsed from this YAML file. Transcations are then carried out to determine the health of each peripheral.
    assrinivasan committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    bbca981 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Modified code to read pcie devices from the pre-configured YAML file

    Modified cmd to be executed to setpci (does pci transaction)
    Added exception handling
    assrinivasan committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    5fd0686 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Formalized syslog error messages

    Added specific check for ASIC missing to differentiate from device mismatch
    Added yaml support
    assrinivasan committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    4071932 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    29bb697 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    5e01bcc View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    e2e698d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc854a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Configuration menu
    Copy the full SHA
    5727c9f View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    e2928d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    389b00a View commit details
    Browse the repository at this point in the history