skiboot v6.4-15-gdab352eecb1d

Dan HorĂ¡k (1):
      xscom-utils: refer only objects not sources for getscom

Ilya Kuznetsov (1):
      pci-slot: Allow to create slot for downstream port of any switch

Stewart Smith (12):
      Silence sparse warning for version.c
      sparse: Silence "directive in argument list" for version string
      sparse: fix (main|secondar)_cpu_entry declaration types
      sparse: fix endian types of struct imc_chip_cb members
      sparse: various SPIRA structures, declare them.
      sparse: lpc uart interrupt pointer endianness
      sparse: hdata/fsp: u8 doesn't have endian
      sparse: hdata/iohub: correctly convert endianness
      sparse: hdata/spira sw_xstop_fir_bitpos is uint8_t, has no endian
      sparse: libstb/container: fix endian type for magic number
      gcov: Fix skiboot size to dump out from simulators
      Move ec/ code to Rhesus platform

joy_chu (1):
      Add: add mihawk platform file

Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
diff --git a/openpower/package/skiboot/Config.in b/openpower/package/skiboot/Config.in
index 1944e94..8197bb5 100644
--- a/openpower/package/skiboot/Config.in
+++ b/openpower/package/skiboot/Config.in
@@ -31,7 +31,7 @@
 
 config BR2_SKIBOOT_VERSION
 	string
-	default "v6.4" if BR2_SKIBOOT_LATEST_VERSION
+	default "v6.4-15-gdab352eecb1d" if BR2_SKIBOOT_LATEST_VERSION
 	default BR2_SKIBOOT_CUSTOM_VERSION_VALUE \
 		if BR2_SKIBOOT_CUSTOM_VERSION