aboutsummaryrefslogtreecommitdiff
path: root/core/pldm
AgeCommit message (Expand)AuthorFilesLines
2023-09-12core/pldm: Register OPAL_IPMI_SEND/RECV calls backChristophe Lombard2-1/+299
2023-09-12core/pldm: Register OPAL_RTC_READ/WRITE calls backChristophe Lombard2-1/+261
2023-09-12core/pldm: Update boot progress stateChristophe Lombard2-0/+268
2023-09-12core/pldm: Decode the GetFruRecordTable requestChristophe Lombard3-0/+96
2023-09-12core/pldm: Decode the GetFRURecordTableMetadata requestChristophe Lombard3-0/+157
2023-09-12core/pldm: Decode the GetPDR requestChristophe Lombard1-0/+123
2023-09-12core/pldm: Create boot progress and terminus locator in the given repoChristophe Lombard2-0/+343
2023-09-12core/pldm: Encode PLDM PDR Repository Change eventDataChristophe Lombard1-0/+124
2023-09-12core/pldm: Find PDR record by record handleChristophe Lombard2-0/+29
2023-09-12core/pldm: Decode the SetStateEffecterStates requestChristophe Lombard1-0/+117
2023-09-12core/pldm: Decode the GetStateSensorReadings requestChristophe Lombard1-0/+84
2023-09-12core/pldm: Decode the PlatformEventMessage requestChristophe Lombard3-1/+123
2023-09-12core/pldm: Decode the SetEventReceiver requestChristophe Lombard2-0/+92
2023-09-12core/pldm: Handle Watchdog timer.Christophe Lombard2-0/+143
2023-09-12core/pldm: Register PLDM as a blocklevel deviceChristophe Lombard1-0/+247
2023-09-12core/pldm: Lid ids string parsingChristophe Lombard2-1/+187
2023-09-12core/pldm: Get file handle and file lengthChristophe Lombard2-0/+79
2023-09-12core/pldm: Add file io write requestChristophe Lombard2-0/+128
2023-09-12core/pldm: Add file io read requestChristophe Lombard2-0/+136
2023-09-12core/pldm: PLDM for File-IO operationsChristophe Lombard4-1/+162
2023-09-12core/pldm: Update "bmc-firmware-version" device-tree fieldChristophe Lombard2-0/+86
2023-09-12core/pldm: PLDM for FRU data SpecificationChristophe Lombard4-2/+153
2023-09-12core/pldm: Find lid attribute from bios tablesChristophe Lombard2-0/+151
2023-09-12core/pldm: PLDM for BIOS Control and Configuration SpecificationChristophe Lombard4-1/+228
2023-09-12core/pldm: Send a system chassis Off-Soft Graceful requestChristophe Lombard1-0/+32
2023-09-12core/pldm: Send a system firmware Graceful Restart requestChristophe Lombard1-0/+77
2023-09-12core/pldm: Encode state effecter requestChristophe Lombard1-0/+82
2023-09-12core/pldm: PLDM for Platform Monitoring and Control SpecificationChristophe Lombard5-1/+402
2023-09-12core/pldm: Implement PLDM requesterChristophe Lombard4-2/+351
2023-09-12core/pldm: Encode GetPLDMVersion responseChristophe Lombard1-0/+94
2023-09-12core/pldm: Encode GetPLDMCommands responseChristophe Lombard1-0/+99
2023-09-12core/pldm: Encode GetPLDMTypes responseChristophe Lombard1-0/+62
2023-09-12core/pldm: Encode GetTID responseChristophe Lombard1-0/+60
2023-09-12core/pldm: Add PLDM responder supportChristophe Lombard4-2/+175
2023-09-12core/pldm: PLDM over MCTP BindingChristophe Lombard3-0/+148