aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2014-11-28Remove sprintf: there's no good reason to have this in firmwareStewart Smith1-3/+3
2014-11-28Merge remote-tracking branch 'ltcgit/master'Benjamin Herrenschmidt1-1/+2
2014-11-28More trace endian fixes so make check works againBenjamin Herrenschmidt2-48/+53
2014-11-26abort if device tree parsing failsAnton Blanchard1-1/+2
2014-11-26Merge branch 'update-2.1.1.1'Stewart Smith1-0/+29
2014-11-25occ/hbrt: Call stopOCC() for implementing reset OCC command from FSPShilpasri G Bhat1-0/+29
2014-11-25use $(wildcard ) in test MakefilesDan Streetman1-1/+1
2014-11-22Merge remote-tracking branch 'ltcgit/master'Benjamin Herrenschmidt2-2/+2
2014-11-22opal: Remove MCE handling code.Mahesh Salgaonkar1-164/+0
2014-11-22opal: Remove machine check interrupt patching in OPAL.Mahesh Salgaonkar1-25/+1
2014-11-22core/test: Fix timer test caseVasant Hegde1-1/+1
2014-11-19Implement skiboot versioningStewart Smith2-2/+2
2014-11-18Add symbolic backtraces and expose skiboot map to LinuxBenjamin Herrenschmidt3-23/+57
2014-11-18Remove useless global include memory.hBenjamin Herrenschmidt3-3/+0
2014-11-18Fix backtracesBenjamin Herrenschmidt2-15/+22
2014-11-18Capture backtraces when measuring stack depthBenjamin Herrenschmidt2-13/+26
2014-11-18Rename backtrace.c to stack.c and move stack related bitsBenjamin Herrenschmidt3-82/+83
2014-11-18Add functions to backtrace into a non-text bufferBenjamin Herrenschmidt2-28/+72
2014-11-17Stack checking extensionsBenjamin Herrenschmidt5-14/+107
2014-11-14timer: Change property name "ibm,heartbeat-freq" -> "ibm,heartbeat-ms"Benjamin Herrenschmidt1-2/+2
2014-11-12bt/ipmi: Quieten logging outputAlistair Popple1-1/+1
2014-11-12timer: Only check "poll" timers on actual poll, not any interruptBenjamin Herrenschmidt3-4/+5
2014-11-12i2c: Use new timer facility and improve interrupts handlingBenjamin Herrenschmidt2-1/+2
2014-11-12timer: Add "polling" timersBenjamin Herrenschmidt2-16/+130
2014-11-11i2c: Move bus management and OPAL API to core i2c codeBenjamin Herrenschmidt2-1/+117
2014-11-07timer: Add scheduled timer facilityBenjamin Herrenschmidt6-1/+202
2014-11-05i2c: Bug fixes, clean up of the codeNeelesh Gupta1-2/+3
2014-10-30core: Add support for loading an external initramfsJeremy Kerr1-0/+25
2014-10-30platform: add a platform hook for loading external resourcesJeremy Kerr1-38/+16
2014-10-30ipmi: Add an opal interface to the ipmi stackAlistair Popple1-3/+5
2014-10-30opal: Add facility for dynamic event bitsJeremy Kerr1-1/+39
2014-10-28Revert "core/init: Add device tree fixup for the i2c base address"Benjamin Herrenschmidt1-172/+2
2014-10-27Fix stack usage might be unbounded warning in core/test/run-mem_region_initStewart Smith1-1/+4
2014-10-27core/init: Add device tree fixup for the i2c base addressNeelesh Gupta1-2/+172
2014-10-27hw/i2c: i2c driver infrastructure providing device I/ONeelesh Gupta1-0/+3
2014-10-24irq/occ/opal: Add self-sent dummy interruptBenjamin Herrenschmidt1-3/+18
2014-10-22Test cleanup code path in opal_msg_init()Stewart Smith1-2/+11
2014-10-22fsp/elog: Make the logging backend platform specificAlistair Popple1-2/+8
2014-10-22fsp/elog: Create a logging frontendAlistair Popple5-2/+312
2014-10-22fsp/elog: Separate the PEL log formatting functionsAlistair Popple4-3/+338
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 Smith2-6/+18
2014-10-21Fix make check after Ben broke it with external/* -> external/trace/ renameStewart Smith1-1/+1
2014-10-17Rename mem_size() to mem_allocated_size()Stewart Smith3-6/+6
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-15HBRT: Cleanup log outputBenjamin Herrenschmidt1-3/+3
2014-10-15Quieten a couple more thingsBenjamin Herrenschmidt1-3/+3