skiboot v6.6-85-gabe4c4799

Cédric Le Goater (14):
      xive/p9: Introduce XIVE_INT_ORDER
      xive/p9: Clarify the global IRQ number encoding
      xive/p9: Introduce XIVE_ESB_SHIFT
      xive/p9: Introduce XIVE_EQ_ORDER
      xive/p9: Clarify the escalation IRQ encoding
      xive/p9: Introduce XIVE_EQ_SHIFT
      xive/p9: Use sizeof() instead of hardcoded values
      xive/p9: Clarify indirect table allocation
      xive/p9: Force 64K page size on the IC and TM BARs
      xive/p9: Modify the size of the VP space
      xive/p9: Introduce definitions for VP ids of HW threads
      xive/p9: use PAGE_SIZE
      xive/p9: Introduce XIVE_ESB_SIZE
      xive/P9: Use NUM_INT_PRIORITIES in xive_reset()

Gustavo Romero (1):
      xive: Fix two typos in comments

Oliver O'Halloran (1):
      hw/xive: Use XIVE_VSD_SIZE more

Thiago Jung Bauermann (1):
      dt: Set new property length in dt_resize_property()

Vasant Hegde (6):
      uart: Actually swallow data if LPC is not working
      mpipl: Delay MPIPL registration until OPAL init is complete
      mpipl: Move opal_mpipl_save_crashing_pir() call to platform specific code
      prd: Do not assert if HBRT makes unsupported call
      fsp: Skip sysdump retrieval only in MPIPL boot
      skiboot v6.6.2 release notes

Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
diff --git a/openpower/package/skiboot/Config.in b/openpower/package/skiboot/Config.in
index 71e1055..4428687 100644
--- a/openpower/package/skiboot/Config.in
+++ b/openpower/package/skiboot/Config.in
@@ -31,7 +31,7 @@
 
 config BR2_SKIBOOT_VERSION
 	string
-	default "v6.6-62-g68dc040a6" if BR2_SKIBOOT_LATEST_VERSION
+	default "v6.6-85-gabe4c4799" if BR2_SKIBOOT_LATEST_VERSION
 	default BR2_SKIBOOT_CUSTOM_VERSION_VALUE \
 		if BR2_SKIBOOT_CUSTOM_VERSION