aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2014-10-15libflash: Sync with pflash 0.8.3Benjamin Herrenschmidt2-85/+471
2014-10-15hw/ast: Make PNOR offset on LPC a variableBenjamin Herrenschmidt1-8/+14
2014-10-15led: Handle all the FSP_MCLASS_INDICATOR class sub commandsAnshuman Khandual1-0/+63
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-15(somewhat) quieten PCI during bootStewart Smith1-17/+19
2014-10-15Make FSP console a bit quieter, most can be PR_DEBUGStewart Smith1-23/+23
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-15Modify HOMER printouts in hw/homer.c to be (mostly) PR_DEBUG prlog callsStewart Smith1-9/+9
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 Smith1-2/+7
2014-10-10OCC: Change OCC timeout elog severityskiboot-2.1.1-fw810.20-1Vasant Hegde1-2/+7
2014-10-09uart: Exploit Tx FIFOBenjamin Herrenschmidt1-10/+18
2014-10-08Merge branch 'release-2.1.1'Benjamin Herrenschmidt3-324/+542
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 Shan1-17/+26
2014-10-08PCI: Refactor error injectionGavin Shan2-324/+363
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-08ast/io: Fix a number of issues with SuperIO accessBenjamin Herrenschmidt1-56/+74
2014-10-05ipmi/bt: Rework iBT register accessBenjamin Herrenschmidt1-33/+54
2014-10-05plat/palmetto: Fix SIO UART vs UART setup and iBT setupBenjamin Herrenschmidt1-3/+107
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 Popple1-27/+32
2014-10-01ipmi: Add ipmi_present APIJoel Stanley1-0/+6
2014-10-01ipmi/power: Add power state IPMI commandJoel Stanley1-2/+29
2014-10-01ipmi/power: Update chassis control commandJoel Stanley1-6/+4
2014-10-01bt/ipmi: Convert to using asynchronous messagingAlistair Popple3-71/+49
2014-10-01ipmi: Refactored ipmi layer to use generic backendAlistair Popple5-22/+169
2014-10-01bt/ipmi: Fixup allocation of bt/ipmi messagesAlistair Popple1-24/+42
2014-10-01occ/slw: Fix OCC/SLW initialization for power managementPreeti U Murthy2-63/+30
2014-09-30phb3/capi: Some tweaks to the new CAPI interfacesBenjamin Herrenschmidt1-7/+6
2014-09-30phb3/capi: Add capp recovery to phb3Ryan Grimm1-3/+60