aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-24Update gitignore for current test suite binaries etcStewart Smith1-1/+12
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 Smith4-0/+8
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-19travis: Install power8 simulator for make checkJoel Stanley1-4/+3
2014-12-19Pretty print make check and coverage outputStewart Smith4-18/+18
2014-12-18Run the CCAN unit tests and add to coverage-reportStewart Smith18-5/+150
2014-12-18test/hello_world: Fix makefile ruleJoel Stanley1-1/+1
2014-12-18test/hello_world: Fix some corner cases in test scriptJoel Stanley1-1/+6
2014-12-17Fix compatible match for palmetto & habaneroBenjamin Herrenschmidt2-2/+2
2014-12-15Fix makefile dependency generation, especially for HOSTCCStewart Smith7-25/+8
2014-12-15Fix flub in hello_world Makefile.checkStewart Smith1-3/+0
2014-12-15Add hello_world tiny payload to test with mambo (if available)Stewart Smith6-0/+171
2014-12-15Makefile: Support CROSS_COMPILE as well as CROSSMichael Ellerman1-0/+3
2014-12-15mambo: Get the zImage from an environment variableMichael Ellerman1-1/+4
2014-12-10FSP: Reset the response outstanding bitmap on reset startAnanth N Mavinakayanahalli1-2/+6
2014-12-10PLAT/i2c: Fix the i2c device node name and add target propertyskiboot-4.1Neelesh Gupta1-13/+29
2014-12-10Don't add dummy console property if already in dt.Ryan Grimm1-1/+3
2014-12-10Update README with list and patchwork locationsStewart Smith1-0/+22
2014-12-10Fix bug/warning in hdata/memory.c I introduced in f1a3a19Stewart Smith1-2/+3
2014-12-10Enable -WerrorStewart Smith1-2/+2
2014-12-10Fix warn_unused_result warnings in fsp-leds.cStewart Smith1-25/+131
2014-12-10Fix warning of unbounded stack in libfdt/fdt_sw.cStewart Smith1-1/+6
2014-12-10Console: Fix unused result warnings in console driverAnanth N Mavinakayanahalli1-22/+79
2014-12-10FSP/EPOW: Fix unused result warnings in EPOW driverVasant Hegde1-3/+34
2014-12-10FSP/DPO: Fix unused result warnings in DPO driverVasant Hegde1-4/+46
2014-12-10SURV: Fix unused result warnings in surveillance codeAnanth N Mavinakayanahalli1-6/+14
2014-12-10RTC: Fix unused result warnings in RTC driverAnanth N Mavinakayanahalli1-2/+11
2014-12-10FSP: Fix unused result warnings in fsp driverAnanth N Mavinakayanahalli1-9/+60
2014-12-10Enable warn_unused_result for fsp_fetch_data_queue()Vasant Hegde2-9/+22
2014-12-10FSP/CUPD: Convert printf based log messages into prlog based logsVasant Hegde1-16/+18
2014-12-10fsp-elog: Add various NULL checksBenjamin Herrenschmidt2-11/+46
2014-12-09Make fsp_freemsg() behave if passed a NULL pointerStewart Smith1-1/+1
2014-12-09fsp: Avoid NULL dereference in case of invalid class_resp bitsBenjamin Herrenschmidt1-8/+19
2014-12-09Merge remote-tracking branch 'ltcgit/master'Benjamin Herrenschmidt12-19/+39
2014-12-06Improve mambo configBenjamin Herrenschmidt1-3/+71
2014-12-05Fix warning of potential unbound stack usage in hdata/memory.cStewart Smith1-1/+5
2014-12-05Silence warning for hdata/tests/stubs.c prlog missing prototypeStewart Smith1-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-05Reduce -Wstack-usage down to 1024 bytes.Stewart Smith1-2/+2
2014-12-05occ: Fix clearing of OCC interrupt on remote fixBenjamin Herrenschmidt3-5/+5
2014-12-03core/hostservices.c and core/slw.c: cleanup log messagesCédric Le Goater2-6/+5
2014-12-03ipmi/fru: Remove redundant version informationAlistair Popple1-4/+8