aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-03build: use -mcpu=power8Nicholas Piggin1-2/+2
2019-10-03core/platform: Actually disable fast-reboot on P8Oliver O'Halloran1-3/+5
2019-10-03hdat/spira: export abc and wxyz bus speedsMadhavan Srinivasan4-0/+18
2019-10-02ccan: Add CCAN heap licenseJordan Niethe1-1/+17
2019-10-02core/cpu.c: current_radix_mode should be initialised to trueNicholas Piggin1-1/+1
2019-09-06external/common: Use file operation used on x86 for ARCH_UNKNOWNFrédéric Bonnard4-8/+2
2019-09-06hw/psi: Remove explicit external IRQ policyOliver O'Halloran5-45/+6
2019-09-06hw/psi-p9: Mask OPAL-owned LSIs without handlersOliver O'Halloran3-6/+38
2019-09-06hw/psi-p9: Make interrupt name array globalOliver O'Halloran1-19/+19
2019-09-06hw/psi: Add chip ID to interrupt namesOliver O'Halloran1-23/+33
2019-09-06xive: fix return value of opal_xive_allocate_irq()Cédric Le Goater1-1/+1
2019-09-06hw/test: include -gcov binaries in clean targetEric Richter1-1/+1
2019-09-06devicetree: Remove lpc interrupt propertiesReza Arbab1-15/+1
2019-09-06MPIPL: struct opal_mpipl_fadump doesn't needs to be packedVasant Hegde1-1/+1
2019-09-06slw: Enable stop states on P9PRyan Grimm1-1/+2
2019-09-06core/flash: Use pr_fmt macro for tagging log messagesJordan Niethe1-35/+37
2019-08-23hw/lpc: Configure SerIRQ interrupts on P9POliver O'Halloran1-2/+5
2019-08-23core/pci: Only hack class code for root portsOliver O'Halloran1-1/+1
2019-08-23npu3: Delay enablement of DL parity checkingReza Arbab2-6/+8
2019-08-23hdata: Add Axone IOHUB supportOliver O'Halloran2-0/+5
2019-08-23pci: recheck pci nvram hacks on fast-rebootOliver O'Halloran4-4/+11
2019-08-23npu2: Invalidate entire TCE cache if many entries requestedAlexey Kardashevskiy1-5/+12
2019-08-23core/flash: Validate secure boot content sizeOliver O'Halloran1-0/+11
2019-08-16skiboot 6.5 release notesv6.5Oliver O'Halloran1-0/+20
2019-08-16ipmi: Use standard MIN() macro definitionJordan Niethe1-3/+1
2019-08-16hw/phb4: Use standard MIN/MAX macro definitionsJordan Niethe1-6/+3
2019-08-16hw/phb4: Prevent register accesses when in resetOliver O'Halloran2-0/+11
2019-08-16npu: Fix device binding error messageReza Arbab1-2/+6
2019-08-16npu3: Expose remaining ATSD launch registersReza Arbab2-9/+13
2019-08-16npu3: Initialize NPU3_SNP_MISC_CFG0Reza Arbab2-0/+11
2019-08-16npu3: Rename NPU3_SM_MISC_CFGn register macrosReza Arbab2-12/+12
2019-08-16pci: Use a macro for accessing PCI BDF Function NumberJordan Niethe8-17/+18
2019-08-16pci: Use a macro for accessing PCI BDF Device NumberJordan Niethe9-15/+16
2019-08-16pci: Use a macro for accessing PCI BDF Bus NumberJordan Niethe9-18/+21
2019-08-16core/pci-dt-slots: Remove duplicate PCIDBG() definitionJordan Niethe1-6/+0
2019-08-16include/xscom: Use the name EQ rather than EPOliver O'Halloran2-11/+15
2019-08-16include/xscom: Remove duplicate p9 definitionsOliver O'Halloran1-5/+0
2019-08-16include/xscom: Remove duplicate p8 definitionsOliver O'Halloran1-40/+0
2019-08-15MPIPL: Add documentationVasant Hegde6-0/+250
2019-08-15MPIPL: Prepare architected registers data tagVasant Hegde1-0/+37
2019-08-15MPIPL: Reserve memory to capture architected registers dataVasant Hegde4-1/+53
2019-08-15MPIPL: Clear tags and metadataVasant Hegde1-0/+6
2019-08-15MPIPL: Add OPAL API to query saved tagsVasant Hegde2-2/+43
2019-08-15MPIPL: Prepare OPAL data tagVasant Hegde2-0/+81
2019-08-15hdata: Add "mpipl-boot" property to "dump" nodeVasant Hegde2-0/+47
2019-08-15platform: Introduce new reboot typeVasant Hegde3-0/+14
2019-08-15HIOMAP: Reset bmc mbox in MPIPL pathVasant Hegde10-4/+251
2019-08-15MPIPL: Save crashing PIRVasant Hegde3-0/+14
2019-08-15MPIPL: Add support to trigger MPIPL on BMC systemVasant Hegde3-3/+84
2019-08-15SBE: Send OPAL relocated base address to SBEVasant Hegde3-0/+58