skiboot v6.1

Andrew Donnellan (7):
      hw/npu2, core/hmi: Use NPU instead of NPU2 as log message prefix
      slw: Fix trivial typo in debug message
      init, occ: Initialise OCC earlier on BMC systems
      occ: Move occ declarations into occ.h
      occ: Add support for GPU presence detection
      npu2: Use same compatible string for NVLink and OpenCAPI link nodes in device tree
      occ: Update Dynamic Data comment block with new GPU presence fields

Balbir singh (1):
      pmem: volatile bindings for the poorly enabled

Christophe Lombard (1):
      capi: Select the correct IODA table entry for the mbt cache.

Joel Stanley (1):
      opal-ci: qemu: Use the powernv-3.0 branch

Michael Neuling (3):
      phb4: Minimise wait when moving through FRESET states
      phb4: Move training trace logging to next state.
      phb4: Delay training till after PERST is deasserted

Nicholas Piggin (2):
      core/cpu: parallelise global CPU register setting jobs
      core: always flush console before stopping

Reza Arbab (1):
      npu2/hw-procedures: Fence bricks via NTL instead of MISC

Shilpasri G Bhat (1):
      occ: sensors: Fix the size of the phandle array 'sensors' in DT

Stewart Smith (3):
      test/qemu: start building qemu again, and use our built qemu for tests
      skiboot 6.0.5 release notes
      skiboot 6.1 release notes

Vaibhav Jain (2):
      phb4/capp: Calculate STQ/DMA read engines based on link-width for PEC
      cpu: Ensure no-return flag is updated for current cpu_thread

Vasant Hegde (2):
      vpd: Sanitize VPD data
      vpd: Add vendor property to processor node

Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
diff --git a/openpower/package/skiboot/Config.in b/openpower/package/skiboot/Config.in
index 16a7ce8..614d577 100644
--- a/openpower/package/skiboot/Config.in
+++ b/openpower/package/skiboot/Config.in
@@ -31,7 +31,7 @@
 
 config BR2_SKIBOOT_VERSION
 	string
-	default "v6.1-rc1" if BR2_SKIBOOT_LATEST_VERSION
+	default "v6.1" if BR2_SKIBOOT_LATEST_VERSION
 	default BR2_SKIBOOT_CUSTOM_VERSION_VALUE \
 		if BR2_SKIBOOT_CUSTOM_VERSION