skiboot v6.2

Alexey Kardashevskiy (3):
      npu2: Advertise correct TCE page size
      npu2: Return sensible PCI error when not frozen
      npu2: Allow ATSD for LPAR other than 0

Cédric Le Goater (2):
      plat/qemu: use the common OpenPOWER routines to initialize
      plat/qemu: fix platform initialization when the BT device is not present

Frederic Barrat (1):
      i2c: Fix i2c request hang during opal init if timers are not checked

Joel Stanley (9):
      ci: Update gcov comment in Fedora 28
      ci: Disable GCOV builds in ubuntu-latest
      ci: Use Ubuntu latest config for Debian unstable
      ci: Update Debian unstable packages
      ci: Add dtc dependencies for rawhide
      ci: Drop P8 mambo from Debian unstable
      ci: Add opal-utils to Debian unstable
      test: Update qemu arguments to use bmc simulator
      ci: Bump Qemu version

Rashmica Gupta (1):
      Add purging CPU L2 and L3 caches into NPU hreset.

Shilpasri G Bhat (1):
      opal-prd: hservice: Enable hservice->wakeup() in BMC

Stewart Smith (14):
      core/cpu.c: avoid container_of(NULL) in next_cpu()
      Change ifdef around dump_fdt() to shut up static analysis
      mem_region.c: Move ifdef for MEM_POISON to shut up static analysis
      opal_trace_entry: Move ifdef around to shut up static analysis
      opal_sync_host_reboot: clarify when we return OPAL_BUSY_EVENT
      vpd: Force static analysis to not think about NULL term strings
      hdata/iohub.c: remove condition that was always true
      hw/bt.c: Move some debug ifdef to make static analysis happy
      Revert "npu2: Allow ATSD for LPAR other than 0"
      libflash/file: greatly increase perf of file_erase()
      ffspart: Increase MAX_LINE to above PATH_MAX
      ffspart: Support flashing already ECC protected images
      opal-ci: Drop fedora27, add fedora29
      skiboot v6.2 release notes

Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
diff --git a/openpower/package/skiboot/Config.in b/openpower/package/skiboot/Config.in
index 78d40b5..e7350e2 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-rc2" if BR2_SKIBOOT_LATEST_VERSION
+	default "v6.2" if BR2_SKIBOOT_LATEST_VERSION
 	default BR2_SKIBOOT_CUSTOM_VERSION_VALUE \
 		if BR2_SKIBOOT_CUSTOM_VERSION