aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-15console: Move dummy_console_add_nodes() to common codeBenjamin Herrenschmidt5-13/+4
2014-10-15libflash: Sync with pflash 0.8.3Benjamin Herrenschmidt5-130/+563
2014-10-15hw/ast: Make PNOR offset on LPC a variableBenjamin Herrenschmidt1-8/+14
2014-10-15skiboot: Add default error handler for ipmi messagesAlistair Popple1-2/+5
2014-10-15led: Handle all the FSP_MCLASS_INDICATOR class sub commandsAnshuman Khandual2-0/+84
2014-10-15Quieten SLW log messages, mostly to PR_DEBUG. Some elevated to PR_ERR/WARNStewart Smith1-20/+34
2014-10-15Be less verbose in logging about FSP ConsoleStewart Smith1-21/+22
2014-10-15Perhaps we shouldn't prerror() about the presence of an FSP. perhaps.Stewart Smith1-1/+2
2014-10-15OCC: Adjust log levels. Many to PR_DEBUG, a few to prerror()Stewart Smith1-24/+26
2014-10-15Firenze platform: quieten logging of sending PCI info to FSPStewart Smith1-13/+9
2014-10-15(somewhat) quieten PCI during bootStewart Smith2-24/+25
2014-10-15Make FSP console a bit quieter, most can be PR_DEBUGStewart Smith1-23/+23
2014-10-15Make HB a lot quieter on boot, set log priority in core/hostservices.cStewart Smith1-35/+36
2014-10-15Make FSP a lot less verbose by setting log priorityStewart Smith1-54/+63
2014-10-15Reduce severity of CHIPTOD printfs (to PR_DEBUG)Stewart Smith1-9/+14
2014-10-15Adjust log message priority in fsp-leds.cStewart Smith1-22/+24
2014-10-15FSP buffer allocation messages can be PR_DEBUG.Stewart Smith1-4/+4
2014-10-15Some CHIPTOD log messages should be prerror in event of error.Stewart Smith1-2/+2
2014-10-15Reduce severity of hdata/fsp.c log messages (mostly to PR_DEBUG)Stewart Smith1-7/+8
2014-10-15Get assert and PEL log messages from HBRT to the correct priorityStewart Smith1-2/+2
2014-10-15Rework hdata/iohub.c CEC log messages to appropriate log levelsStewart Smith1-54/+69
2014-10-15Increase verbosity of CHIPTOD to PR_DEBUGStewart Smith1-3/+3
2014-10-15Secondary CPUs calling in should be PR_DEBUGStewart Smith1-1/+1
2014-10-15Reduce severity of XSCOM detection log message to PR_INFOStewart Smith1-1/+1
2014-10-15bump last two hdata/memory.c MS VPD printouts to PR_DEBUGStewart Smith1-4/+5
2014-10-15hdata/memory.c: only prlog with PR_DEBUG most thingsStewart Smith1-8/+8
2014-10-15Only print SPIRA discovered serial port info at PR_INFO priorityStewart Smith1-3/+3
2014-10-15decrease verbosity of logging CPU information.Stewart Smith2-17/+18
2014-10-15convert printf in core/cpu.c to prlog with PR_INFO or PR_DEBUGStewart Smith1-7/+8
2014-10-15Returning CPU message just needs to be PR_DEBUG at mostStewart Smith1-1/+1
2014-10-15Modify HOMER printouts in hw/homer.c to be (mostly) PR_DEBUG prlog callsStewart Smith1-9/+9
2014-10-15Modify the (many) printouts in core/cpu.c to have appropriate PR levelsStewart Smith1-8/+12
2014-10-15Reduce the amount of text 'parsing hdat' uses.Stewart Smith1-9/+3
2014-10-15opal_del_caller shouldn't be called: up severity level, change message.Stewart Smith1-1/+2
2014-10-15Make assert(false) for calling attn be a PR_EMERG level errorStewart Smith1-1/+1
2014-10-10CUPD: Log LID ID in elog if size crosses the limitVasant Hegde1-3/+4
2014-10-10Merge branch 'release-2.1.1'Stewart Smith2-2/+8
2014-10-10OCC: Change OCC timeout elog severityskiboot-2.1.1-fw810.20-1Vasant Hegde2-2/+8
2014-10-09uart: Exploit Tx FIFOBenjamin Herrenschmidt1-10/+18
2014-10-08Merge branch 'release-2.1.1'Benjamin Herrenschmidt7-363/+584
2014-10-08slw: Remove log flooding from fast sleep codeBenjamin Herrenschmidt1-4/+0
2014-10-08PHB3: Support DMA error injectionGavin Shan1-0/+98
2014-10-08PHB3: Support MM64 error injectionGavin Shan1-6/+82
2014-10-08PHB3: Support multiple MM32 segments for error injectionGavin Shan2-19/+30
2014-10-08PCI: Refactor error injectionGavin Shan5-361/+401
2014-10-08remove unused DBG and FSP_TRACE macros from hw/psi.cStewart Smith1-4/+0
2014-10-08hw/fake-rtc.c now uses prlog(PR_TRACE instead of DBG macroStewart Smith1-5/+3
2014-10-08Use prlog(PR_INSANE in hw/chiptod.c instead of DBG macro.Stewart Smith1-15/+12
2014-10-08Convert hw/fsi-master.c from DBG define to prlog PR_INSANEStewart Smith1-8/+4
2014-10-08Convert hw/slw.c from DBG #define to prlogStewart Smith1-20/+21