From 2ea869e857539f87e93639f5ce5d410de26da99a Mon Sep 17 00:00:00 2001 From: hostboot Date: Thu, 7 Mar 2019 00:17:18 -0600 Subject: op-build update 3-7-2019 Changes Included for package witherspoon-xml, branch op-build-2.0.y: 2d9c9f0 - Erich Hauptli - 2019-03-05 - Adding in TPM FRU info bea477b - Erich Hauptli - 2019-03-05 - Fixing GPU I2C Addresses Changes Included for package hostboot, branch release-op920: 879d21d - Nick Bofferding - 2019-03-05 - Support parsing call home informational eSELs with debug tooling d236030 - Nick Bofferding - 2019-03-05 - Only allow key transition in istep 10.2 Signed-off-by: hostboot --- openpower/configs/witherspoon_defconfig | 2 +- openpower/package/hostboot/Config.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openpower/configs/witherspoon_defconfig b/openpower/configs/witherspoon_defconfig index 1086dadb..94d7122a 100644 --- a/openpower/configs/witherspoon_defconfig +++ b/openpower/configs/witherspoon_defconfig @@ -41,7 +41,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="74b5ebb1875e1b2465a9ef93507a3b7f89e7f00e" +BR2_OPENPOWER_MACHINE_XML_VERSION="2d9c9f0ebce15e0f689995c5ea7e487dd5123291" 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/hostboot/Config.in b/openpower/package/hostboot/Config.in index 0d4569df..5bac8c69 100644 --- a/openpower/package/hostboot/Config.in +++ b/openpower/package/hostboot/Config.in @@ -29,7 +29,7 @@ config BR2_HOSTBOOT_CUSTOM_VERSION_VALUE config BR2_HOSTBOOT_VERSION string default "43c4502d3b0b87020665a65ad2843e0ddc31906" if BR2_HOSTBOOT_LATEST_VERSION - default "236d2178bd66dc0bab90b9b0702226064098c4d0" if BR2_HOSTBOOT_OP920_VERSION + default "879d21d3cd70f7dc2dc276110798f5b7931f9ec3" if BR2_HOSTBOOT_OP920_VERSION default BR2_HOSTBOOT_CUSTOM_VERSION_VALUE \ if BR2_HOSTBOOT_CUSTOM_VERSION -- cgit v1.2.1