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