index
:
blackbird-skiboot
04-16-2019
Blackbird™ skiboot sources
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libstb
Commit message (
Expand
)
Author
Age
Files
Lines
*
libstb/create-container: Fix coverity warnings
Dave Heller
2017-05-08
1
-1
/
+2
*
libstb/create-container: Add full container build and sign with imprint keys
Dave Heller
2017-04-07
4
-12
/
+415
*
Makefile: Update clean target for stb
Michael Neuling
2017-03-16
1
-0
/
+5
*
print-stb-container: Fix build on centos7
Stewart Smith
2016-12-22
1
-2
/
+3
*
i2c: Add nuvoton quirk, disallowing i2cdetect as it locks TPM
Stewart Smith
2016-12-02
1
-0
/
+28
*
tpm_i2c_nuvoton: work out the polling time using mftb()
Claudio Carvalho
2016-11-29
1
-26
/
+45
*
tpm_i2c_nuvoton: handle errors after reading the tpm fifo
Claudio Carvalho
2016-11-29
1
-1
/
+11
*
tpm_i2c_nuvoton: cleanup variables in tpm_read_fifo()
Claudio Carvalho
2016-11-29
1
-17
/
+11
*
tpm_i2c_nuvoton: handle errors after writting the tpm fifo
Claudio Carvalho
2016-11-29
1
-2
/
+11
*
tpm_i2c_nuvoton: cleanup variables in tpm_write_fifo()
Claudio Carvalho
2016-11-29
1
-27
/
+23
*
tpm_i2c_nuvoton: handle errors after writing sts.commandReady in step 5
Claudio Carvalho
2016-11-29
1
-1
/
+11
*
tpm_i2c_nuvoton: handle errors after writing sts.go
Claudio Carvalho
2016-11-29
1
-2
/
+11
*
tpm_i2c_nuvoton: handle errors after checking the tpm fifo status
Claudio Carvalho
2016-11-29
1
-66
/
+86
*
tpm_i2c_nuvoton: return burst_count in tpm_read_burst_count()
Claudio Carvalho
2016-11-29
1
-21
/
+19
*
tpm_i2c_nuvoton: isolate the code that handles the TPM_TIMEOUT_D timeout
Claudio Carvalho
2016-11-29
1
-124
/
+95
*
tpm_i2c_nuvoton: handle errors after reading sts.commandReady
Claudio Carvalho
2016-11-29
1
-32
/
+50
*
tpm_i2c_nuvoton: add tpm_status_read_byte()
Claudio Carvalho
2016-11-29
1
-9
/
+10
*
tpm_i2c_nuvoton: add tpm_check_status()
Claudio Carvalho
2016-11-29
1
-10
/
+16
*
tpm_i2c_nuvoton: rename defines to shorter names
Claudio Carvalho
2016-11-29
1
-49
/
+44
*
tpm_i2c_interface: decouple rc from being done with i2c request
Stewart Smith
2016-11-24
1
-4
/
+14
*
tpm_i2c_interface: set timeout before each request
Stewart Smith
2016-11-24
1
-1
/
+1
*
i2c: Add i2c_run_req() to crank the state machine for a request
Stewart Smith
2016-11-24
1
-5
/
+9
*
stb: create-container and wrap skiboot in Secure/Trusted Boot container
Stewart Smith
2016-11-24
2
-0
/
+122
*
libstb: bump up the byte timeout for tpm i2c requests
Claudio Carvalho
2016-11-11
1
-1
/
+1
*
stb: Obey secure-enabled in device tree
Stewart Smith
2016-11-02
1
-7
/
+1
*
tpm_extendl: don't measure when no tpm is registered
Claudio Carvalho
2016-11-02
2
-2
/
+9
*
tpm_extendl: log the calling results
Claudio Carvalho
2016-11-02
2
-17
/
+19
*
tpm_extendl: disable all failed tpms rather than only the first
Claudio Carvalho
2016-11-02
2
-18
/
+29
*
libstb: remove subid argument from sb_verify and tb_measure
Claudio Carvalho
2016-11-02
2
-17
/
+14
*
print-stb-container: close(fd) to clean up neatly
Stewart Smith
2016-10-28
1
-0
/
+1
*
libstb/stb.c: ignore the secure mode flag unless forced in NVRAM
Claudio Carvalho
2016-10-26
1
-3
/
+21
*
libstb/container: add function for getting sw payload size
Claudio Carvalho
2016-10-25
2
-0
/
+11
*
Fix typos
Nageswara R Sastry
2016-10-24
1
-0
/
+1
*
stb: always recompute hash of container payload and compare
Stewart Smith
2016-10-10
1
-5
/
+20
*
Add software STB "ROM" implementation for Mambo
Stewart Smith
2016-10-10
6
-1
/
+726
*
libstb: add secure and trusted boot interface
Claudio Carvalho
2016-10-10
4
-1
/
+382
*
libstb/tpm_chip: add tpm_extendl()
Claudio Carvalho
2016-10-10
3
-0
/
+146
*
libstb/tss: build TSS and tpmLogMgr
Claudio Carvalho
2016-10-10
7
-7
/
+164
*
libstb/tss/tpmLogMgr.C: remove the trustedTypes.H include
Claudio Carvalho
2016-10-10
1
-1
/
+0
*
libstb/tss/tpmLogMgr: add support for EV_SEPARATOR events
Claudio Carvalho
2016-10-10
2
-1
/
+4
*
libstb/tss/tpmLogMgr: disable TpmLogMgr_dumpLog()
Claudio Carvalho
2016-10-10
2
-5
/
+4
*
libstb/tss: add hostboot tpmLogMgr code for TPM 2.0
Claudio Carvalho
2016-10-10
2
-0
/
+817
*
libstb/tss: implement TSS required functions
Claudio Carvalho
2016-10-10
2
-84
/
+32
*
libstb/tss: include tpm_chip.h in trustedbootCmds.H
Claudio Carvalho
2016-10-10
1
-0
/
+3
*
libstb/tpm_chip.h: declare the TpmTarget type for TSS
Claudio Carvalho
2016-10-10
1
-0
/
+3
*
libstb/tss: add hostboot TSS code for TPM 2.0
Claudio Carvalho
2016-10-10
7
-0
/
+2854
*
Add i2c Nuvoton TPM 2.0 Driver
Claudio Carvalho
2016-10-10
5
-1
/
+533
*
libstb/drivers: add tpm_i2c interface
Claudio Carvalho
2016-10-10
4
-1
/
+160
*
libstb/drivers: add romcode driver
Claudio Carvalho
2016-10-10
6
-1
/
+181
*
libstb: add tpm_chip interface
Claudio Carvalho
2016-10-10
4
-1
/
+214
[next]