aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-29add skiboot-5.4.1 release notesskiboot-5.4.1Stewart Smith1-0/+27
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-24slw: do SLW timer testing while holding xscom lockStewart Smith3-11/+44
2016-11-24p8i2c: Use calculated poll_interval when booting OPALStewart Smith2-10/+18
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-24fsp: Don't recurse pollers in ibm_fsp_terminateStewart Smith3-1/+45
2016-11-11Add skiboot-5.4.0 release notesskiboot-5.4.0Stewart Smith1-0/+690
2016-11-11libstb: bump up the byte timeout for tpm i2c requestsClaudio Carvalho1-1/+1
2016-11-11external/pflash: Perform the correct cleanupCyril Bur1-2/+2
2016-11-11p8dtu: change OPAL esel command to IBM 0x3aleoluo1-0/+8
2016-11-11Add SuperMicro p8dtu1u and p8dtu2u platformsleoluo2-1/+261
2016-11-11Revert "core/ipmi: Set interrupt-parent property"Stewart Smith1-5/+1
2016-11-11libflash/libffs: Fix possible NULL dereferenceCyril Bur1-0/+2
2016-11-08add skiboot-5.4.0-rc4 release notesskiboot-5.4.0-rc4Stewart Smith1-0/+50
2016-11-08libflash/file: Use 64bit ioctl() to erase from MTDCyril Bur1-2/+2
2016-11-08external/common: Add default erase chip implementationCyril Bur1-2/+18
2016-11-08external/common: Teach ARM code to erase 'mtd chips'Cyril Bur1-2/+11
2016-11-08bmc_platform: fail PNOR access request if no bmc *before* we reserve itStewart Smith1-4/+3
2016-11-08travis: allow failures of fedora24Stewart Smith1-0/+3
2016-11-08Add BMC platform to enable correct OEM IPMI commandsStewart Smith10-15/+77
2016-11-08hw/ipmi-sensor: Fix setting of firmware progress sensor properly.Pridhiviraj Paidipeddi1-2/+42
2016-11-08pflash: remove stray d in from info messageJoel Stanley1-1/+1
2016-11-07boot_test: fix typo in console messageStewart Smith1-2/+2
2016-11-07core/pci: Fix criteria in pci_cfg_reg_filter()Gavin Shan1-2/+7
2016-11-07Remove KERNEL_COMMAND_LINE mention from config.hStewart Smith1-5/+0
2016-11-02doc: use make_version to determine releaseStewart Smith1-2/+3
2016-11-02skiboot 5.4.0-rc3 release notesskiboot-5.4.0-rc3Stewart Smith2-0/+43
2016-11-02stb: Obey secure-enabled in device treeStewart Smith1-7/+1
2016-11-02pflash: Fail when file is larger than partitionJoel Stanley1-2/+8
2016-11-02mambo: Make call thru command defines consistentMichael Neuling1-9/+9
2016-11-02mambo: Convert RTC read from asm to CMichael Neuling2-35/+26
2016-11-02mambo: Convert console read/write from asm to CMichael Neuling4-23/+17
2016-11-02mambo: Convert sim exit from asm to CMichael Neuling3-10/+3
2016-11-02mambo: Add callthru0()Michael Neuling1-0/+7