aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-29Revert "platforms/astbmc: Temporary reboot workaround"skiboot-4.1.1Joel Stanley1-3/+1
2015-01-28Document the device-tree entries for the operator panelStewart Smith1-0/+21
2015-01-28Add skeleton documentation on power-mgt section of device-treeStewart Smith1-0/+51
2015-01-28Update comment about winkle residencyStewart Smith1-2/+7
2015-01-28cpuidle: Add validated metrics for idle statesPreeti U Murthy1-3/+18
2015-01-28occ: Add properties for pstate vdd and vcs valuesJeremy Kerr1-5/+31
2015-01-28Makefile: Move -m options from CPPFLAGS to CFLAGS & AFLAGSJeremy Kerr1-3/+3
2015-01-27Add extra debug/trace printouts to fsp-rtc.Stewart Smith1-2/+10
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