skiboot v5.9-143-gbd64f85b8581

Ananth N Mavinakayanahalli (1):
      fsp: Bail out of HIR if FSP is resetting voluntarily

Cyril Bur (1):
      nvram: Fix 'missing' nvram on FSP systems.

Madhavan Srinivasan (2):
      hw/imc: alway enable "imc_nest_chip" exports property
      hw/imc: Check ucode state before exposing units to Linux

Michael Ellerman (1):
      mambo: Add support for NUMA

Nicholas Piggin (30):
      fast-reboot: restore SMT priority on spin loop exit
      fast-reboot: factor out direct control loops for sreset
      fast-reboot: remove last man standing logic
      fast-reboot: clean up some common cpu iteration processes with macros
      fast-reboot: factor out the mambo sreset code
      fast-reboot: add sreset_all_others error handling
      fast-reboot: make spin loops consistent and SMT friendly
      fast-reboot: add sreset timeout detection and handling
      fast-reboot: add more barriers around cpu state changes
      fast-reboot: remove delay after sreset
      fast-reboot: inline fast_reset_p8 into fast_reboot
      fast-reboot: move de-asserting of special wakeups to the initiator
      fast-reboot: allow mambo fast reboot independent of CPU type
      fast-reboot: move sreset direct controls to direct-controls.c
      direct-controls: change p8_sreset_all_others sequence
      direct-controls: p8 implementation of generic direct controls
      direct-controls: add xscom error handling for p8
      core/lock: Introduce atomic cmpxchg and implement try_lock with it
      core/lock: improve bust_locks
      asm/head: add entry/exit calls
      asm/head: move opal entry token check into C
      core/opal: always verify cpu->pir on entry
      core: Add support for quiescing OPAL
      fast-reboot: quiesce opal before initiating a fast reboot
      fast-reboot: improve failure error messages
      fast-reboot: move fdt freeing into init
      fast-reboot: move boot CPU cleanup logically together with secondaries
      fast-reboot: bare bones fast reboot implementation for POWER9
      direct-controls: enable fast reboot direct controls for mambo
      dctl: p9 increase thread quiesce timeout

Oliver O'Halloran (9):
      external/test: Print the name of each test
      gard: Allow records with an ID of 0xffffffff
      gard: Set chip generation based on PVR
      gard: Fix up path parsing
      gard: Fix max instance count
      gard: Add usage message for -p
      gard: Delete stale comment
      gard: Fix up do_create return values
      gard: Add tests

Pridhiviraj Paidipeddi (5):
      NX: Print read xscom config failures.
      hw/occ: Fix psr cpu-to-gpu sensors node dtc warning.
      sensors: Fix dtc warning for dts sensors.
      sensors: Fix dtc warning for new occ inband sensors.
      hw/occ: Log proper SCOM register names

Stewart Smith (4):
      Add documentation for ibm, firmware-versions device tree node
      Use systemsim-p9 v1.1
      sreset_kernel: only run SMT tests due to not supporting re-entry
      Fix booting & OPAL call return values with DEBUG=1

Suraj Jitindar Singh (1):
      external/pflash: Fix non-zero return code for successful read when size%256 != 0

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 c107e13..b1a44b3 100644
--- a/openpower/package/skiboot/Config.in
+++ b/openpower/package/skiboot/Config.in
@@ -31,7 +31,7 @@
 
 config BR2_SKIBOOT_VERSION
 	string
-	default "v5.9-89-gac685bccd889" if BR2_SKIBOOT_LATEST_VERSION
+	default "v5.9-143-gbd64f85b8581" if BR2_SKIBOOT_LATEST_VERSION
 	default BR2_SKIBOOT_CUSTOM_VERSION_VALUE \
 		if BR2_SKIBOOT_CUSTOM_VERSION