op-build update August 25th

Updated versions: hostboot, hostboot-binaries, garrison-xml, and pnor.
Added patch to fix IPL issue on firestone.
Tested on habanero, palmetto, and firestone HW.  Garrison build only.
diff --git a/openpower/package/garrison-xml/garrison.mk b/openpower/package/garrison-xml/garrison.mk
index 4c07ca0..8553443 100644
--- a/openpower/package/garrison-xml/garrison.mk
+++ b/openpower/package/garrison-xml/garrison.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GARRISON_XML_VERSION ?= ec525e1d5f869a94c278b4cf9b7a0ec1dfeb5abe
+GARRISON_XML_VERSION ?= 2cda1b188d2dcd853e9c3ade40139ab5507dd053
 GARRISON_XML_SITE ?= $(call github,open-power,garrison-xml,$(GARRISON_XML_VERSION))
 
 GARRISON_XML_LICENSE = Apache-2.0
diff --git a/openpower/package/hostboot-binaries/hostboot_binaries.mk b/openpower/package/hostboot-binaries/hostboot_binaries.mk
index d9a23df..bf8934b 100644
--- a/openpower/package/hostboot-binaries/hostboot_binaries.mk
+++ b/openpower/package/hostboot-binaries/hostboot_binaries.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-HOSTBOOT_BINARIES_VERSION ?= 22470e51b6342f9c307e28b3ea7cdb194ff954d4
+HOSTBOOT_BINARIES_VERSION ?= 43d5a59c0ed2dae44bceb6ebeb2a0d453ee91565
 HOSTBOOT_BINARIES_SITE ?= $(call github,open-power,hostboot-binaries,$(HOSTBOOT_BINARIES_VERSION))
 HOSTBOOT_BINARIES_LICENSE = Apache-2.0
 
diff --git a/openpower/package/hostboot/hostboot-0004-Fix-fabric_io_dccal-8.2-failure-on-Alpine-Firestone.patch b/openpower/package/hostboot/hostboot-0004-Fix-fabric_io_dccal-8.2-failure-on-Alpine-Firestone.patch
new file mode 100644
index 0000000..3158550
--- /dev/null
+++ b/openpower/package/hostboot/hostboot-0004-Fix-fabric_io_dccal-8.2-failure-on-Alpine-Firestone.patch
@@ -0,0 +1,25 @@
+From 23b29d36a614bcea6536c9c3c721674aba418813 Mon Sep 17 00:00:00 2001
+From: Thi Tran <thi@us.ibm.com>
+Date: Wed, 26 Aug 2015 15:24:25 -0500
+Subject: [PATCH] Fix fabric_io_dccal (8.2) failure on Alpine & Firestone
+
+Change-Id: Ic5a9a7bbc696298a30238a172189b7909539adec
+---
+ src/include/usr/isteps/istep08list.H | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/include/usr/isteps/istep08list.H b/src/include/usr/isteps/istep08list.H
+index 247fb48..9496539 100644
+--- a/src/include/usr/isteps/istep08list.H
++++ b/src/include/usr/isteps/istep08list.H
+@@ -119,6 +119,7 @@ const DepModInfo g_istep08Dependancies = {
+         DEP_LIB(libdmi_training.so),
+         DEP_LIB(libnest_chiplets.so),
+         DEP_LIB(libsecure_boot.so),
++        DEP_LIB(libslave_sbe.so),
+         NULL
+     }
+ };
+-- 
+1.8.2.2
+
diff --git a/openpower/package/hostboot/hostboot.mk b/openpower/package/hostboot/hostboot.mk
index a934119..3ba2255 100644
--- a/openpower/package/hostboot/hostboot.mk
+++ b/openpower/package/hostboot/hostboot.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-HOSTBOOT_VERSION ?= 6ff3e00062b894a880937ce41f748e26105b579a
+HOSTBOOT_VERSION ?= 664897ffe7ac048a96d9eb821f1df24359d4784f
 HOSTBOOT_SITE ?= $(call github,open-power,hostboot,$(HOSTBOOT_VERSION))
 
 HOSTBOOT_LICENSE = Apache-2.0
diff --git a/openpower/package/openpower-pnor/openpower-pnor.mk b/openpower/package/openpower-pnor/openpower-pnor.mk
index 658a949..0393564 100644
--- a/openpower/package/openpower-pnor/openpower-pnor.mk
+++ b/openpower/package/openpower-pnor/openpower-pnor.mk
@@ -8,7 +8,7 @@
 # make doesn't care for quotes in the dependencies.
 XML_PACKAGE=$(subst $\",,$(BR2_OPENPOWER_XML_PACKAGE))
 
-OPENPOWER_PNOR_VERSION ?= ed1682e10526ebd85825427fbf397361bb0e34aa
+OPENPOWER_PNOR_VERSION ?= 40e407735b317d0174645b7543e0a72019709ce2
 OPENPOWER_PNOR_SITE ?= $(call github,open-power,pnor,$(OPENPOWER_PNOR_VERSION))
 
 OPENPOWER_PNOR_LICENSE = Apache-2.0