summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | opal: Remove machine check interrupt patching in OPAL.Mahesh Salgaonkar2014-11-221-25/+1
* | | core/test: Fix timer test caseVasant Hegde2014-11-221-1/+1
* | | Add symbolic backtraces and expose skiboot map to LinuxBenjamin Herrenschmidt2014-11-183-23/+57
* | | Remove useless global include memory.hBenjamin Herrenschmidt2014-11-183-3/+0
* | | Fix backtracesBenjamin Herrenschmidt2014-11-182-15/+22
* | | Capture backtraces when measuring stack depthBenjamin Herrenschmidt2014-11-182-13/+26
* | | Rename backtrace.c to stack.c and move stack related bitsBenjamin Herrenschmidt2014-11-183-82/+83
* | | Add functions to backtrace into a non-text bufferBenjamin Herrenschmidt2014-11-182-28/+72
* | | Stack checking extensionsBenjamin Herrenschmidt2014-11-175-14/+107
|/ /
* | timer: Change property name "ibm,heartbeat-freq" -> "ibm,heartbeat-ms"Benjamin Herrenschmidt2014-11-141-2/+2
* | bt/ipmi: Quieten logging outputAlistair Popple2014-11-121-1/+1
* | timer: Only check "poll" timers on actual poll, not any interruptBenjamin Herrenschmidt2014-11-123-4/+5
* | i2c: Use new timer facility and improve interrupts handlingBenjamin Herrenschmidt2014-11-122-1/+2
* | timer: Add "polling" timersBenjamin Herrenschmidt2014-11-122-16/+130
* | i2c: Move bus management and OPAL API to core i2c codeBenjamin Herrenschmidt2014-11-112-1/+117
* | timer: Add scheduled timer facilityBenjamin Herrenschmidt2014-11-076-1/+202
* | i2c: Bug fixes, clean up of the codeNeelesh Gupta2014-11-051-2/+3
* | core: Add support for loading an external initramfsJeremy Kerr2014-10-301-0/+25
* | platform: add a platform hook for loading external resourcesJeremy Kerr2014-10-301-38/+16
* | ipmi: Add an opal interface to the ipmi stackAlistair Popple2014-10-301-3/+5
* | opal: Add facility for dynamic event bitsJeremy Kerr2014-10-301-1/+39
* | Revert "core/init: Add device tree fixup for the i2c base address"Benjamin Herrenschmidt2014-10-281-172/+2
* | Fix stack usage might be unbounded warning in core/test/run-mem_region_initStewart Smith2014-10-271-1/+4
* | core/init: Add device tree fixup for the i2c base addressNeelesh Gupta2014-10-271-2/+172
* | hw/i2c: i2c driver infrastructure providing device I/ONeelesh Gupta2014-10-271-0/+3
* | irq/occ/opal: Add self-sent dummy interruptBenjamin Herrenschmidt2014-10-241-3/+18
* | Test cleanup code path in opal_msg_init()Stewart Smith2014-10-221-2/+11
* | fsp/elog: Make the logging backend platform specificAlistair Popple2014-10-221-2/+8
* | fsp/elog: Create a logging frontendAlistair Popple2014-10-225-2/+312
* | fsp/elog: Separate the PEL log formatting functionsAlistair Popple2014-10-224-3/+338
* | Add some (not that good) testing of mem_dump_allocs()Stewart Smith2014-10-221-0/+1
* | Test zalloc() failure case.Stewart Smith2014-10-221-0/+4
* | Add unit test for realloc failureStewart Smith2014-10-221-0/+10
OpenPOWER on IntegriCloud