summaryrefslogtreecommitdiffstats
path: root/libstb
Commit message (Expand)AuthorAgeFilesLines
* libstb: Pass a tpm_dev to tpm_i2c_request_send()Oliver O'Halloran2018-11-084-20/+17
* Use $() rather than backticks in all shellStewart Smith2018-09-131-1/+1
* Recognise signed VERSION partitionSamuel Mendoza-Jonas2018-07-171-0/+1
* Quieten console output on bootStewart Smith2018-06-052-3/+3
* libstb/i2c-driver: Bump max timeoutOliver O'Halloran2018-05-221-1/+2
* libstb/create-container: munmap() signature file addressCyril Bur2018-03-272-19/+21
* build: use thin archives rather than incremental linkingNicholas Piggin2018-02-284-4/+4
* libstb/secureboot: Fix logging of secure verify messages.Pridhiviraj Paidipeddi2018-02-281-12/+19
* stb: Put correct label (for skiboot) into containerStewart Smith2018-02-131-2/+8
* stb: Enforce secure boot if called before libstb initializedStewart Smith2018-02-081-0/+1
* stb: Correctly error out when no PCR for resourceStewart Smith2018-02-081-1/+2
* libstb: fix failure of calling trusted measure without STB initialization.Pridhiviraj Paidipeddi2018-02-081-0/+10
* libstb: fix failure of calling cvc verify without STB initialization.Pridhiviraj Paidipeddi2018-02-081-0/+9
* libstb/tpm_chip: Add missing new line to print messages.Pridhiviraj Paidipeddi2018-02-071-2/+2
* libstb: increase the log level of verify/measure messages to PR_NOTICE.Pridhiviraj Paidipeddi2018-02-072-2/+2
* libstb/cvc: Register P8 secure ROM code correctlyStewart Smith2018-01-191-2/+2
* allow secure boot if not enforcing itStewart Smith2017-12-201-6/+0
* libstb/(create|print)-container: Sync with sb-signing-utilsStewart Smith2017-12-1814-386/+1573
* libstb/cvc: update memory-region to point to /reserved-memoryClaudio Carvalho2017-12-182-1/+33
* libstb: add support for ibm, secureboot-v2Claudio Carvalho2017-12-183-0/+71
* libstb: remove stb.c and obsolete companionsClaudio Carvalho2017-12-1810-762/+2
* libstb/tpm_chip.c: define pr_fmt and fix messages loggedClaudio Carvalho2017-12-181-36/+42
* libstb/tss: update the list of event types supportedClaudio Carvalho2017-12-182-6/+28
* tpm_i2c_nuvoton: add nuvoton, npct601 to the compatible propertyClaudio Carvalho2017-12-181-0/+10
* libstb/trustedboot.c: import stb_final() from stb.cClaudio Carvalho2017-12-182-0/+79
* libstb/cvc.c: import softrom behavior from drivers/sw_driver.cClaudio Carvalho2017-12-183-1/+21
* libstb/trustedboot.c: import tb_measure() from stb.cClaudio Carvalho2017-12-185-2/+173
* libstb/secureboot.c: import sb_verify() from stb.cClaudio Carvalho2017-12-185-6/+131
* libstb: import stb_init() breaking it into multiple filesClaudio Carvalho2017-12-1810-24/+501
* libstb: move drivers/sha512.* to mbedtls directoryClaudio Carvalho2017-12-186-3/+15
* i2c: Move tpm i2c wrapper code into coreAndrew Donnellan2017-10-022-95/+11
* Big log level reduction...Benjamin Herrenschmidt2017-06-261-2/+2
* libstb: Fix build in OpenSSL 1.1Russell Currey2017-05-181-4/+11
* tpm_i2c_nuvoton: fix use-after-free in tpm_register_chip failure pathStewart Smith2017-05-121-1/+3
* libstb/create-container: Fix coverity warningsDave Heller2017-05-081-1/+2
* libstb/create-container: Add full container build and sign with imprint keysDave Heller2017-04-074-12/+415
* Makefile: Update clean target for stbMichael Neuling2017-03-161-0/+5
* print-stb-container: Fix build on centos7Stewart Smith2016-12-221-2/+3
* i2c: Add nuvoton quirk, disallowing i2cdetect as it locks TPMStewart Smith2016-12-021-0/+28
* tpm_i2c_nuvoton: work out the polling time using mftb()Claudio Carvalho2016-11-291-26/+45
* tpm_i2c_nuvoton: handle errors after reading the tpm fifoClaudio Carvalho2016-11-291-1/+11
* tpm_i2c_nuvoton: cleanup variables in tpm_read_fifo()Claudio Carvalho2016-11-291-17/+11
* tpm_i2c_nuvoton: handle errors after writting the tpm fifoClaudio Carvalho2016-11-291-2/+11
* tpm_i2c_nuvoton: cleanup variables in tpm_write_fifo()Claudio Carvalho2016-11-291-27/+23
* tpm_i2c_nuvoton: handle errors after writing sts.commandReady in step 5Claudio Carvalho2016-11-291-1/+11
* tpm_i2c_nuvoton: handle errors after writing sts.goClaudio Carvalho2016-11-291-2/+11
* tpm_i2c_nuvoton: handle errors after checking the tpm fifo statusClaudio Carvalho2016-11-291-66/+86
* tpm_i2c_nuvoton: return burst_count in tpm_read_burst_count()Claudio Carvalho2016-11-291-21/+19
* tpm_i2c_nuvoton: isolate the code that handles the TPM_TIMEOUT_D timeoutClaudio Carvalho2016-11-291-124/+95
* tpm_i2c_nuvoton: handle errors after reading sts.commandReadyClaudio Carvalho2016-11-291-32/+50
OpenPOWER on IntegriCloud