diff options
author | Stewart Smith <stewart@linux.ibm.com> | 2018-12-11 19:05:14 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-11 19:05:14 +1100 |
commit | fa379a0f459f7de2d000a35c122f8ed6812d7c2e (patch) | |
tree | 97b9e96b05afe38b54201e076270a973d9b05328 /openpower | |
parent | ad8f8eb3a432e19adec5cd70e615640a99eb0ff5 (diff) | |
parent | f226935dce48fc9cb996210a6e6e563e037ec363 (diff) | |
download | blackbird-op-build-fa379a0f459f7de2d000a35c122f8ed6812d7c2e.tar.gz blackbird-op-build-fa379a0f459f7de2d000a35c122f8ed6812d7c2e.zip |
Merge pull request #2508 from stewart-ibm/pfw-bump-dec7
op-build update 12-6-2018
Diffstat (limited to 'openpower')
-rw-r--r-- | openpower/configs/witherspoon_defconfig | 2 | ||||
-rw-r--r-- | openpower/package/hcode/Config.in | 2 | ||||
-rw-r--r-- | openpower/package/hostboot/Config.in | 2 | ||||
-rw-r--r-- | openpower/package/openpower-pnor/openpower-pnor.mk | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/openpower/configs/witherspoon_defconfig b/openpower/configs/witherspoon_defconfig index f39776b8..243f37a0 100644 --- a/openpower/configs/witherspoon_defconfig +++ b/openpower/configs/witherspoon_defconfig @@ -42,7 +42,7 @@ BR2_OPENPOWER_PLATFORM=y BR2_OPENPOWER_POWER9=y BR2_HOSTBOOT_CONFIG_FILE="witherspoon.config" BR2_OPENPOWER_MACHINE_XML_GITHUB_PROJECT_VALUE="witherspoon-xml" -BR2_OPENPOWER_MACHINE_XML_VERSION="c488a6234d09ea9b1fff23fd00991cb6e6487df0" +BR2_OPENPOWER_MACHINE_XML_VERSION="dce824c12588434293f599fa02d366e7c684fa51" BR2_OPENPOWER_MACHINE_XML_FILENAME="witherspoon.xml" BR2_OPENPOWER_SYSTEM_XML_FILENAME="WITHERSPOON_hb.system.xml" BR2_OPENPOWER_MRW_XML_FILENAME="WITHERSPOON_hb.mrw.xml" diff --git a/openpower/package/hcode/Config.in b/openpower/package/hcode/Config.in index a3bece0f..32cdcd05 100644 --- a/openpower/package/hcode/Config.in +++ b/openpower/package/hcode/Config.in @@ -31,7 +31,7 @@ config BR2_HCODE_CUSTOM_VERSION_VALUE config BR2_HCODE_VERSION string - default "hw112118a.930" if BR2_HCODE_LATEST_VERSION + default "hw120518a.930" if BR2_HCODE_LATEST_VERSION default BR2_HCODE_CUSTOM_VERSION_VALUE \ if BR2_HCODE_CUSTOM_VERSION diff --git a/openpower/package/hostboot/Config.in b/openpower/package/hostboot/Config.in index fe0cfbfc..fbbf2e82 100644 --- a/openpower/package/hostboot/Config.in +++ b/openpower/package/hostboot/Config.in @@ -28,7 +28,7 @@ config BR2_HOSTBOOT_CUSTOM_VERSION_VALUE config BR2_HOSTBOOT_VERSION string - default "3f1f2186bb80322594a3cc81241c390119d69552" if BR2_HOSTBOOT_LATEST_VERSION + default "51f5db9c151941d7e4ca2ab5befdba01570bf6f9" if BR2_HOSTBOOT_LATEST_VERSION default "3f1f2186bb80322594a3cc81241c390119d69552" if BR2_HOSTBOOT_STABLE_VERSION default BR2_HOSTBOOT_CUSTOM_VERSION_VALUE \ if BR2_HOSTBOOT_CUSTOM_VERSION diff --git a/openpower/package/openpower-pnor/openpower-pnor.mk b/openpower/package/openpower-pnor/openpower-pnor.mk index 11e3f5bf..93f55337 100644 --- a/openpower/package/openpower-pnor/openpower-pnor.mk +++ b/openpower/package/openpower-pnor/openpower-pnor.mk @@ -4,7 +4,7 @@ # ################################################################################ -OPENPOWER_PNOR_VERSION ?= aa94a39eb470d1a50138f4d0b04a5a135c4431ff +OPENPOWER_PNOR_VERSION ?= a4d9702936085a1a01ff305037b89dc6e915dd35 OPENPOWER_PNOR_SITE ?= $(call github,open-power,pnor,$(OPENPOWER_PNOR_VERSION)) OPENPOWER_PNOR_LICENSE = Apache-2.0 |