aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2023-11-27hw/imc: Detect BML and fix core countersRyan Grimm1-0/+4
2023-09-15core/device: Add function to return child node using name at substring "@"Athira Rajeev2-0/+36
2023-09-12platforms/astbmc: Enable PLDM supportChristophe Lombard1-1/+15
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 Lombard4-1/+153
2023-09-12pldm: Export logging featureChristophe Lombard1-1/+1
2023-08-09pci: Remove MVE opal callsJoel Stanley1-36/+0
2023-07-12init: Add a newline to the LPAR-per-core warningJoel Stanley1-1/+1
2023-07-11pau: Fix a build error with GCC 13.1.1Vaibhav Jain1-1/+1
2023-07-11hw/chiptod: allow qemu to use the chiptodNicholas Piggin1-2/+1
2023-06-06core/init: Move opal_mpipl_init earlierNicholas Piggin1-4/+2
2023-06-06ipmi: remove unused OS watchdog supportNicholas Piggin1-11/+0
2023-06-06ipmi: flush the ipmi message queue before booting a kernelNicholas Piggin1-1/+10
2023-06-06ipmi: Fix potential infinite loop in sync_msg pollingNicholas Piggin1-1/+2
2023-06-06core/malloc: Make free and realloc tolerant of invalid usageNicholas Piggin1-0/+24
2023-06-06mem_region: Add a local_free functionNicholas Piggin1-0/+34
2023-03-28opal/hmi: Recover from unusual HMI with no TB error reported.Mahesh Salgaonkar1-4/+36