From 84cd663970f16cff57b135e5f107d0fc39d508c1 Mon Sep 17 00:00:00 2001 From: hostboot Date: Fri, 24 May 2019 00:47:40 -0500 Subject: [PATCH] op-build update 5-24-2019 Changes Included for package hostboot, branch master: 82423ea - Stephen Glancy - 2019-05-23 - Fixes MCBIST compile fails 1dab92e - Mark Pizzutillo - 2019-05-23 - Add PMIC enable procedure code and UTs 5de4c5e - Mark Pizzutillo - 2019-05-23 - Fix memdiags to fix jenkins Changes Included for package pnor, branch master: 4a428b8 - crgeddes - 2019-05-23 - Merge pull request #120 from crgeddes/crgeddes_increase_hbrt_to_8_MB f380751 - Christian Geddes - 2019-05-23 - Increase the size of HBRT to 8 MB for both P9 pnor layout Signed-off-by: hostboot --- openpower/package/hostboot/Config.in | 2 +- openpower/package/openpower-pnor/openpower-pnor.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openpower/package/hostboot/Config.in b/openpower/package/hostboot/Config.in index 89c6dbfed8..ea10f479b9 100644 --- a/openpower/package/hostboot/Config.in +++ b/openpower/package/hostboot/Config.in @@ -25,7 +25,7 @@ config BR2_HOSTBOOT_CUSTOM_VERSION_VALUE config BR2_HOSTBOOT_VERSION string - default "cf8f5459f14f8429fa967bd58c6d59e9e02eb207" if BR2_HOSTBOOT_LATEST_VERSION + default "82423eab5bba1c7781866366476eb36e9b9f72a1" if BR2_HOSTBOOT_LATEST_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 56ad7616e1..3e734c2039 100644 --- a/openpower/package/openpower-pnor/openpower-pnor.mk +++ b/openpower/package/openpower-pnor/openpower-pnor.mk @@ -4,7 +4,7 @@ # ################################################################################ -OPENPOWER_PNOR_VERSION ?= f49ec7c18ebc967f83fe8fdbffe79d7bbfa5fa70 +OPENPOWER_PNOR_VERSION ?= 4a428b84d7a321ac85c41dac9b1840da3441a9c3 OPENPOWER_PNOR_SITE ?= $(call github,open-power,pnor,$(OPENPOWER_PNOR_VERSION)) OPENPOWER_PNOR_LICENSE = Apache-2.0