aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-20skiboot v6.5.4 release notesv6.5.4skiboot-6.5.xVasant Hegde1-0/+16
2020-03-20errorlog: Increase the severity of abnormal reboot eventsVasant Hegde1-1/+1
2020-03-20eSEL: Make sure PANIC logs are sent to BMC before calling assertVasant Hegde1-2/+15
2020-03-10skiboot v6.5.3 release notesv6.5.3Vasant Hegde1-0/+24
2020-03-10npu2-opencapi: Don't drive reset signal permanentlyFrederic Barrat1-6/+40
2020-03-10mpipl: Rework memory reservation for OPAL dumpVasant Hegde3-23/+40
2020-03-10xscom: Don't log xscom errors caused by OPAL callsOliver O'Halloran2-4/+14
2020-03-09mpipl: Disable fast-reboot during post MPIPL bootVasant Hegde1-0/+2
2020-03-09hdata: Update MPIPL support IPL parameterVasant Hegde1-1/+1
2020-01-29npu2: Clear fence on all bricksAlexey Kardashevskiy1-5/+12
2019-12-09skiboot v6.5.2 release notesv6.5.2Vasant Hegde1-0/+28
2019-12-09libstb/tpm: block access to unknown i2c devs on the tpm busOliver O'Halloran1-4/+43
2019-12-06slw: slw_reinit fix array overrunNicholas Piggin1-1/+1
2019-12-06IPMI: Trigger OPAL TI in abort path.Mahesh Salgaonkar1-7/+23
2019-12-05platform/mihawk: Add system VPD EEPROM to I2C busJoy Chu1-0/+20
2019-12-05platform/mihawk: Detect old system compatible stringFrederic Barrat1-1/+2
2019-12-05npu2/hw-procedures: Remove assertion from check_credits()Reza Arbab1-9/+6
2019-12-05npu2-opencapi: Fix integer promotion bug in LPC allocationAndrew Donnellan1-1/+1
2019-12-05hw/port80: Squash No SYNC errorOliver O'Halloran2-4/+10
2019-10-23skiboot v6.5.1 release notesv6.5.1Vasant Hegde1-0/+27
2019-10-23core/ipmi: Fix use-after-freeVasant Hegde1-3/+11
2019-10-23blocklevel: smart_write: Fix unaligned writes to ECC partitionsAndrew Jeffery4-7/+65
2019-10-23blocklevel: smart_write: Tidy local variable declarationsAndrew Jeffery1-4/+7
2019-10-23blocklevel: smart_write: Avoid reuse of formal parametersAndrew Jeffery1-6/+13
2019-10-23blocklevel: smart_write: Deny writes intersecting ECC protected regionsAndrew Jeffery1-1/+9
2019-10-23blocklevel: smart_write: Avoid indirectly testing formal parametersAndrew Jeffery1-1/+1
2019-10-23blocklevel: smart_write: Rename size variable for clarityAndrew Jeffery1-8/+9
2019-10-23blocklevel: smart_write: Rename write bufferAndrew Jeffery1-7/+7
2019-10-23blocklevel: smart_write: Terminate line for debug output in no-change caseAndrew Jeffery1-0/+2
2019-10-23gard: Fix data corruption when clearing single recordsAndrew Jeffery4-1/+31
2019-10-23core/platform: Actually disable fast-reboot on P8Oliver O'Halloran1-3/+5
2019-10-23xive: fix return value of opal_xive_allocate_irq()Cédric Le Goater1-1/+1
2019-10-23MPIPL: struct opal_mpipl_fadump doesn't needs to be packedVasant Hegde1-1/+1
2019-10-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