aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-08Remove (unused) DBG macros from hw/fsp/fsp-nvram.cStewart Smith1-3/+0
2014-10-08Use prlog instead of DBG macros in hw/fsp/fsp-rtc.cStewart Smith1-16/+16
2014-10-08Use prlog rather than DBG #ifdef in hw/fsp/fsp-leds.cStewart Smith1-14/+11
2014-10-08use prlog(PR_INSANE in hw/fsp/fsp.c in place of DBG ifdefStewart Smith1-8/+6
2014-10-08Change DBG to prlog PR_TRACE and PR_INSANE in hw/fsp/fsp-sensor.cStewart Smith1-13/+16
2014-10-08Change DBG macro to prlog calls for platforms/ibm-fsp/lxvpd.cStewart Smith1-18/+23
2014-10-08core: Make secondary spin and locks use cpu_relax()Benjamin Herrenschmidt3-9/+6
2014-10-08ast/io: Fix a number of issues with SuperIO accessBenjamin Herrenschmidt1-56/+74
2014-10-05platform: Add Habanero platformBenjamin Herrenschmidt2-1/+53
2014-10-05platform: Rename "bmc" to "astbmc"Benjamin Herrenschmidt7-8/+8
2014-10-05plat/palmetto: Move most code to a common file & reorder inits a bitBenjamin Herrenschmidt6-218/+253
2014-10-05ipmi/bt: Rework iBT register accessBenjamin Herrenschmidt3-33/+56
2014-10-05plat/palmetto: Fix SIO UART vs UART setup and iBT setupBenjamin Herrenschmidt3-7/+141
2014-10-02Merge branch 'release-2.1.1'Benjamin Herrenschmidt1-11/+7
2014-10-02hmi: decode_malfunction fixesRyan Grimm1-11/+7
2014-10-01bt: Add message timeoutAlistair Popple2-7/+50
2014-10-01bt: Limit the outstanding message queue lengthAlistair Popple1-0/+21
2014-10-01ipmi/bt: Improve message validation and allow out-of-order command responsesAlistair Popple3-34/+46
2014-10-01ipmi: Add ipmi_present APIJoel Stanley3-0/+14
2014-10-01ipmi/power: Add power state IPMI commandJoel Stanley3-2/+51