aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-24irq/occ/opal: Add self-sent dummy interruptBenjamin Herrenschmidt7-5/+70
2014-10-22PSI: Drive link down on HIRAnanth N Mavinakayanahalli1-31/+34
2014-10-22Test cleanup code path in opal_msg_init()Stewart Smith1-2/+11
2014-10-22update gitignore for non-core/test testsStewart Smith1-0/+4
2014-10-22fsp/elog: Make the logging backend platform specificAlistair Popple5-3/+16
2014-10-22fsp/elog: Create a logging frontendAlistair Popple11-206/+384
2014-10-22fsp/elog: Separate the PEL log formatting functionsAlistair Popple8-380/+527
2014-10-22Add some (not that good) testing of mem_dump_allocs()Stewart Smith1-0/+1
2014-10-22Test zalloc() failure case.Stewart Smith1-0/+4
2014-10-22Add unit test for realloc failureStewart Smith1-0/+10
2014-10-22Preliminary code coverage reporting infrastructureStewart Smith6-8/+54
2014-10-21Fix make check after Ben broke it with external/* -> external/trace/ renameStewart Smith2-2/+2
2014-10-20Move external trace stuff to a subdirectoryBenjamin Herrenschmidt4-0/+0
2014-10-17Rename mem_size() to mem_allocated_size()Stewart Smith4-7/+7
2014-10-17in realloc(), memcpy() call would copy past end of allocationStewart Smith2-2/+25
2014-10-15Fix stack usage in run-malloc-speed test by using mallocStewart Smith1-1/+4
2014-10-15led: Fix white space problemsAnshuman Khandual2-24/+24
2014-10-15opal-msg: Bump up the maximum asynchronous completion countNeelesh Gupta1-1/+6
2014-10-15attn: Remove generate_hex_word macroAruna Balakrishnaiah1-7/+2
2014-10-15sysparam: Add the new system parameter boot device pathNeelesh Gupta2-1/+3
2014-10-15uart: Works better if we actually allocate out_bufBenjamin Herrenschmidt1-0/+1
2014-10-15uart: Fix thinko in output ring pointersBenjamin Herrenschmidt1-2/+2
2014-10-15hw/ast: Print something decent for PNOR LPC offsetBenjamin Herrenschmidt1-1/+1
2014-10-15HBRT: Cleanup log outputBenjamin Herrenschmidt1-3/+3
2014-10-15Quieten a couple more thingsBenjamin Herrenschmidt2-4/+4
2014-10-15uart: Use prlog instead of printfBenjamin Herrenschmidt1-4/+4
2014-10-15uart: Keep synchronous console flush when IRQ not workingBenjamin Herrenschmidt1-3/+25
2014-10-15uart: Add interrupt driver output ring buffer for Linux ouputBenjamin Herrenschmidt1-41/+85
2014-10-15uart: Give UART it's own OPAL console callbacks instead of dummy consoleBenjamin Herrenschmidt6-112/+215
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