aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-27Add Makefile and shell to run a boot test if zImage.epapr is presentStewart Smith2-0/+59
2015-01-27add libc/test/.gitignore for the new libc unit testsStewart Smith1-0/+10
2015-01-22rtc: rtc tod state need to be updated on successNeelesh Gupta1-0/+1
2015-01-22rtc: Remove the not used prototypeNeelesh Gupta1-2/+0
2015-01-22PLAT: Use NULL check instead assertionNeelesh Gupta1-17/+25
2015-01-22platforms/firestone: Add Firestone platformJeremy Kerr2-1/+45
2015-01-21Unlock rtc cache lock when cache isn't validStewart Smith1-1/+4
2015-01-21Don't run pollers when sending fsp msg for op panel op_display(FATAL)Stewart Smith2-3/+10
2015-01-21i2c: Unify the frequencies to calculate bit rate divisorNeelesh Gupta1-6/+3
2015-01-21Make building of hdata unit tests quietStewart Smith1-2/+2
2015-01-20Add skeleton for libc/ctype unit testsStewart Smith3-1/+62
2015-01-20Add skeleton for libc/stdlib unit testStewart Smith3-1/+62
2015-01-20Skeleton unit tests for libc memops (libc/string/*)Stewart Smith3-1/+71
2015-01-20Add some skiboot snprintf test casesStewart Smith4-5/+242
2015-01-19Merge branch 'update-2.1.1.1'Stewart Smith3-55/+222
2015-01-19opal: Fix buffer overrun in print_* functions.skiboot-2.1.1-fw810.20-4Mahesh Salgaonkar1-55/+108
2015-01-19opal: Add unit test for buffer overrun in prlog/printfMahesh Salgaonkar3-2/+127
2014-12-24Initial stab at OPAL Spec and some API docs.Stewart Smith4-0/+375
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