aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-14device: Add helper to delete a property by name if it existsBenjamin Herrenschmidt2-0/+10
2016-10-14nvram: add nvram_query_eq()Oliver O'Halloran2-0/+12
2016-10-14nvram: force re-verification after writingOliver O'Halloran4-17/+57
2016-10-14doc: mark docs as 5.4.0-rc1-snapshotStewart Smith1-1/+1
2016-10-14doc: Add Secure/Trusted boot docs to indexStewart Smith1-0/+1
2016-10-14skiboot-5.3.7 release notesStewart Smith1-0/+79
2016-10-12pci: Avoid hot resets at boot timeRussell Currey4-53/+10
2016-10-11v2 mambo: Add section for kernel command line boot argsChris Smart1-0/+4
2016-10-11libc : Changes variable data type where return value of strlen() stored from ...Mukesh Ojha3-4/+4
2016-10-11core/pel: Validate 'system-id' DT property before usingVasant Hegde2-9/+33
2016-10-11platforms/astbmc: Support dynamic PCI slotGavin Shan1-6/+46
2016-10-11platforms/astbmc: Introduce slot_init_info() helper functionGavin Shan1-10/+18
2016-10-11hw/phb3: Disable ECRC on Broadcom adapter behind PMC switchGavin Shan1-2/+24
2016-10-11core/pci: Fix initial PCIe slot power stateGavin Shan1-1/+14
2016-10-11core/pci: Print CRS retry timesGavin Shan1-2/+2
2016-10-11platforms/astbmc: ibm, slot-label not depend on ibm, slot-location-codeGavin Shan1-1/+2
2016-10-11platforms/astbmc: Fix coding style in slot_table_get_slot_info()Gavin Shan1-1/+1
2016-10-11flash: Use blocklevel to do ECC readsAlistair Popple1-3/+3
2016-10-11flash: Size NVRAM based on ECC for OpenPOWER platformsCyril Bur1-2/+3
2016-10-11libflash/blocklevel: Allow double ecc protecting a regionCyril Bur3-51/+119
2016-10-11Revert "hw/phb3.c: adjust offset to run CAPP containers"Stewart Smith1-22/+2
2016-10-11Revert "hw/phb3.c: preload the whole CAPP partition"Stewart Smith1-2/+2
2016-10-10stb: always recompute hash of container payload and compareStewart Smith1-5/+20
2016-10-10init: rework tb_measure/verify so can work on preloaded kernelsStewart Smith1-9/+14
2016-10-10core/init: Compute built-in/preloaded BOOTKERNEL size from ELF and do secure/...Stewart Smith1-15/+40
2016-10-10Add software STB "ROM" implementation for MamboStewart Smith7-1/+754
2016-10-10external/boot_tests: remove lid from the BMC after flashingClaudio Carvalho1-2/+10
2016-10-10external/boot_tests: add the nobooting option -NClaudio Carvalho1-10/+21
2016-10-10external/boot_tests: add arbitrary lid option -FClaudio Carvalho2-3/+27
2016-10-10Initialize Secure/Trusted Boot (STB) during initClaudio Carvalho1-0/+3
2016-10-10core/init.c: measure event separator before handover to skirootClaudio Carvalho1-0/+6
2016-10-10core/flash.c: verify and measure resourcesClaudio Carvalho1-0/+8
2016-10-10include/capp.h: add #include guardClaudio Carvalho1-1/+6
2016-10-10hw/phb3.c: adjust offset to run CAPP containersClaudio Carvalho1-2/+22
2016-10-10hw/phb3.c: preload the whole CAPP partitionClaudio Carvalho1-2/+2
2016-10-10core: add flash_subpart_info()Claudio Carvalho2-62/+86
2016-10-10core/flash.c: load actual partition sizeClaudio Carvalho1-1/+1
2016-10-10core/init.c: adjust offset to run BOOTKERNEL containersClaudio Carvalho1-1/+6
2016-10-10libstb: add secure and trusted boot interfaceClaudio Carvalho4-1/+382
2016-10-10libstb/tpm_chip: add tpm_extendl()Claudio Carvalho3-0/+146
2016-10-10libstb/tss: build TSS and tpmLogMgrClaudio Carvalho7-7/+164
2016-10-10libstb/tss/tpmLogMgr.C: remove the trustedTypes.H includeClaudio Carvalho1-1/+0
2016-10-10libstb/tss/tpmLogMgr: add support for EV_SEPARATOR eventsClaudio Carvalho2-1/+4
2016-10-10libstb/tss/tpmLogMgr: disable TpmLogMgr_dumpLog()Claudio Carvalho2-5/+4
2016-10-10libstb/tss: add hostboot tpmLogMgr code for TPM 2.0Claudio Carvalho2-0/+817
2016-10-10libstb/tss: implement TSS required functionsClaudio Carvalho2-84/+32
2016-10-10libstb/tss: include tpm_chip.h in trustedbootCmds.HClaudio Carvalho1-0/+3
2016-10-10libstb/tpm_chip.h: declare the TpmTarget type for TSSClaudio Carvalho1-0/+3
2016-10-10libstb/tss: add hostboot TSS code for TPM 2.0Claudio Carvalho7-0/+2854
2016-10-10Add i2c Nuvoton TPM 2.0 DriverClaudio Carvalho5-1/+533