Merge pull request #1353 from op-jenkins/op-build-update_1257_8-17-2017

op-build update 8-17-2017
diff --git a/openpower/package/hostboot/hostboot.mk b/openpower/package/hostboot/hostboot.mk
index b31fd43..896ce64 100644
--- a/openpower/package/hostboot/hostboot.mk
+++ b/openpower/package/hostboot/hostboot.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 HOSTBOOT_VERSION_BRANCH_MASTER_P8 ?= 695bd891343faf1f0ef85fe53148590e58239efd
-HOSTBOOT_VERSION_BRANCH_MASTER ?= be278aca06ad5dd7af01053bc9de6951f68eec15
+HOSTBOOT_VERSION_BRANCH_MASTER ?= 4a20bcf8521ff1bd73d5d44fb14235b9d22b834c
 
 HOSTBOOT_VERSION ?= $(if $(BR2_OPENPOWER_POWER9),$(HOSTBOOT_VERSION_BRANCH_MASTER),$(HOSTBOOT_VERSION_BRANCH_MASTER_P8))
 HOSTBOOT_SITE ?= $(call github,open-power,hostboot,$(HOSTBOOT_VERSION))
diff --git a/openpower/scripts/release-notes b/openpower/scripts/release-notes
index 50b659f..a0f322f 100755
--- a/openpower/scripts/release-notes
+++ b/openpower/scripts/release-notes
@@ -13,18 +13,18 @@
 
 my $repos =
 {
-    'op-build' => { REPO => "http://github.com/open-power/op-build" },
-    'hostboot' => { REPO => "http://github.com/open-power/hostboot" ,
+    'op-build' => { REPO => "https://github.com/open-power/op-build" },
+    'hostboot' => { REPO => "https://github.com/open-power/hostboot" ,
                     DIR => "openpower/package/hostboot" },
-    'sbe'      => { REPO => "http://github.com/open-power/sbe" ,
+    'sbe'      => { REPO => "https://github.com/open-power/sbe" ,
                     DIR => "openpower/package/sbe"},
-    'skiboot'  => { REPO => "http://github.com/open-power/skiboot" ,
+    'skiboot'  => { REPO => "https://github.com/open-power/skiboot" ,
                     DIR => "openpower/package/skiboot"},
-    'occ'      => { REPO => "http://github.com/open-power/occ" ,
+    'occ'      => { REPO => "https://github.com/open-power/occ" ,
                     DIR => "openpower/package/occ"},
-    'pnor'     => { REPO => "http://github.com/open-power/pnor" ,
+    'pnor'     => { REPO => "https://github.com/open-power/pnor" ,
                     DIR => "openpower/package/openpower-pnor"},
-    'petitboot'     => { REPO => "http://github.com/open-power/petitboot" ,
+    'petitboot'     => { REPO => "https://github.com/open-power/petitboot" ,
 			 DIR => "openpower/package/petitboot"},
 };
 
@@ -130,7 +130,7 @@
 	    $p = "witherspoon";
 	    $witherspoon_insanity = 1;
     }
-    $repos->{"$p-xml"} = { REPO => "http://github.com/open-power/$p-xml" ,
+    $repos->{"$p-xml"} = { REPO => "https://github.com/open-power/$p-xml" ,
 			   DIR => "openpower/package/$p-xml" };
 }