skiboot 5.8

Alistair Popple (2):
      hw/npu2-hw-procedures.c: Update PHY_RESET procedure
      hw/npu2.c: Add ibm, nvlink-speed device-tree property

Gautham R. Shenoy (1):
      slw: Modify the power9 stop0_lite latency & residency

Nicholas Piggin (3):
      build: LDFLAGS pass -pie flag explicitly to ld
      build: CFLAGS compile with -fpie and -fno-pic
      build: CFLAGS compile with -mcpu=power7

Oliver O'Halloran (2):
      hw/p8-i2c: Fix OCC locking
      p8-i2c: Fix random data corruption

Stewart Smith (21):
      Fix release date for 5.8-rc1
      Fix mem leak in core/test/run-time-utils
      test/mem_region: fix incorrect ibm,os-reserve region length
      core/test/run-device: fix memory leak on exit
      hdata_to_dt: free device tree on error path
      hdata/hostservices: fix memory leak parsing mini dt
      hdata: Reduce 'struct HDIF_array_hdr' alignment to 4 bytes
      hdata/iohub: fix load of misaligned address for type 'long unsigned int', which requires 8 byte alignment
      libc/time.c: days_in_month() use char rather than int
      mktime: fix off-by-one error calling days_in_month
      libflash/test/test-flash.c: fix memory leak on exit
      libflash: fix memory leak on flash_exit()
      libflash/test/test-blocklevel: fix memory leak on exit
      libc/test/run-snprintf: int -> unsigned int
      core/test/run-msg: don't depend on unittest mem layout
      test kernels: link with -N
      travis: Debian Stretch must pass
      travis: set -vx on all build scripts
      gcov: support GCC 7.1+
      bump skiboot size from 3 to 4MB, reduce heap by 1MB
      skiboot 5.8 release notes

Sukadev Bhattiprolu (1):
      vas: export chip-id to vas platform device

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