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>
diff --git a/openpower/package/skiboot/Config.in b/openpower/package/skiboot/Config.in
index d5fa57f..51ea4fe 100644
--- a/openpower/package/skiboot/Config.in
+++ b/openpower/package/skiboot/Config.in
@@ -31,7 +31,7 @@
 
 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