aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-02p8-i2c reset things manually in some error conditionsStewart Smith1-22/+157
2016-11-30phb4: Add ability to log config space accessMichael Neuling1-0/+13
2016-11-29tpm_i2c_nuvoton: work out the polling time using mftb()Claudio Carvalho1-26/+45
2016-11-29tpm_i2c_nuvoton: handle errors after reading the tpm fifoClaudio Carvalho1-1/+11
2016-11-29tpm_i2c_nuvoton: cleanup variables in tpm_read_fifo()Claudio Carvalho1-17/+11
2016-11-29tpm_i2c_nuvoton: handle errors after writting the tpm fifoClaudio Carvalho1-2/+11
2016-11-29tpm_i2c_nuvoton: cleanup variables in tpm_write_fifo()Claudio Carvalho1-27/+23
2016-11-29tpm_i2c_nuvoton: handle errors after writing sts.commandReady in step 5Claudio Carvalho1-1/+11
2016-11-29tpm_i2c_nuvoton: handle errors after writing sts.goClaudio Carvalho1-2/+11
2016-11-29tpm_i2c_nuvoton: handle errors after checking the tpm fifo statusClaudio Carvalho1-66/+86
2016-11-29tpm_i2c_nuvoton: return burst_count in tpm_read_burst_count()Claudio Carvalho1-21/+19
2016-11-29tpm_i2c_nuvoton: isolate the code that handles the TPM_TIMEOUT_D timeoutClaudio Carvalho1-124/+95
2016-11-29tpm_i2c_nuvoton: handle errors after reading sts.commandReadyClaudio Carvalho1-32/+50
2016-11-29tpm_i2c_nuvoton: add tpm_status_read_byte()Claudio Carvalho1-9/+10
2016-11-29tpm_i2c_nuvoton: add tpm_check_status()Claudio Carvalho1-10/+16
2016-11-29tpm_i2c_nuvoton: rename defines to shorter namesClaudio Carvalho1-49/+44
2016-11-24Limit number of "Poller recursion detected" errors to displayStewart Smith1-1/+5
2016-11-24p8i2c: Use calculated poll_interval when booting OPALStewart Smith2-10/+18
2016-11-24slw: do SLW timer testing while holding xscom lockStewart Smith3-11/+44
2016-11-24tpm_i2c_interface: decouple rc from being done with i2c requestStewart Smith1-4/+14
2016-11-24tpm_i2c_interface: set timeout before each requestStewart Smith1-1/+1
2016-11-24i2c: Add i2c_run_req() to crank the state machine for a requestStewart Smith3-5/+35
2016-11-24wait_for_resource_loaded: don't needlessly sleep for 5msStewart Smith1-1/+3
2016-11-24run pollers in cpu_process_local_jobs() if running job synchonouslyStewart Smith1-0/+1
2016-11-24fsp: Don't recurse pollers in ibm_fsp_terminateStewart Smith3-1/+45
2016-11-24stb: create-container and wrap skiboot in Secure/Trusted Boot containerStewart Smith3-0/+129
2016-11-24external/mambo: add shortcut to print all GPRsOliver O'Halloran1-0/+4
2016-11-24travis/opal-ci: enable ccache for everythingStewart Smith3-4/+4
2016-11-24travis: add fedora rawhideStewart Smith2-0/+8
2016-11-24travis: enable ccacheStewart Smith8-7/+11
2016-11-24phb4: Change debug printsMichael Neuling2-20/+22
2016-11-24phb4: Fix config space enable bits on DD1Michael Neuling1-0/+3
2016-11-24phb4: Fix location of EEH enable bitsMichael Neuling2-2/+3
2016-11-15chiptod: More hardening against -1 chip IDBenjamin Herrenschmidt1-0/+6
2016-11-15phb4: Fix setting of max link speedBenjamin Herrenschmidt1-2/+3
2016-11-15phb4: Updated inits as of PHB4 spec 0.52Benjamin Herrenschmidt3-35/+55
2016-11-15xive: Indirect table entries must have top bits "type" setBenjamin Herrenschmidt1-0/+3
2016-11-15xive: Remove unused field and clarify commentBenjamin Herrenschmidt1-4/+1
2016-11-15xive: Provide a way to override some IPI sourcesBenjamin Herrenschmidt6-60/+77
2016-11-15xive: Add helper to retrieve an IPI trigger portBenjamin Herrenschmidt2-0/+24
2016-11-15xive: Fix IPI EOI logic in opal_xive_eoi()Benjamin Herrenschmidt1-9/+9
2016-11-15xive: Don't try to EOI a masked sourceBenjamin Herrenschmidt1-0/+12
2016-11-15xive: Fix comments in xive_source_set_xive()Benjamin Herrenschmidt1-6/+16
2016-11-15xive: Fix comments in xive_get_ive()Benjamin Herrenschmidt1-6/+3
2016-11-15interrupts: Rewrite/correct doc for opal_set/get_xiveBenjamin Herrenschmidt2-32/+38
2016-11-15xive: Configure forwarding portsBenjamin Herrenschmidt1-2/+40
2016-11-15xive: Fix mangling of interrupt server# in opal_get/set_xive()Benjamin Herrenschmidt1-7/+5
2016-11-15xive: Fix interrupt number manglingBenjamin Herrenschmidt1-3/+3
2016-11-15cpu: Don't enable nap mode/PM mode on non-P8Benjamin Herrenschmidt1-0/+3
2016-11-15platform: Call generic platform probe and init UART thereBenjamin Herrenschmidt1-3/+12