OpenBIC
OpenSource Bridge-IC
plat_pldm_device_identifier.c File Reference
Include dependency graph for plat_pldm_device_identifier.c:

Variables

struct pldm_descriptor_string PLDM_DEVICE_DESCRIPTOR_TABLE []
 
struct pldm_descriptor_string ASIC_PSOC_DESCRIPTOR_TABLE []
 
struct pldm_descriptor_string ASIC_QSPI_DESCRIPTOR_TABLE []
 
struct pldm_descriptor_string ASIC_BOOT1_DESCRIPTOR_TABLE []
 
const uint8_t bic_descriptors_count = ARRAY_SIZE(PLDM_DEVICE_DESCRIPTOR_TABLE)
 
const uint8_t asic_psoc_descriptors_count = ARRAY_SIZE(ASIC_PSOC_DESCRIPTOR_TABLE)
 
const uint8_t asic_qspi_descriptors_count = ARRAY_SIZE(ASIC_QSPI_DESCRIPTOR_TABLE)
 
const uint8_t asic_boot1_descriptors_count = ARRAY_SIZE(ASIC_BOOT1_DESCRIPTOR_TABLE)
 
struct pldm_downstream_identifier_table downstream_table []
 
const uint8_t downstream_table_count = ARRAY_SIZE(downstream_table)
 

Variable Documentation

◆ ASIC_BOOT1_DESCRIPTOR_TABLE

struct pldm_descriptor_string ASIC_BOOT1_DESCRIPTOR_TABLE[]

◆ asic_boot1_descriptors_count

const uint8_t asic_boot1_descriptors_count = ARRAY_SIZE(ASIC_BOOT1_DESCRIPTOR_TABLE)

◆ ASIC_PSOC_DESCRIPTOR_TABLE

struct pldm_descriptor_string ASIC_PSOC_DESCRIPTOR_TABLE[]

◆ asic_psoc_descriptors_count

const uint8_t asic_psoc_descriptors_count = ARRAY_SIZE(ASIC_PSOC_DESCRIPTOR_TABLE)

◆ ASIC_QSPI_DESCRIPTOR_TABLE

struct pldm_descriptor_string ASIC_QSPI_DESCRIPTOR_TABLE[]

◆ asic_qspi_descriptors_count

const uint8_t asic_qspi_descriptors_count = ARRAY_SIZE(ASIC_QSPI_DESCRIPTOR_TABLE)

◆ bic_descriptors_count

const uint8_t bic_descriptors_count = ARRAY_SIZE(PLDM_DEVICE_DESCRIPTOR_TABLE)

◆ downstream_table

struct pldm_downstream_identifier_table downstream_table[]
Initial value:
= {
{ .descriptor = ASIC_PSOC_DESCRIPTOR_TABLE,
.descriptor_count = asic_psoc_descriptors_count },
{ .descriptor = ASIC_QSPI_DESCRIPTOR_TABLE,
.descriptor_count = asic_qspi_descriptors_count },
{ .descriptor = ASIC_BOOT1_DESCRIPTOR_TABLE,
.descriptor_count = asic_boot1_descriptors_count },
}
const uint8_t asic_psoc_descriptors_count
Definition: plat_pldm_device_identifier.c:173
const uint8_t asic_qspi_descriptors_count
Definition: plat_pldm_device_identifier.c:174
struct pldm_descriptor_string ASIC_PSOC_DESCRIPTOR_TABLE[]
Definition: plat_pldm_device_identifier.c:40
struct pldm_descriptor_string ASIC_QSPI_DESCRIPTOR_TABLE[]
Definition: plat_pldm_device_identifier.c:84
struct pldm_descriptor_string ASIC_BOOT1_DESCRIPTOR_TABLE[]
Definition: plat_pldm_device_identifier.c:128
const uint8_t asic_boot1_descriptors_count
Definition: plat_pldm_device_identifier.c:175

◆ downstream_table_count

const uint8_t downstream_table_count = ARRAY_SIZE(downstream_table)

◆ PLDM_DEVICE_DESCRIPTOR_TABLE

struct pldm_descriptor_string PLDM_DEVICE_DESCRIPTOR_TABLE[]