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
2018-05-23
libstb/i2c-driver: Bump max timeout
Oliver O'Halloran
1
-1
/
+2
2018-03-27
libstb/create-container: munmap() signature file address
Cyril Bur
2
-19
/
+21
2018-02-28
build: use thin archives rather than incremental linking
Nicholas Piggin
4
-4
/
+4
2018-02-28
libstb/secureboot: Fix logging of secure verify messages.
Pridhiviraj Paidipeddi
1
-12
/
+19
2018-02-13
stb: Put correct label (for skiboot) into container
Stewart Smith
1
-2
/
+8
2018-02-08
stb: Enforce secure boot if called before libstb initialized
Stewart Smith
1
-0
/
+1
2018-02-08
stb: Correctly error out when no PCR for resource
Stewart Smith
1
-1
/
+2
2018-02-08
libstb: fix failure of calling trusted measure without STB initialization.
Pridhiviraj Paidipeddi
1
-0
/
+10
2018-02-08
libstb: fix failure of calling cvc verify without STB initialization.
Pridhiviraj Paidipeddi
1
-0
/
+9
2018-02-07
libstb/tpm_chip: Add missing new line to print messages.
Pridhiviraj Paidipeddi
1
-2
/
+2
2018-02-07
libstb: increase the log level of verify/measure messages to PR_NOTICE.
Pridhiviraj Paidipeddi
2
-2
/
+2
2018-01-19
libstb/cvc: Register P8 secure ROM code correctly
Stewart Smith
1
-2
/
+2
2017-12-20
allow secure boot if not enforcing it
Stewart Smith
1
-6
/
+0
2017-12-18
libstb/(create|print)-container: Sync with sb-signing-utils
Stewart Smith
14
-386
/
+1573
2017-12-18
libstb/cvc: update memory-region to point to /reserved-memory
Claudio Carvalho
2
-1
/
+33
2017-12-18
libstb: add support for ibm, secureboot-v2
Claudio Carvalho
3
-0
/
+71
2017-12-18
libstb: remove stb.c and obsolete companions
Claudio Carvalho
10
-762
/
+2
2017-12-18
libstb/tpm_chip.c: define pr_fmt and fix messages logged
Claudio Carvalho
1
-36
/
+42
2017-12-18
libstb/tss: update the list of event types supported
Claudio Carvalho
2
-6
/
+28
2017-12-18
tpm_i2c_nuvoton: add nuvoton, npct601 to the compatible property
Claudio Carvalho
1
-0
/
+10
2017-12-18
libstb/trustedboot.c: import stb_final() from stb.c
Claudio Carvalho
2
-0
/
+79
2017-12-18
libstb/cvc.c: import softrom behavior from drivers/sw_driver.c
Claudio Carvalho
3
-1
/
+21
2017-12-18
libstb/trustedboot.c: import tb_measure() from stb.c
Claudio Carvalho
5
-2
/
+173
2017-12-18
libstb/secureboot.c: import sb_verify() from stb.c
Claudio Carvalho
5
-6
/
+131
2017-12-18
libstb: import stb_init() breaking it into multiple files
Claudio Carvalho
10
-24
/
+501
2017-12-18
libstb: move drivers/sha512.* to mbedtls directory
Claudio Carvalho
6
-3
/
+15
2017-10-02
i2c: Move tpm i2c wrapper code into core
Andrew Donnellan
2
-95
/
+11
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
[next]