aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-28More trace endian fixes so make check works againBenjamin Herrenschmidt4-71/+78
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
2014-11-14timer: Change property name "ibm,heartbeat-freq" -> "ibm,heartbeat-ms"Benjamin Herrenschmidt1-2/+2
2014-11-14i2c: Update DT bindings and minor changesBenjamin Herrenschmidt2-59/+94
2014-11-14i2c: Provide FFDC data in the driverNeelesh Gupta4-73/+226
2014-11-14external: Add the memboot utilityAlistair Popple3-0/+171
2014-11-14Import pflash 0.8.6Benjamin Herrenschmidt13-9/+1645
2014-11-13external: Add xscom utilitiesBenjamin Herrenschmidt5-0/+455
2014-11-12bt: Use new polling timer interface instead of OPAL pollersBenjamin Herrenschmidt1-7/+22
2014-11-12bt: Reinitialise bt interface correctly after a resetAlistair Popple1-6/+6
2014-11-12bt/ipmi: Quieten logging outputAlistair Popple2-4/+1
2014-11-12bt: Fix message timeoutsAlistair Popple1-7/+14
2014-11-12bt: Add locking for bt hardware pollingAlistair Popple1-34/+40
2014-11-12bt: Add call to bt_poll to kick start message state machineAlistair Popple1-22/+24
2014-11-12timer: Only check "poll" timers on actual poll, not any interruptBenjamin Herrenschmidt4-5/+6
2014-11-12i2c: Use new timer facility and improve interrupts handlingBenjamin Herrenschmidt8-80/+68