Merge pull request #1949 from stewart-ibm/make-zz-lighter
zz: Don't build openpower specific packages
diff --git a/README.md b/README.md
index f92d572..aa99174 100644
--- a/README.md
+++ b/README.md
@@ -4,14 +4,23 @@
build the various components of the PNOR firmware, including Hostboot, Skiboot,
OCC, Petitboot etc.
+## Documentation
+
+https://open-power.github.io/op-build/
+
+See the doc/ directory for documentation source. Contributions
+are *VERY* welcome!
+
## Development
Issues, Milestones, pull requests and code hosting is on GitHub:
https://github.com/open-power/op-build
-Mailing list: openpower-firmware@lists.ozlabs.org
-Info/Subscribe: https://lists.ozlabs.org/listinfo/openpower-firmware
-Archives: https://lists.ozlabs.org/pipermail/openpower-firmware/
+See [CONTRIBUTING.md](CONTRIBUTING.md) for howto contribute code.
+
+* Mailing list: openpower-firmware@lists.ozlabs.org
+* Info/Subscribe: https://lists.ozlabs.org/listinfo/openpower-firmware
+* Archives: https://lists.ozlabs.org/pipermail/openpower-firmware/
## Building an image
@@ -25,7 +34,9 @@
```
There are also default configurations for other platforms in
-`openpower/configs/` such as Habanero and Firestone.
+`openpower/configs/`. Current POWER8 platforms include Habanero,
+Firestone, and Garrison. Current POWER9 platforms include Witherspoon,
+Boston (p9dsu), Romulus, and Zaius.
Buildroot/op-build supports both native and cross-compilation - it will
automatically download and build an appropriate toolchain as part of the build
diff --git a/openpower/configs/zaius_defconfig b/openpower/configs/zaius_defconfig
index 3f61998..05a5455 100644
--- a/openpower/configs/zaius_defconfig
+++ b/openpower/configs/zaius_defconfig
@@ -41,7 +41,7 @@
BR2_OPENPOWER_POWER9=y
BR2_HOSTBOOT_CONFIG_FILE="zaius.config"
BR2_OPENPOWER_MACHINE_XML_GITHUB_PROJECT_VALUE="zaius-xml"
-BR2_OPENPOWER_MACHINE_XML_VERSION="5e48835aacb178c77e2c8a02be6d6e939f1c1090"
+BR2_OPENPOWER_MACHINE_XML_VERSION="4b012a3d1da538b3fb97c332b6fce51a6cffaf9a"
BR2_OPENPOWER_MACHINE_XML_FILENAME="zaius.xml"
BR2_OPENPOWER_SYSTEM_XML_FILENAME="ZAIUS_hb.system.xml"
BR2_OPENPOWER_MRW_XML_FILENAME="ZAIUS_hb.mrw.xml"
diff --git a/openpower/package/hostboot-binaries/hostboot_binaries.mk b/openpower/package/hostboot-binaries/hostboot_binaries.mk
index f646735..6d24276 100644
--- a/openpower/package/hostboot-binaries/hostboot_binaries.mk
+++ b/openpower/package/hostboot-binaries/hostboot_binaries.mk
@@ -5,7 +5,7 @@
################################################################################
-HOSTBOOT_BINARIES_VERSION ?= f5720666f5ccc308499a97d87d256a8c0d31ac39
+HOSTBOOT_BINARIES_VERSION ?= ec7c35df30f446361bf1905c2f4366ea2b5c5343
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.mk b/openpower/package/hostboot/hostboot.mk
index dcce93a..70fac21 100644
--- a/openpower/package/hostboot/hostboot.mk
+++ b/openpower/package/hostboot/hostboot.mk
@@ -4,7 +4,7 @@
#
################################################################################
HOSTBOOT_VERSION_BRANCH_MASTER_P8 ?= d3025f5d7ddd0723946bb54fcb471d2bf1fd2da4
-HOSTBOOT_VERSION_BRANCH_MASTER ?= c0fce11639f72a479e3479a25362cf64337e51a1
+HOSTBOOT_VERSION_BRANCH_MASTER ?= c82b626e6ea1d56c0d25cbd5954064e256135002
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/package/occ/occ.mk b/openpower/package/occ/occ.mk
index a865e06..547747d 100644
--- a/openpower/package/occ/occ.mk
+++ b/openpower/package/occ/occ.mk
@@ -5,7 +5,7 @@
################################################################################
OCC_VERSION_BRANCH_MASTER_P8 ?= 28f2cec690b7f19548ce860a8820f519e6c39a6a
-OCC_VERSION_BRANCH_MASTER ?= 2fe8f2c01e62eb73dd441dd5e0d386f40150787d
+OCC_VERSION_BRANCH_MASTER ?= 768466b31e853cb11dfa90dbfc1565a21ee9646e
OCC_VERSION ?= $(if $(BR2_OPENPOWER_POWER9),$(OCC_VERSION_BRANCH_MASTER),$(OCC_VERSION_BRANCH_MASTER_P8))
OCC_SITE ?= $(call github,open-power,occ,$(OCC_VERSION))