aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-25skiboot-5.7 release notesv5.7Stewart Smith1-0/+1508
2017-07-25phb4: Add link training trace modeMichael Neuling2-0/+57
2017-07-25phb4: Improve reset and link training timingMichael Neuling3-12/+110
2017-07-25phb4: Add phb4_check_reg() to sanity check failuresMichael Neuling1-0/+17
2017-07-25phb4: Remove retry on electrical link timeoutMichael Neuling1-1/+1
2017-07-25phb4: Simplify calling phb4_retry_state()Michael Neuling1-10/+2
2017-07-25phb4: Read PERST signal rather than assuming it's assertedMichael Neuling1-3/+3
2017-07-25phb4: Fix endian of TLP headers printMichael Neuling1-5/+5
2017-07-25phb4: Change timeouts prints to error levelMichael Neuling1-2/+2
2017-07-25phb4: Better logs why the slot didn't workMichael Neuling1-1/+10
2017-07-25phb4: Force verbose EEH loggingMichael Neuling1-0/+2
2017-07-25phb4: Initialization sequence updatesRussell Currey1-13/+22
2017-07-25hdat/i2c: Fix array version checkOliver O'Halloran1-1/+1
2017-07-25mem_region: Check for no-map in reserved nodesOliver O'Halloran1-1/+7
2017-07-25hdata/memory: Add newlines to debug messagesOliver O'Halloran1-2/+2
2017-07-25hdata/memory: Add memory reservations to the DTOliver O'Halloran2-4/+55
2017-07-25core/backtrace: Serialise printing backtracesOliver O'Halloran1-0/+12
2017-07-21FSP/CONSOLE: Do not enable input irq in write pathVasant Hegde1-3/+0
2017-07-20core/pci: Fix mem-leak on fast-rebootMatt Brown1-0/+1
2017-07-20travis: Add debian stretch and unstableStewart Smith3-0/+34
2017-07-20boot_tests: add PFLASH_TO_COPY for OpenBMCStewart Smith1-0/+6
2017-07-19platform/witherspoon: Enable eSEL loggingVasant Hegde3-1/+7
2017-07-19attrconst for testsStewart Smith9-9/+9
2017-07-19gcov: properly handle gard and pflash code coverageStewart Smith2-2/+19
2017-07-19Makefile: gard/pflash targets for CI build with HOSTCFLAGS/HOSTGCOVFLAGSStewart Smith1-2/+2
2017-07-19gard: enable building with -DDEBUG for ccan listStewart Smith1-1/+8
2017-07-19gard: enable building with skiboot HOSTCFLAGS warningsStewart Smith1-1/+21
2017-07-19pflash: include ccan/list/list.c to be able to build -DDEBUGStewart Smith1-1/+9
2017-07-19pflash: build with skiboot HOSTCFLAGS warningsStewart Smith5-4/+13
2017-07-19pflash option to retrieve PNOR partition flagsMichael Tritz6-16/+167
2017-07-17skiboot: Fix comment around OPAL_IMC_COUNTERS_ enumMadhavan Srinivasan1-1/+1
2017-07-17hdat: Add missing newline to printMichael Neuling1-1/+1
2017-07-13doc: skiboot-5.7-rc2 release notesv5.7-rc2Stewart Smith1-0/+197
2017-07-13HDAT: Add IPMI sensor data under /bmc nodeVasant Hegde3-2/+75
2017-07-13IPMI: Move MAX_IPMI_SENSORS macro to ipmi.hVasant Hegde2-1/+2
2017-07-13numa/associativity: Add a new level of NUMA for GPU'sBalbir Singh3-7/+12
2017-07-13phb4: Do more retries on link training failuresMichael Neuling1-1/+1
2017-07-13phb4: Rework retries so we can do more than oneMichael Neuling2-7/+8
2017-07-13phb4: Workaround phy lockup by doing full PHB reset on retryMichael Neuling1-1/+1
2017-07-13phb4: Avoid recursive call into run state machineMichael Neuling1-1/+1
2017-07-13pci: Add ability to trace timingMichael Neuling1-0/+1
2017-07-13pci: Print resetting PHB notice at higher log levelMichael Neuling1-1/+1
2017-07-13phb4: Only set one bit in nfirMichael Neuling1-1/+1
2017-07-13phb4: Fix order of pfir/nfir clearing in CRESETMichael Neuling1-3/+4
2017-07-13phb4: Remove incorrect state transitionMichael Neuling1-1/+0
2017-07-13phb4: Set default lane equalisationMichael Neuling1-18/+27
2017-07-13hdata: Fix phb4 lane-eq property generationMichael Neuling1-4/+5
2017-07-13phb4: Fix PHB4 fence recoveryBenjamin Herrenschmidt1-13/+20
2017-07-13phb4: Use new accessors in a few placesBenjamin Herrenschmidt1-43/+43
2017-07-13phb4: Add register access helpersBenjamin Herrenschmidt1-0/+16