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
path:
root
/
libstb
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-26
Big log level reduction...
Benjamin Herrenschmidt
1
-2
/
+2
2017-05-18
libstb: Fix build in OpenSSL 1.1
Russell Currey
1
-4
/
+11
2017-05-12
tpm_i2c_nuvoton: fix use-after-free in tpm_register_chip failure path
Stewart Smith
1
-1
/
+3
2017-05-08
libstb/create-container: Fix coverity warnings
Dave Heller
1
-1
/
+2
2017-04-07
libstb/create-container: Add full container build and sign with imprint keys
Dave Heller
4
-12
/
+415
2017-03-16
Makefile: Update clean target for stb
Michael Neuling
1
-0
/
+5
2016-12-22
print-stb-container: Fix build on centos7
Stewart Smith
1
-2
/
+3
2016-12-02
i2c: Add nuvoton quirk, disallowing i2cdetect as it locks TPM
Stewart Smith
1
-0
/
+28
2016-11-29
tpm_i2c_nuvoton: work out the polling time using mftb()
Claudio Carvalho
1
-26
/
+45
2016-11-29
tpm_i2c_nuvoton: handle errors after reading the tpm fifo
Claudio Carvalho
1
-1
/
+11
2016-11-29
tpm_i2c_nuvoton: cleanup variables in tpm_read_fifo()
Claudio Carvalho
1
-17
/
+11
2016-11-29
tpm_i2c_nuvoton: handle errors after writting the tpm fifo
Claudio Carvalho
1
-2
/
+11
2016-11-29
tpm_i2c_nuvoton: cleanup variables in tpm_write_fifo()
Claudio Carvalho
1
-27
/
+23
2016-11-29
tpm_i2c_nuvoton: handle errors after writing sts.commandReady in step 5
Claudio Carvalho
1
-1
/
+11
2016-11-29
tpm_i2c_nuvoton: handle errors after writing sts.go
Claudio Carvalho
1
-2
/
+11
2016-11-29
tpm_i2c_nuvoton: handle errors after checking the tpm fifo status
Claudio Carvalho
1
-66
/
+86
2016-11-29
tpm_i2c_nuvoton: return burst_count in tpm_read_burst_count()
Claudio Carvalho
1
-21
/
+19
2016-11-29
tpm_i2c_nuvoton: isolate the code that handles the TPM_TIMEOUT_D timeout
Claudio Carvalho
1
-124
/
+95
2016-11-29
tpm_i2c_nuvoton: handle errors after reading sts.commandReady
Claudio Carvalho
1
-32
/
+50
2016-11-29
tpm_i2c_nuvoton: add tpm_status_read_byte()
Claudio Carvalho
1
-9
/
+10
2016-11-29
tpm_i2c_nuvoton: add tpm_check_status()
Claudio Carvalho
1
-10
/
+16
2016-11-29
tpm_i2c_nuvoton: rename defines to shorter names
Claudio Carvalho
1
-49
/
+44
2016-11-24
tpm_i2c_interface: decouple rc from being done with i2c request
Stewart Smith
1
-4
/
+14
2016-11-24
tpm_i2c_interface: set timeout before each request
Stewart Smith
1
-1
/
+1
2016-11-24
i2c: Add i2c_run_req() to crank the state machine for a request
Stewart Smith
1
-5
/
+9
2016-11-24
stb: create-container and wrap skiboot in Secure/Trusted Boot container
Stewart Smith
2
-0
/
+122
2016-11-11
libstb: bump up the byte timeout for tpm i2c requests
Claudio Carvalho
1
-1
/
+1
2016-11-02
stb: Obey secure-enabled in device tree
Stewart Smith
1
-7
/
+1
2016-11-02
tpm_extendl: don't measure when no tpm is registered
Claudio Carvalho
2
-2
/
+9
2016-11-02
tpm_extendl: log the calling results
Claudio Carvalho
2
-17
/
+19
2016-11-02
tpm_extendl: disable all failed tpms rather than only the first
Claudio Carvalho
2
-18
/
+29
2016-11-02
libstb: remove subid argument from sb_verify and tb_measure
Claudio Carvalho
2
-17
/
+14
2016-10-28
print-stb-container: close(fd) to clean up neatly
Stewart Smith
1
-0
/
+1
2016-10-26
libstb/stb.c: ignore the secure mode flag unless forced in NVRAM
Claudio Carvalho
1
-3
/
+21
2016-10-25
libstb/container: add function for getting sw payload size
Claudio Carvalho
2
-0
/
+11
2016-10-24
Fix typos
Nageswara R Sastry
1
-0
/
+1
2016-10-10
stb: always recompute hash of container payload and compare
Stewart Smith
1
-5
/
+20
2016-10-10
Add software STB "ROM" implementation for Mambo
Stewart Smith
6
-1
/
+726
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
[next]