aboutsummaryrefslogtreecommitdiff
path: root/libstb/secureboot.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-01libstb/secureboot: OS Secure Boot is enabled only if FW secureboot is enabledNayna Jain1-0/+5
2020-10-01libstb/secureboot: expose secureboot_enforce for later use in secvarEric Richter1-1/+1
2020-03-12Re-license IBM written files as Apache 2.0 OR GPLv2+Stewart Smith1-1/+1
2019-12-16add more sparse endian annotationsNicholas Piggin1-1/+1
2019-07-26SPDX-ify all skiboot codeStewart Smith1-15/+2
2019-05-15nvram: Flag dangerous NVRAM optionsMichael Neuling1-1/+1
2018-06-05Quieten console output on bootStewart Smith1-2/+2
2018-02-28libstb/secureboot: Fix logging of secure verify messages.Pridhiviraj Paidipeddi1-12/+19
2018-02-08stb: Enforce secure boot if called before libstb initializedStewart Smith1-0/+1
2018-02-08stb: Correctly error out when no PCR for resourceStewart Smith1-1/+2
2018-02-08libstb: fix failure of calling cvc verify without STB initialization.Pridhiviraj Paidipeddi1-0/+9
2018-02-07libstb: increase the log level of verify/measure messages to PR_NOTICE.Pridhiviraj Paidipeddi1-1/+1
2017-12-20allow secure boot if not enforcing itStewart Smith1-6/+0
2017-12-18libstb: add support for ibm, secureboot-v2Claudio Carvalho1-0/+16
2017-12-18libstb/cvc.c: import softrom behavior from drivers/sw_driver.cClaudio Carvalho1-1/+4
2017-12-18libstb/secureboot.c: import sb_verify() from stb.cClaudio Carvalho1-3/+49
2017-12-18libstb: import stb_init() breaking it into multiple filesClaudio Carvalho1-0/+148