index
:
riscv-gnu-toolchain/qemu/roms/skiboot.git
benh-wip
coverity_scan
gh-pages
master
skiboot-5.1.x
skiboot-5.10.x
skiboot-5.3.x
skiboot-5.4.x
skiboot-5.9.x
skiboot-6.0.x
skiboot-6.2.x
skiboot-6.3.x
skiboot-6.5.x
skiboot-6.6.x
skiboot-6.7.x
skiboot-6.8.x
skiboot-next
skiboot-op940.x
staging
ultravisor
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-14
nvram: force re-verification after writing
Oliver O'Halloran
4
-17
/
+57
2016-10-14
doc: mark docs as 5.4.0-rc1-snapshot
Stewart Smith
1
-1
/
+1
2016-10-14
doc: Add Secure/Trusted boot docs to index
Stewart Smith
1
-0
/
+1
2016-10-14
skiboot-5.3.7 release notes
Stewart Smith
1
-0
/
+79
2016-10-12
pci: Avoid hot resets at boot time
Russell Currey
4
-53
/
+10
2016-10-11
v2 mambo: Add section for kernel command line boot args
Chris Smart
1
-0
/
+4
2016-10-11
libc : Changes variable data type where return value of strlen() stored from ...
Mukesh Ojha
3
-4
/
+4
2016-10-11
core/pel: Validate 'system-id' DT property before using
Vasant Hegde
2
-9
/
+33
2016-10-11
platforms/astbmc: Support dynamic PCI slot
Gavin Shan
1
-6
/
+46
2016-10-11
platforms/astbmc: Introduce slot_init_info() helper function
Gavin Shan
1
-10
/
+18
2016-10-11
hw/phb3: Disable ECRC on Broadcom adapter behind PMC switch
Gavin Shan
1
-2
/
+24
2016-10-11
core/pci: Fix initial PCIe slot power state
Gavin Shan
1
-1
/
+14
2016-10-11
core/pci: Print CRS retry times
Gavin Shan
1
-2
/
+2
2016-10-11
platforms/astbmc: ibm, slot-label not depend on ibm, slot-location-code
Gavin Shan
1
-1
/
+2
2016-10-11
platforms/astbmc: Fix coding style in slot_table_get_slot_info()
Gavin Shan
1
-1
/
+1
2016-10-11
flash: Use blocklevel to do ECC reads
Alistair Popple
1
-3
/
+3
2016-10-11
flash: Size NVRAM based on ECC for OpenPOWER platforms
Cyril Bur
1
-2
/
+3
2016-10-11
libflash/blocklevel: Allow double ecc protecting a region
Cyril Bur
3
-51
/
+119
2016-10-11
Revert "hw/phb3.c: adjust offset to run CAPP containers"
Stewart Smith
1
-22
/
+2
2016-10-11
Revert "hw/phb3.c: preload the whole CAPP partition"
Stewart Smith
1
-2
/
+2
2016-10-10
stb: always recompute hash of container payload and compare
Stewart Smith
1
-5
/
+20
2016-10-10
init: rework tb_measure/verify so can work on preloaded kernels
Stewart Smith
1
-9
/
+14
2016-10-10
core/init: Compute built-in/preloaded BOOTKERNEL size from ELF and do secure/...
Stewart Smith
1
-15
/
+40
2016-10-10
Add software STB "ROM" implementation for Mambo
Stewart Smith
7
-1
/
+754
2016-10-10
external/boot_tests: remove lid from the BMC after flashing
Claudio Carvalho
1
-2
/
+10
2016-10-10
external/boot_tests: add the nobooting option -N
Claudio Carvalho
1
-10
/
+21
2016-10-10
external/boot_tests: add arbitrary lid option -F
Claudio Carvalho
2
-3
/
+27
2016-10-10
Initialize Secure/Trusted Boot (STB) during init
Claudio Carvalho
1
-0
/
+3
2016-10-10
core/init.c: measure event separator before handover to skiroot
Claudio Carvalho
1
-0
/
+6
2016-10-10
core/flash.c: verify and measure resources
Claudio Carvalho
1
-0
/
+8
2016-10-10
include/capp.h: add #include guard
Claudio Carvalho
1
-1
/
+6
2016-10-10
hw/phb3.c: adjust offset to run CAPP containers
Claudio Carvalho
1
-2
/
+22
2016-10-10
hw/phb3.c: preload the whole CAPP partition
Claudio Carvalho
1
-2
/
+2
2016-10-10
core: add flash_subpart_info()
Claudio Carvalho
2
-62
/
+86
2016-10-10
core/flash.c: load actual partition size
Claudio Carvalho
1
-1
/
+1
2016-10-10
core/init.c: adjust offset to run BOOTKERNEL containers
Claudio Carvalho
1
-1
/
+6
2016-10-10
libstb: add secure and trusted boot interface
Claudio Carvalho
4
-1
/
+382
2016-10-10
libstb/tpm_chip: add tpm_extendl()
Claudio Carvalho
3
-0
/
+146
2016-10-10
libstb/tss: build TSS and tpmLogMgr
Claudio Carvalho
7
-7
/
+164
2016-10-10
libstb/tss/tpmLogMgr.C: remove the trustedTypes.H include
Claudio Carvalho
1
-1
/
+0
2016-10-10
libstb/tss/tpmLogMgr: add support for EV_SEPARATOR events
Claudio Carvalho
2
-1
/
+4
2016-10-10
libstb/tss/tpmLogMgr: disable TpmLogMgr_dumpLog()
Claudio Carvalho
2
-5
/
+4
2016-10-10
libstb/tss: add hostboot tpmLogMgr code for TPM 2.0
Claudio Carvalho
2
-0
/
+817
2016-10-10
libstb/tss: implement TSS required functions
Claudio Carvalho
2
-84
/
+32
2016-10-10
libstb/tss: include tpm_chip.h in trustedbootCmds.H
Claudio Carvalho
1
-0
/
+3
2016-10-10
libstb/tpm_chip.h: declare the TpmTarget type for TSS
Claudio Carvalho
1
-0
/
+3
2016-10-10
libstb/tss: add hostboot TSS code for TPM 2.0
Claudio Carvalho
7
-0
/
+2854
2016-10-10
Add i2c Nuvoton TPM 2.0 Driver
Claudio Carvalho
5
-1
/
+533
2016-10-10
libstb/drivers: add tpm_i2c interface
Claudio Carvalho
4
-1
/
+160
2016-10-10
libstb/drivers: add romcode driver
Claudio Carvalho
6
-1
/
+181
[next]