Skip to content

Commit 78cc8c6

Browse files
alistair23mstsirkin
authored andcommitted
hw/pci: Add all Data Object Types defined in PCIe r6.0
Add all of the defined protocols/features from the PCIe-SIG r6.0 "Table 6-32 PCI-SIG defined Data Object Types (Vendor ID = 0001h)" table. Signed-off-by: Alistair Francis <[email protected]> Reviewed-by: Jonathan Cameron <[email protected]> Reviewed-by: Wilfred Mallawa <[email protected]> Message-Id: <[email protected]> Reviewed-by: Michael S. Tsirkin <[email protected]> Signed-off-by: Michael S. Tsirkin <[email protected]>
1 parent e9c0d54 commit 78cc8c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/hw/pci/pcie_doe.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ REG32(PCI_DOE_CAP_STATUS, 0)
4646

4747
/* PCI-SIG defined Data Object Types - r6.0 Table 6-32 */
4848
#define PCI_SIG_DOE_DISCOVERY 0x00
49+
#define PCI_SIG_DOE_CMA 0x01
50+
#define PCI_SIG_DOE_SECURED_CMA 0x02
4951

5052
#define PCI_DOE_DW_SIZE_MAX (1 << 18)
5153
#define PCI_DOE_PROTOCOL_NUM_MAX 256

0 commit comments

Comments
 (0)