aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-10opal-ci: Remove centos7HEADmasterReza Arbab3-46/+1
2024-09-10Makefile: Use '--ignore-errors unused' with lcovReza Arbab1-1/+1
2024-09-10ci: Update github actions to run on Node 20Reza Arbab2-2/+2
2024-08-02core/pldm: Fix Use of uninitialised valueAbhishek Singh Tomar1-1/+1
2024-08-02core/pldm: Fix dangling point issueAbhishek Singh Tomar1-1/+3
2024-08-02core/pldm: Fix pdr handle to add first pdr requestAbhishek Singh Tomar1-0/+3
2024-08-02opal-ci: Drop fedora38, add fedora40Reza Arbab4-3/+3
2024-01-02opal-ci: Drop fedora37, add fedora39Reza Arbab4-3/+3
2023-11-27hw/imc: Detect BML and fix core countersRyan Grimm3-5/+10
2023-10-11hdata: Use existing define for PCIA signature checkNicholas Piggin1-1/+1
2023-10-11hdata: make for_each_pcia take spiras as an argumentNicholas Piggin4-4/+4
2023-10-11hdata: Remove legacy SPIRA structureNicholas Piggin15-284/+101
2023-10-11hdata: split idata accessor functionNicholas Piggin1-7/+17
2023-10-11hdata: Make hdata child accessors check the headerNicholas Piggin1-0/+12
2023-10-11hdata: Use common code for HDIF header checkNicholas Piggin2-4/+8
2023-10-11hdata: Add POWER10 Rainier testsNicholas Piggin3-0/+4237
2023-09-15hw/imc: Update IMC PMU node names for power10Athira Rajeev1-10/+186
2023-09-15hw/imc: Update IMC code to use dt_find_by_name_before_addr for checking dt nodesAthira Rajeev1-9/+9
2023-09-15core/device: Add function to return child node using name at substring "@"Athira Rajeev3-0/+39
2023-09-14opal-ci: Use the Fedora container registryReza Arbab3-3/+3
2023-09-12platforms/astbmc: Enable PLDM supportChristophe Lombard5-1/+84
2023-09-12core/pldm: Register OPAL_IPMI_SEND/RECV calls backChristophe Lombard3-1/+304
2023-09-12core/pldm: Register OPAL_RTC_READ/WRITE calls backChristophe Lombard3-1/+266
2023-09-12core/pldm: Update boot progress stateChristophe Lombard3-0/+280
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 Lombard3-0/+148
2023-09-12core/pldm: Register PLDM as a blocklevel deviceChristophe Lombard2-0/+252
2023-09-12core/pldm: Lid ids string parsingChristophe Lombard3-1/+194
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 Lombard3-0/+91
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 Lombard2-0/+37
2023-09-12core/pldm: Send a system firmware Graceful Restart requestChristophe Lombard2-0/+82
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