aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2014-12-19clean CORE_TEST_NOSTUB binariesStewart Smith1-0/+1
2014-12-19Add console-log unit testStewart Smith2-0/+87
2014-12-19Exclude all test cases from coverage-reportStewart Smith1-0/+2
2014-12-19Add another pel test to test user sectionStewart Smith1-0/+33
2014-12-19Increase test coverage of pel testStewart Smith2-2/+6
2014-12-19Pretty print make check and coverage outputStewart Smith1-5/+5
2014-12-15Fix makefile dependency generation, especially for HOSTCCStewart Smith1-9/+0
2014-12-10Don't add dummy console property if already in dt.Ryan Grimm1-1/+3
2014-12-05silence integer/pointer from integer/pointer warnings in core/test/run-mem_re...Stewart Smith1-3/+3
2014-12-05Fix unused result of realloc warning in core/test/run-malloc.cStewart Smith1-1/+3
2014-12-05Fix unbounded stack usage warning in core/test/run-mem_region_release_unused.cStewart Smith1-1/+5
2014-12-05opal: Don't put the symbol map whole into a propertyBenjamin Herrenschmidt1-3/+5
2014-12-05Silence warning for core/tests/stubs.c prlog missing prototypeStewart Smith1-1/+3
2014-12-05Fix unbounded stack usage warning in core/test/run-mem_region_release_unused_...Stewart Smith1-1/+5
2014-12-03core/hostservices.c and core/slw.c: cleanup log messagesCédric Le Goater1-4/+3
2014-12-02elog: Clean up error logging headersAlistair Popple3-3/+3
2014-12-02ipmi/bt: Enable adding messages to the start of the queueAlistair Popple1-0/+5
2014-12-02rtc: Add a generic rtc cacheAlistair Popple3-3/+73
2014-12-02core/device: wrap a function to destroy a dt_nodeWei Yang1-8/+13
2014-12-02core/init: make fdt a local variableWei Yang1-1/+1
2014-12-02Remove #define sync in test/run-trace.c - don't confuse with sync(2)Stewart Smith1-2/+1
2014-12-02core/test: fix compile error in run-traceCédric Le Goater1-0/+5
2014-12-01Add tweaks to work in Mambo simulatorBenjamin Herrenschmidt4-13/+63
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