Skiboot v5.8-rc1

Andrew Donnellan (2):
      npu2: Fix typo in message
      README: Fix/improve Ubuntu/Fedora build instructions

Cyril Bur (16):
      Update .gitignore
      libflash/mbox-flash: Fix unintentional integer overflow (CID 142226)
      libflash/libflash: Remove logicially dead code (CID 97821)
      libflash/blocklevel: Fix theoretical use after free (CID 145924)
      core/flash core/init: Fix unintended sign extension
      core/hmi: Fix use of uninitialised value (CID 147808)
      core/mem_region: Check return value of add_region() (CID 147251)
      hdata/paca: Fix possible dereference of NULL (CID 141080)
      hdata/vpd: Fix possible NULL dereference (CID 144258)
      hw/xive: Fix NULL return value dereferences (CID 141079 & 141081)
      hw/xive: Check return value from xive_decode_vp() (CID 142343 142344)
      hw/xive: Fix unchecked return value in opal_xive_dump_emu() (CID 144257)
      external/pflash: Silence false positive Coverity CID 163739
      external/pflash: Fix resource leak CID 163742
      external/pflash: Fix resource leak CID 163745
      external/pflash: Fix not checking return values in set_ecc().

Mahesh Salgaonkar (1):
      opal: Extract sw checkstop fir address from HDAT.

Michael Neuling (4):
      VAS: Remove misleading print
      xscom: Grab P9 DD2 revision level
      vas: Set FIRs according to workbook
      vas: Move core/vas.c -> hw/vas.c

Oliver O'Halloran (2):
      hw/nx*: Remove extraneous space character
      external/xscom-utils: Add --list-bits

Russell Currey (3):
      pci: Track whether a PCI device is a virtual function
      pci: Trivial typo fixes
      pci: Wait for CRS and switch link when restoring bus numbers

Stewart Smith (4):
      skiboot 5.1.20 release notes
      HDAT/device-tree: only add lid-type on pre-POWER9 systems
      NPU2: fix missing unlock
      skiboot 5.8-rc1 release notes

Sukadev Bhattiprolu (1):
      vas: Set mmio enable bits in DD2

Vasant Hegde (2):
      opal-prd: Disable pnor access interface on FSP system
      opal-prd: Do not pass pnor file while starting daemon

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 2147498..7d11cb2 100644
--- a/openpower/package/skiboot/Config.in
+++ b/openpower/package/skiboot/Config.in
@@ -31,7 +31,7 @@
 
 config BR2_SKIBOOT_VERSION
 	string
-	default "v5.7-92-g0818df625e35" if BR2_SKIBOOT_LATEST_VERSION
+	default "v5.8-rc1" if BR2_SKIBOOT_LATEST_VERSION
 	default BR2_SKIBOOT_CUSTOM_VERSION_VALUE \
 		if BR2_SKIBOOT_CUSTOM_VERSION