summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* opal: Do not overwrite same HMI event for multiple HMI errors.Mahesh Salgaonkar2015-02-121-31/+45
* core/device: Function to return child node using nameNeelesh Gupta2015-02-111-0/+16
* Make abort() update sp attn area (like assert does)Stewart Smith2015-02-111-2/+2
* ipmi/wdt: Add ipmi watchdog timer supportAlistair Popple2015-02-092-2/+9
* ipmi: Implement Read Event and SEL parsingJoel Stanley2015-02-091-1/+2
* Merge remote branch 'ka1/master'Stewart Smith2015-02-091-0/+40
|\
| * ipmi: handle SMS_ATN eventsJeremy Kerr2015-02-091-0/+40
* | cpu: Handle opal_reinit_cpus() more gracefully on P7Benjamin Herrenschmidt2015-02-091-0/+7
|/
* ipmi: Add support for synchronous message sendingAlistair Popple2015-02-091-0/+23
* platform: Add exit platform hookAlistair Popple2015-02-091-0/+3
* ipmi: Add a function to (re)initialise a message without allocationAlistair Popple2015-02-091-10/+18
* Move skiboot internal things from opal.h to opal-api.hStewart Smith2015-02-0617-0/+19
* Allow ELF executables with function descriptor entrypoint to be skiboot payloadsNathan Whitehorn2015-02-041-0/+20
* Unlock rtc cache lock when cache isn't validStewart Smith2015-01-211-1/+4
* Don't run pollers when sending fsp msg for op panel op_display(FATAL)Stewart Smith2015-01-211-2/+2
* Merge branch 'update-2.1.1.1'Stewart Smith2015-01-192-0/+114
|\
| * opal: Add unit test for buffer overrun in prlog/printfMahesh Salgaonkar2015-01-192-2/+125
* | clean CORE_TEST_NOSTUB binariesStewart Smith2014-12-191-0/+1
* | Add console-log unit testStewart Smith2014-12-192-0/+87
* | Exclude all test cases from coverage-reportStewart Smith2014-12-191-0/+2
* | Add another pel test to test user sectionStewart Smith2014-12-191-0/+33
* | Increase test coverage of pel testStewart Smith2014-12-192-2/+6
* | Pretty print make check and coverage outputStewart Smith2014-12-191-5/+5
* | Fix makefile dependency generation, especially for HOSTCCStewart Smith2014-12-151-9/+0
* | Don't add dummy console property if already in dt.Ryan Grimm2014-12-101-1/+3
* | silence integer/pointer from integer/pointer warnings in core/test/run-mem_re...Stewart Smith2014-12-051-3/+3
* | Fix unused result of realloc warning in core/test/run-malloc.cStewart Smith2014-12-051-1/+3
* | Fix unbounded stack usage warning in core/test/run-mem_region_release_unused.cStewart Smith2014-12-051-1/+5
* | opal: Don't put the symbol map whole into a propertyBenjamin Herrenschmidt2014-12-051-3/+5
* | Silence warning for core/tests/stubs.c prlog missing prototypeStewart Smith2014-12-051-1/+3
* | Fix unbounded stack usage warning in core/test/run-mem_region_release_unused_...Stewart Smith2014-12-051-1/+5
* | core/hostservices.c and core/slw.c: cleanup log messagesCédric Le Goater2014-12-031-4/+3
* | elog: Clean up error logging headersAlistair Popple2014-12-023-3/+3
* | ipmi/bt: Enable adding messages to the start of the queueAlistair Popple2014-12-021-0/+5
* | rtc: Add a generic rtc cacheAlistair Popple2014-12-023-3/+73
* | core/device: wrap a function to destroy a dt_nodeWei Yang2014-12-021-8/+13
* | core/init: make fdt a local variableWei Yang2014-12-021-1/+1
* | Remove #define sync in test/run-trace.c - don't confuse with sync(2)Stewart Smith2014-12-021-2/+1
* | core/test: fix compile error in run-traceCédric Le Goater2014-12-021-0/+5
* | Add tweaks to work in Mambo simulatorBenjamin Herrenschmidt2014-12-014-13/+63
* | Remove sprintf: there's no good reason to have this in firmwareStewart Smith2014-11-281-3/+3
* | Merge remote-tracking branch 'ltcgit/master'Benjamin Herrenschmidt2014-11-281-1/+2
|\ \
| * | abort if device tree parsing failsAnton Blanchard2014-11-261-1/+2
* | | More trace endian fixes so make check works againBenjamin Herrenschmidt2014-11-282-48/+53
|/ /
* | Merge branch 'update-2.1.1.1'Stewart Smith2014-11-261-0/+29
|\ \ | |/
| * occ/hbrt: Call stopOCC() for implementing reset OCC command from FSPShilpasri G Bhat2014-11-251-0/+29
* | use $(wildcard ) in test MakefilesDan Streetman2014-11-251-1/+1
* | Merge remote-tracking branch 'ltcgit/master'Benjamin Herrenschmidt2014-11-222-2/+2
|\ \
| * | Implement skiboot versioningStewart Smith2014-11-192-2/+2
* | | opal: Remove MCE handling code.Mahesh Salgaonkar2014-11-221-164/+0
OpenPOWER on IntegriCloud