aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-30hdata/vpd: Remove possible dereference after null check (CID 207468)Cyril Bur1-1/+1
2018-01-30core: Avoid possible uninitialized pointer read (CID 209502)Cyril Bur1-1/+1
2018-01-24PM: Fixed generation of MTSPR instruction in STOP API.Prem Shanker Jha1-1/+1
2018-01-24Revert "libpore: Fix incorrect mtspr instruction generation"Stewart Smith1-4/+6
2018-01-19libstb/cvc: Register P8 secure ROM code correctlyStewart Smith1-2/+2
2018-01-14npu2.c: Add PE error detectionAlistair Popple2-18/+54
2018-01-14npu2.c: Fix XIVE IRQ alignmentAlistair Popple1-1/+1
2018-01-14opal/xstop: Use nvram option to enable/disable sw checkstop.Mahesh Salgaonkar1-0/+32
2018-01-14Witherspoon: Remove old Witherspoon platform definitionAlistair Popple1-356/+0
2018-01-14hdata/vpd: Fix DTC warningsOliver O'Halloran3-0/+207
2018-01-14hdat/i2c: Fix SPD EEPROM compatible stringOliver O'Halloran1-1/+16
2018-01-14hdata/i2c: Fix 512Kb EEPROM sizeOliver O'Halloran1-1/+1
2018-01-15SLW: fix running in mamboStewart Smith1-1/+3
2018-01-14SLW: Add p9_stop_api calls for IMCAkshay Adiga1-0/+40
2018-01-14SCOM restore for DARN and XIVEAkshay Adiga4-2/+80
2018-01-14SLW: Call p9_stop_api only if deep_states are enabledAkshay Adiga1-0/+9
2018-01-14SLW: Detect if deep states are enabledAkshay Adiga2-1/+16
2018-01-14SLW: Move MAMBO simulator checks to slw_initAkshay Adiga1-7/+2
2018-01-14SLW: Use wakeup_engine state to handle errors in wakeup engineAkshay Adiga2-24/+22
2018-01-14SLW: Call slw_late_init_p{8, 9} only when has_wakeup_engine is setAkshay Adiga1-14/+37
2018-01-14SLW: Split init functionsAkshay Adiga1-32/+43
2018-01-14SLW: Delay cpuidle device-tree creationAkshay Adiga2-1/+1
2018-01-14phb4: Dump CAPP error registers when it asserts link downVaibhav Jain3-7/+38
2018-01-05hdata: Parse IPL FW feature settingsOliver O'Halloran2-0/+54
2017-12-22skiboot 5.9.7 release notesStewart Smith1-0/+28
2017-12-20lock: Add additional lock auditing codeBenjamin Herrenschmidt21-31/+106
2017-12-20lock: Move cmpxchg() primitives to their own fileBenjamin Herrenschmidt2-57/+79
2017-12-20Add support for new gcc 7 parametrized stack protectorBenjamin Herrenschmidt6-13/+40
2017-12-20libflash/mbox-flash: fallback to requesting lower MBOX versions from BMCStewart Smith1-0/+7
2017-12-20allow secure boot if not enforcing itStewart Smith1-6/+0
2017-12-20Mambo: run hello_world and sreset_world tests with Secure and Trusted BootStewart Smith10-13/+75
2017-12-18libstb/(create|print)-container: Sync with sb-signing-utilsStewart Smith15-388/+1575
2017-12-18doc: update libstb documentation with POWER9 changesClaudio Carvalho3-182/+181
2017-12-18libstb/cvc: update memory-region to point to /reserved-memoryClaudio Carvalho3-1/+40
2017-12-18libstb: add support for ibm, secureboot-v2Claudio Carvalho3-0/+71
2017-12-18hdata/tpmrel.c: add ibm, cvc device tree nodeClaudio Carvalho3-0/+166
2017-12-18hdata/tpmrel.c: add firmware event log info to the tpm nodeClaudio Carvalho6-1/+156
2017-12-18hdata/spira: add ibm, secureboot node in P9Claudio Carvalho2-6/+48
2017-12-18libstb: remove stb.c and obsolete companionsClaudio Carvalho10-762/+2
2017-12-18hdata: add secure and trusted boot ntuple to SPIRA-H/SClaudio Carvalho2-3/+5
2017-12-18core: update superseded libstb calls in flash.c and init.cClaudio Carvalho2-8/+9
2017-12-18libstb/tpm_chip.c: define pr_fmt and fix messages loggedClaudio Carvalho1-36/+42
2017-12-18libstb/tss: update the list of event types supportedClaudio Carvalho2-6/+28
2017-12-18tpm_i2c_nuvoton: add nuvoton, npct601 to the compatible propertyClaudio Carvalho1-0/+10
2017-12-18libstb/trustedboot.c: import stb_final() from stb.cClaudio Carvalho2-0/+79
2017-12-18libstb/cvc.c: import softrom behavior from drivers/sw_driver.cClaudio Carvalho3-1/+21
2017-12-18libstb/trustedboot.c: import tb_measure() from stb.cClaudio Carvalho6-4/+175
2017-12-18libstb/secureboot.c: import sb_verify() from stb.cClaudio Carvalho7-9/+134
2017-12-18core/init.c: remove redundant calls to verify and measure BOOTKERNELClaudio Carvalho1-22/+4
2017-12-18core/flash.c: extern function to get the name of a PNOR partitionClaudio Carvalho2-0/+11