39 lines · plain
1.. SPDX-License-Identifier: GPL-2.02 3==========================4PCI NTB Endpoint Function5==========================6 71) Create a subdirectory to pci_epf_ntb directory in configfs.8 9Standard EPF Configurable Fields:10 11================ ===========================================================12vendorid should be 0x104c13deviceid should be 0xb00d for TI's J721E SoC14revid don't care15progif_code don't care16subclass_code should be 0x0017baseclass_code should be 0x518cache_line_size don't care19subsys_vendor_id don't care20subsys_id don't care21interrupt_pin don't care22msi_interrupts don't care23msix_interrupts don't care24================ ===========================================================25 262) Create a subdirectory to directory created in 127 28NTB EPF specific configurable fields:29 30================ ===========================================================31db_count Number of doorbells; default = 432mw1 size of memory window133mw2 size of memory window234mw3 size of memory window335mw4 size of memory window436num_mws Number of memory windows; max = 437spad_count Number of scratchpad registers; default = 6438================ ===========================================================39