skiboot v6.3-231-g0bf01d93ee39

Aaron Sawdey (1):
      external/mambo: fix tcl startup code for mambo bogus net (repost)

Alexey Kardashevskiy (1):
      npu2: Increase timeout for L2/L3 cache purging

Frederic Barrat (2):
      npu2-opencapi: Mask 2 XSL errors
      opal/hmi: Report NPU2 checkstop reason

Nicholas Piggin (1):
      external/mambo: Bump default POWER9 to Nimbus DD2.3

Oliver O'Halloran (2):
      pci: Make the pci-eeh-verbose nvram option generic
      hw/phb3: Add verbose EEH output

Reza Arbab (2):
      npu2: Fix typo
      npu2: Purge cache when resetting a GPU

Stewart Smith (31):
      Remove POWER7 and POWER7+ support
      Remove P7 remnants: hw/cec.c, apollo platform
      hw/lpc: Fix theoretical possible out-of-bounds-read
      core/cpu: Fix theoretical use-after-free if no_return job returns
      doc: Add OPAL tokens 46-48 as never used
      doc: Futher document OPAL_REINIT_CPUS_MMU_* modes
      sparse: fix OPAL API function argument test
      sparse: fix bt_lock should be static
      sparse: fix incorrect type assignment in core/ipmi.c
      travis: add back Coverity Scan
      struct p9_sbe_msg doesn't need to be packed
      hdata/vpd: fix printing (char*)0x00
      Disable -Waddress-of-packed-member for GCC9
      doc: travis-ci deploy docs!
      op_display: make platform function rather than "FSP" specific
      Move more FSP functions to FSP platform
      Split FSP OCC code out into hw/fsp/
      Move core/hostservices.c to platforms/ibm-fsp/
      host_services_occ_base_setup is core homer code not host_services
      core/init.c: use if (platform.bmc) rather than !fsp_present()
      core/init.c: no longer need to include FSP headers
      Move FSP specific op-panel calls to platform.exit()
      core/opal: move HIR trigger to FSP poller
      hw/fsp/fsp.c: remove lying comments
      core/pci: use !platform.bmc hack over fsp_present()
      fast-reboot: move platform specific bits to a platform call
      Move FSP-specific VPD functionality to platforms/ibm-fsp/
      core/timer: Use platform heartmeat_time call for FSP platforms
      Separate FSP specific PSI code
      Move platform specific PRD functionality to struct platform
      Experimental support for building without FSP code

Vasant Hegde (1):
      platform/zz: Add new platform type

Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
diff --git a/openpower/package/skiboot/Config.in b/openpower/package/skiboot/Config.in
index ba60665..e42cd9c 100644
--- a/openpower/package/skiboot/Config.in
+++ b/openpower/package/skiboot/Config.in
@@ -31,7 +31,7 @@
 
 config BR2_SKIBOOT_VERSION
 	string
-	default "v6.3-190-g9cae036fafea" if BR2_SKIBOOT_LATEST_VERSION
+	default "v6.3-231-g0bf01d93ee39" if BR2_SKIBOOT_LATEST_VERSION
 	default BR2_SKIBOOT_CUSTOM_VERSION_VALUE \
 		if BR2_SKIBOOT_CUSTOM_VERSION