aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-11i2c: Move bus management and OPAL API to core i2c codeBenjamin Herrenschmidt5-122/+152
2014-11-10i2c: Improve operations without interruptsBenjamin Herrenschmidt1-18/+91
2014-11-07Merge branch 'i2c'Benjamin Herrenschmidt15-554/+980
2014-11-07PLAT: Add i2c busses on palmetto/habaneroBenjamin Herrenschmidt1-0/+92
2014-11-07i2c: Rework P8 i2c driverBenjamin Herrenschmidt3-482/+566
2014-11-07fsp/ti: Make sure the TI area is initialized before useBenjamin Herrenschmidt1-1/+9
2014-11-07timer: Add scheduled timer facilityBenjamin Herrenschmidt8-1/+274
2014-11-07list: Add list_add_beforeBenjamin Herrenschmidt1-0/+19
2014-11-05i2c: Bug fixes, clean up of the codeNeelesh Gupta3-160/+110
2014-11-05hdat: Add Venice hub ID to HDAT conversionBenjamin Herrenschmidt1-5/+9
2014-10-31Add a simple READMEStewart Smith1-0/+45
2014-10-30fsp: Allow loading initramfs resourcesJeremy Kerr1-0/+4
2014-10-30core: Add support for loading an external initramfsJeremy Kerr3-1/+30
2014-10-30platform: add a platform hook for loading external resourcesJeremy Kerr6-38/+78
2014-10-30ipmi: Add an opal interface to the ipmi stackAlistair Popple7-14/+198
2014-10-30opal: Add facility for dynamic event bitsJeremy Kerr2-1/+41
2014-10-30libflash: Update from pflash-0.8.6Benjamin Herrenschmidt3-58/+146
2014-10-28Revert "core/init: Add device tree fixup for the i2c base address"Benjamin Herrenschmidt1-172/+2
2014-10-28Merge remote-tracking branch 'ltcgit/master'Benjamin Herrenschmidt9-6/+1360
2014-10-28centaur: Detect Centaur DD2 as well as DD1Benjamin Herrenschmidt1-1/+1
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 Gupta8-3/+1184
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