skiboot v6.2.4

Andrew Jeffery (2):
      astbmc: Handle failure to initialise raw flash
      core/flash: Retry requests as necessary in flash_load_resource()

Mahesh Salgaonkar (2):
      Fix hang in pnv_platform_error_reboot path due to TOD failure.
      opal/hmi: Initialize the hmi event with old value of TFMR.

Michal Suchanek (1):
      libffs: Fix string truncation gcc warning.

Oliver O'Halloran (2):
      hw/xscom: Enable sw xstop by default on p9
      pci/iov: Remove skiboot VF tracking

Vasant Hegde (7):
      core/ipmi: Print correct netfn value
      libflash/ipmi-hiomap: Fix blocks count issue
      test-ipmi-hiomap: Assert if size is zero
      test-ipmi-hiomap: Add write-one-byte test
      test-ipmi-hiomap: Fix lpc-read-success
      test-ipmi-hiomap: Add read-one-byte test
      skiboot v6.2.4 release notes

Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
diff --git a/openpower/package/skiboot/Config.in b/openpower/package/skiboot/Config.in
index a54939e..29fcc6c 100644
--- a/openpower/package/skiboot/Config.in
+++ b/openpower/package/skiboot/Config.in
@@ -31,7 +31,7 @@
 
 config BR2_SKIBOOT_VERSION
 	string
-	default "v6.2.3" if BR2_SKIBOOT_LATEST_VERSION
+	default "v6.2.4" if BR2_SKIBOOT_LATEST_VERSION
 	default BR2_SKIBOOT_CUSTOM_VERSION_VALUE \
 		if BR2_SKIBOOT_CUSTOM_VERSION