aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-05interrupts: Speed up opal interrupts scanningFrederic Barrat1-5/+17
2022-06-13cpu: Fix HID SPR icache flushing and attn change sequenceNicholas Piggin1-0/+22
2022-06-13core: detect LPAR-per-core mode and report in dtNicholas Piggin1-0/+38
2022-04-29flash: Make PNOR partition encoding size 64 bit safe.Aneesh Kumar K.V1-9/+17
2022-02-04Fix array-bound compilation warningsAbhishek Singh Tomar4-7/+14
2022-01-03hwprobe: convert vas_init(), nx_init()Stewart Smith1-6/+0
2022-01-03hw/slw: split P8 specific code into its own fileNicholas Piggin2-0/+2
2022-01-03hw/slw: Move P8 bits behind CONFIG_P8Nicholas Piggin1-0/+2
2022-01-03SBE: create processor-independent timer APIsNicholas Piggin3-15/+9
2022-01-03Add CONFIG_P8 with PHB3 behind itStewart Smith1-2/+9
2022-01-03hwprobe: convert PHB, NPU, PAU subsystems to hwprobeStewart Smith1-14/+1
2022-01-03Introduce hwprobe facility to avoid hard-coding probe functionsStewart Smith3-0/+74
2022-01-03fast-reboot: fix TLB cleanup after fast rebootNicholas Piggin1-0/+4
2021-12-23core/cpu: move sleep/wake synchronisation out from low level codeNicholas Piggin1-110/+42
2021-12-23core/cpu: make cpu idle states simplerNicholas Piggin1-25/+50
2021-12-23core/cpu: move cpu_wake out of job_lockNicholas Piggin1-1/+2
2021-12-23core/cpu: refactor IPI sendingNicholas Piggin1-18/+13