summaryrefslogtreecommitdiffstats
path: root/openpower
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2017-12-20 12:33:39 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-12-20 12:33:39 +1100
commit0f189f943e3594fcf7c03b7ff4a45d9dbaf2d948 (patch)
treec1fc7e45c1563dfad9f1433357a787b806c3ab15 /openpower
parent4edc59d425b32a1225f8e915047f682a63bc0f1b (diff)
downloadtalos-op-build-0f189f943e3594fcf7c03b7ff4a45d9dbaf2d948.tar.gz
talos-op-build-0f189f943e3594fcf7c03b7ff4a45d9dbaf2d948.zip
skiboot v5.9-214-gf23d6c626bd6
Claudio Carvalho (20): libstb: move drivers/sha512.* to mbedtls directory libstb: import stb_init() breaking it into multiple files core/flash.c: extern function to get the name of a PNOR partition core/init.c: remove redundant calls to verify and measure BOOTKERNEL libstb/secureboot.c: import sb_verify() from stb.c libstb/trustedboot.c: import tb_measure() from stb.c libstb/cvc.c: import softrom behavior from drivers/sw_driver.c libstb/trustedboot.c: import stb_final() from stb.c tpm_i2c_nuvoton: add nuvoton, npct601 to the compatible property libstb/tss: update the list of event types supported libstb/tpm_chip.c: define pr_fmt and fix messages logged core: update superseded libstb calls in flash.c and init.c hdata: add secure and trusted boot ntuple to SPIRA-H/S libstb: remove stb.c and obsolete companions hdata/spira: add ibm, secureboot node in P9 hdata/tpmrel.c: add firmware event log info to the tpm node hdata/tpmrel.c: add ibm, cvc device tree node libstb: add support for ibm, secureboot-v2 libstb/cvc: update memory-region to point to /reserved-memory doc: update libstb documentation with POWER9 changes Stewart Smith (4): libstb/(create|print)-container: Sync with sb-signing-utils Mambo: run hello_world and sreset_world tests with Secure and Trusted Boot allow secure boot if not enforcing it libflash/mbox-flash: fallback to requesting lower MBOX versions from BMC Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'openpower')
-rw-r--r--openpower/package/skiboot/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpower/package/skiboot/Config.in b/openpower/package/skiboot/Config.in
index d5fa57f8..51ea4fed 100644
--- a/openpower/package/skiboot/Config.in
+++ b/openpower/package/skiboot/Config.in
@@ -31,7 +31,7 @@ config BR2_SKIBOOT_CUSTOM_VERSION_VALUE
config BR2_SKIBOOT_VERSION
string
- default "v5.9-190-gb7b7b84ef565" if BR2_SKIBOOT_LATEST_VERSION
+ default "v5.9-214-gf23d6c626bd6" if BR2_SKIBOOT_LATEST_VERSION
default BR2_SKIBOOT_CUSTOM_VERSION_VALUE \
if BR2_SKIBOOT_CUSTOM_VERSION
OpenPOWER on IntegriCloud