aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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 Lombard2-0/+68
2023-09-12core/pldm: Add PLDM responder supportChristophe Lombard4-2/+175
2023-09-12core/pldm: PLDM over MCTP BindingChristophe Lombard6-1/+195
2023-09-12hw/ast-bmc: Initialize ast lpc mctp bindingChristophe Lombard4-0/+432
2023-09-12hw: Move lpc firmware space helpersChristophe Lombard6-126/+218
2023-09-12pldm/ibm/libpldm: Import oem IBM libpldm libraryChristophe Lombard12-1/+2426
2023-09-12pldm/libpldm: Import libpldm library handling PLDM protocolChristophe Lombard25-1/+15676
2023-09-12libmctp: Import libmctp library handling MCTP protocolChristophe Lombard21-1/+3973
2023-09-12pldm: Export logging featureChristophe Lombard2-1/+2
2023-09-12include/asm: Create asm_byteorder.h header fileChristophe Lombard1-0/+10
2023-09-12include: Provide endian conversion functionsChristophe Lombard1-0/+24
2023-09-12include: Expand print conversion specificier macrosChristophe Lombard1-0/+6
2023-09-12libc: Add ENXIO error codeChristophe Lombard1-5/+7
2023-09-12libc: Expand limits.h and include in stdint.hChristophe Lombard2-0/+9
2023-09-12skiboot v7.1 release notesv7.1Reza Arbab1-0/+13
2023-08-09Makefile: Link final elf with --no-warn-rwx-segmentsJoel Stanley1-0/+2
2023-08-09pci: Remove MVE opal callsJoel Stanley6-133/+31
2023-07-12init: Add a newline to the LPAR-per-core warningJoel Stanley1-1/+1
2023-07-12psi: Remove PSIHB_XIVR referenceJoel Stanley1-2/+0
2023-07-11pau: Fix a build error with GCC 13.1.1Vaibhav Jain1-1/+1
2023-07-11Support cross compiling on RISC-VAndreas Schwab1-1/+1
2023-07-11hw/chiptod: allow qemu to use the chiptodNicholas Piggin2-4/+7
2023-06-06core/init: Move opal_mpipl_init earlierNicholas Piggin1-4/+2
2023-06-06ipmi: remove unused OS watchdog supportNicholas Piggin3-39/+0
2023-06-06ipmi: flush the ipmi message queue before booting a kernelNicholas Piggin6-5/+44
2023-06-06platforms: Use astbmc_exitNicholas Piggin13-13/+14
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-06VAS: use local_free to free local_alloc memoryNicholas Piggin1-2/+2
2023-06-06mem_region: Add a local_free functionNicholas Piggin2-0/+38
2023-06-06opal-ci: Drop fedora36, add fedora38Reza Arbab4-3/+3
2023-03-28opal/hmi: Recover from unusual HMI with no TB error reported.Mahesh Salgaonkar1-4/+36
2023-02-27hw/phb4: Clear the PEC FIRs when taking the ETU out of resetFrederic Barrat1-13/+17
2023-02-27hw/phb4: Use symbols when accessing PEC registersFrederic Barrat2-12/+19
2023-02-27ci: Update github actions to run on Node 16Reza Arbab1-1/+1