skiboot v6.2.2

Alexey Kardashevskiy (1):
      hw/phb3/naples: Disable D-states

Andrew Jeffery (53):
      libflash/test: Generate header dependencies for tests
      test-ipmi-hiomap: Add ability to delay some IPMI messages
      test-ipmi-hiomap: Dump unexpected IPMI messages
      test-ipmi-hiomap: Ensure the completion code is set
      test-ipmi-hiomap: Print some information on early scenario_exit()
      libflash/ipmi-hiomap: Fix leak of msg in callback
      libflash/ipmi-hiomap: Overhaul error handling
      libflash/ipmi-hiomap: Overhaul event handling
      libflash/ipmi-hiomap: Remove unused close handling
      libflash/ipmi-hiomap: Enforce message size for empty response
      test-ipmi-hiomap: Add protocol-persistent-error test
      test-ipmi-hiomap: Add read-one-block test
      test-ipmi-hiomap: Add read-two-blocks test
      test-ipmi-hiomap: Add event-before-read
      test-ipmi-hiomap: Add event-during-read test
      test-ipmi-hiomap: Add write-one-block test
      test-ipmi-hiomap: Add write-two-blocks test
      test-ipmi-hiomap: Add event-before-write test
      test-ipmi-hiomap: Add event-during-write test
      test-ipmi-hiomap: Add erase-one-block test
      test-ipmi-hiomap: Add erase-two-blocks test
      test-ipmi-hiomap: Add event-before-erase test
      test-ipmi-hiomap: Add event-during-erase
      test-ipmi-hiomap: Add bad-sequence test
      test-ipmi-hiomap: Add action-error test
      test-ipmi-hiomap: Add get-flash-info test
      test-ipmi-hiomap: Add get-info-error test
      test-ipmi-hiomap: Add get-flash-info-error test
      test-ipmi-hiomap: Add create-read-window-error test
      test-ipmi-hiomap: Add create-write-window-error test
      test-ipmi-hiomap: Add mark-dirty-error test
      test-ipmi-hiomap: Add flush-error test
      test-ipmi-hiomap: Add ack-error test
      test-ipmi-hiomap: Add erase-error test
      test-ipmi-hiomap: Add ack-malformed tests
      test-ipmi-hiomap: Add get-info-malformed tests
      test-ipmi-hiomap: Add get-flash-info-malformed tests
      test-ipmi-hiomap: Add create-read-window-malformed tests
      test-ipmi-hiomap: Add create-write-window-malformed tests
      test-ipmi-hiomap: Add mark-dirty-malformed tests
      test-ipmi-hiomap: Add flush-malformed tests
      test-ipmi-hiomap: Add erase-malformed tests
      test-ipmi-hiomap: Add protocol-recovery-failure-ack test
      test-ipmi-hiomap: Add protocol-recovery-failure-get-info test
      test-ipmi-hiomap: Add protocol-recovery-get-flash-info-failure test
      test-ipmi-hiomap: Add read-one-block-twice test
      test-ipmi-hiomap: Add write-one-block-twice test
      test-ipmi-hiomap: Add erase-one-block-twice test
      ast-io: Rework ast_sio_is_enabled() test sequence
      astbmc: Try IPMI HIOMAP for P8 (again)
      p8dtu: Enable HIOMAP support
      p8dtu: Configure BMC graphics
      astbmc: Enable IPMI HIOMAP for AMI platforms

Shilpasri G Bhat (1):
      powercap: occ: Fix the powercapping range allowed for user

Stewart Smith (1):
      qemu: bt device isn't always hanging off /

Vasant Hegde (7):
      ipmi/power: Fix system reboot issue
      hw/bt: Fix message retry handler
      hw/bt: Add backend interface to disable ipmi message retry option
      hw/bt: Introduce separate list for synchronous messages
      core/ipmi: Add ipmi sync messages to top of the list
      hw/bt: Do not disable ipmi message retry during OPAL boot
      skiboot v6.2.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 a7121cf..01f9374 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.1" if BR2_SKIBOOT_LATEST_VERSION
+	default "v6.2.2" if BR2_SKIBOOT_LATEST_VERSION
 	default BR2_SKIBOOT_CUSTOM_VERSION_VALUE \
 		if BR2_SKIBOOT_CUSTOM_VERSION