cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

pci-test.rst (902B)


      1.. SPDX-License-Identifier: GPL-2.0
      2
      3==========================
      4PCI Test Endpoint Function
      5==========================
      6
      7name: Should be "pci_epf_test" to bind to the pci_epf_test driver.
      8
      9Configurable Fields:
     10
     11================   ===========================================================
     12vendorid	   should be 0x104c
     13deviceid	   should be 0xb500 for DRA74x and 0xb501 for DRA72x
     14revid		   don't care
     15progif_code	   don't care
     16subclass_code	   don't care
     17baseclass_code	   should be 0xff
     18cache_line_size	   don't care
     19subsys_vendor_id   don't care
     20subsys_id	   don't care
     21interrupt_pin	   Should be 1 - INTA, 2 - INTB, 3 - INTC, 4 -INTD
     22msi_interrupts	   Should be 1 to 32 depending on the number of MSI interrupts
     23		   to test
     24msix_interrupts	   Should be 1 to 2048 depending on the number of MSI-X
     25		   interrupts to test
     26================   ===========================================================