op-build update Aug 27th

Updated versions: hostboot and firestone-xml.
Removed redundant hostboot patch.
Tested on habanero, palmetto, and firestone HW.  Garrison build only.
diff --git a/openpower/package/firestone-xml/firestone.mk b/openpower/package/firestone-xml/firestone.mk
index 66db0ec..3c85118 100644
--- a/openpower/package/firestone-xml/firestone.mk
+++ b/openpower/package/firestone-xml/firestone.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-FIRESTONE_XML_VERSION ?= 8765927c10dcf06a8e7ad8c64ddb07f3bb9c9ead
+FIRESTONE_XML_VERSION ?= 9163bac79c29546ff567d958914b52ac308ea4c2
 FIRESTONE_XML_SITE ?= $(call github,open-power,firestone-xml,$(FIRESTONE_XML_VERSION))
 
 FIRESTONE_XML_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
deleted file mode 100644
index 3158550..0000000
--- a/openpower/package/hostboot/hostboot-0004-Fix-fabric_io_dccal-8.2-failure-on-Alpine-Firestone.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-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 3ba2255..0c7da04 100644
--- a/openpower/package/hostboot/hostboot.mk
+++ b/openpower/package/hostboot/hostboot.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-HOSTBOOT_VERSION ?= 664897ffe7ac048a96d9eb821f1df24359d4784f
+HOSTBOOT_VERSION ?= 5eb573aefeda341cf272f70cfd18cfaa24dfe414
 HOSTBOOT_SITE ?= $(call github,open-power,hostboot,$(HOSTBOOT_VERSION))
 
 HOSTBOOT_LICENSE = Apache-2.0