aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-02opal: Handle more TFAC errors.Mahesh Salgaonkar1-0/+5
2014-12-01Add documentation describing skiboot versioningStewart Smith1-0/+107
2014-12-01Add scripts to run from MamboBenjamin Herrenschmidt2-0/+362
2014-12-01Add tweaks to work in Mambo simulatorBenjamin Herrenschmidt13-18/+123
2014-11-28Remove vsprintf: just like sprintf, vsnprintf is a much better ideaStewart Smith4-22/+2
2014-11-28Remove sprintf: there's no good reason to have this in firmwareStewart Smith8-43/+12
2014-11-28PLAT: Add i2c busses on firenzeNeelesh Gupta2-1/+133
2014-11-28elog: (sensor) Replace prerror with elogNeelesh Gupta1-7/+7
2014-11-28Enable warn_unused_result for fsp_queue_msg()Stewart Smith1-1/+1
2014-11-28Merge remote-tracking branch 'ltcgit/master'Benjamin Herrenschmidt11-21/+28
2014-11-28More trace endian fixes so make check works againBenjamin Herrenschmidt4-71/+78
2014-11-27Liberally sprinkle attribute((warn_unused_result)) around the placeStewart Smith7-18/+22
2014-11-26Add attribute warn_unused_result to compiler.h and dt_expand_nodeStewart Smith2-1/+3
2014-11-26abort if device tree parsing failsAnton Blanchard1-1/+2
2014-11-26Make lpc_interrupt() attribute constStewart Smith1-1/+1
2014-11-26Various fixes to dump_tracesBenjamin Herrenschmidt3-33/+41
2014-11-26Merge branch 'update-2.1.1.1'Stewart Smith2-9/+10
2014-11-26Include stdint.h for libc/test/run-time.c, fixing buildStewart Smith1-0/+1
2014-11-26vsnprintf: Change print_itoa to use less stackShreyas B. Prabhu1-9/+9
2014-11-26Add Travis configurationJoel Stanley1-0/+21
2014-11-26Merge branch 'update-2.1.1.1'Stewart Smith1-1/+1
2014-11-26FSP: Validate fsp_msg in fsp_queue_msgVasant Hegde1-1/+1
2014-11-26fix Makefile when using a build directoryCédric Le Goater1-1/+2
2014-11-26Merge branch 'update-2.1.1.1'Stewart Smith3-12/+63
2014-11-25occ: Reduce stack usage in add_cpu_pstate_properties()Vaidyanathan Srinivasan1-8/+24
2014-11-25occ: Fix the low level ACK message sent to FSP on receiving {RESET/LOAD}_OCCShilpasri G Bhat1-2/+2
2014-11-25occ/hbrt: Call stopOCC() for implementing reset OCC command from FSPShilpasri G Bhat3-2/+37
2014-11-25palmetto: Use the right model of VPD eepromBenjamin Herrenschmidt1-1/+1
2014-11-25use $(wildcard ) in test MakefilesDan Streetman2-2/+2
2014-11-22Merge remote-tracking branch 'ltcgit/master'Benjamin Herrenschmidt9-22/+105
2014-11-22opal: Remove MCE handling code.Mahesh Salgaonkar5-275/+0
2014-11-22opal: Remove machine check interrupt patching in OPAL.Mahesh Salgaonkar2-32/+2
2014-11-22core/test: Fix timer test caseVasant Hegde1-1/+1
2014-11-19don't echo version during make.Stewart Smith1-1/+0
2014-11-19Fail build when SKIBOOT_VERSION not set and not in git treeskiboot-4.0Stewart Smith1-1/+6
2014-11-19Implement skiboot versioningStewart Smith8-18/+65
2014-11-19Merge branch 'update-2.1.1.1'Stewart Smith1-0/+32
2014-11-18Add symbolic backtraces and expose skiboot map to LinuxBenjamin Herrenschmidt12-32/+113
2014-11-18Remove useless global include memory.hBenjamin Herrenschmidt8-29/+1
2014-11-18Fix backtracesBenjamin Herrenschmidt3-15/+24
2014-11-18Capture backtraces when measuring stack depthBenjamin Herrenschmidt6-17/+38
2014-11-18Rename backtrace.c to stack.c and move stack related bitsBenjamin Herrenschmidt3-82/+83
2014-11-18Add functions to backtrace into a non-text bufferBenjamin Herrenschmidt7-44/+114
2014-11-18phb3: Increase some timeouts (SW283991)skiboot-2.1.1-fw810.20-2Benjamin Herrenschmidt1-4/+40
2014-11-17Stack checking extensionsBenjamin Herrenschmidt14-18/+166
2014-11-17Quote built-in kernel path from MakefileBenjamin Herrenschmidt2-6/+2
2014-11-17Merge branch 'update-2.1.1.1'Benjamin Herrenschmidt1-8/+9
2014-11-17phb3: Increase some timeouts (SW283991)Benjamin Herrenschmidt1-4/+8
2014-11-17PHB3: wait 1s after PERST deassert for CAPP adaptersRyan Grimm1-4/+1
2014-11-14platforms/astbmc: Temporary reboot workaroundJoel Stanley1-1/+3