summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhostboot <hostboot@us.ibm.com>2019-04-12 11:14:13 -0500
committerroot <root@raptor-3d-printer-002.starlink.edu>2019-04-17 05:14:09 +0000
commitba98776081067c95837404a1e98aa819134d2e91 (patch)
tree79cf140f99f97d066e0adf2373f515e54afaba31
parent8ae463ac0cf14def7b217c8ced02815d4a5e4236 (diff)
downloadtalos-op-build-ba98776081067c95837404a1e98aa819134d2e91.tar.gz
talos-op-build-ba98776081067c95837404a1e98aa819134d2e91.zip
op-build update 4-12-2019
Changes Included for package hostboot, branch master-p8: 7617b21 - Maxim Polyakov - 2019-04-11 - devtree: remove #address/size cell from "bmc" node Changes Included for package hostboot, branch master: 75c14bb - Christian Geddes - 2019-04-11 - Revert "Remove unused VPD sections from axone pnor layout" 0a802a9 - Zane Shelley - 2019-04-11 - PRD: invalid access to pointer address in prdfWriteHomerFirData.C 3637539 - Matt Derksen - 2019-04-10 - Current copyright year not added c4b67af - Christian Geddes - 2019-04-10 - Correct MSS accessor generation for Axone compiles d27962f - Stephen Glancy - 2019-04-10 - Updates CCS to run with quad encoded chip select 8d531bc - Roland Veloz - 2019-04-10 - Added unit test for HWP call ddimm_get_efd f79af6e - Stephen Glancy - 2019-04-10 - Fixes LR host write leveling crashes 834bc3d - Joe McGill - 2019-04-10 - shift OBUS FIR programming inits for secure boot 1b7cc09 - Joe McGill - 2019-04-10 - p9_xbus_fir_utils.H -- create header for definition of XBUS related FIR settings 14242c9 - Dan Crowell - 2019-04-10 - Remove file to remirror 7d859fc - Louis Stermole - 2019-04-10 - Add workaround for Nimbus symbol mark performance hw bug ff83204 - Tsung Yeung - 2019-04-10 - Adjust STR enter sequence to enable immediate entry d4dae0f - Tsung Yeung - 2019-04-10 - P9: NVDIMM SBE Support to Trigger Catastrophic Save 468349f - Tsung Yeung - 2019-04-10 - Includes NVDIMM in workaround for self-time refresh 763efd1 - Stephen Glancy - 2019-04-10 - Updates dramint training structure 923075b - Andre Marin - 2019-04-10 - Update HPW Level for MSS API library af698e0 - Stephen Glancy - 2019-04-10 - Adds in workaround for self-time refresh 9a27a10 - Stephen Glancy - 2019-04-10 - Adds MCA workaround blank files for HB eee59e9 - Dan Crowell - 2019-04-10 - Remove to remirror some files 66b1aa0 - Richard J. Knight - 2019-04-10 - Call the tool to generate the cmsk rings + .C files for procedure b9b808b - Kahn Evans - 2019-04-10 - Fixing doxygen warnings 47c6433 - Dan Crowell - 2019-04-10 - Remove deleted mirrored file 091bf3c - Christian Geddes - 2019-04-10 - Update MAX_ALLOWED_DIMM_FREQ to support 3200 MHz 5e67290 - Matt Derksen - 2019-04-10 - Remove unused VPD sections from axone pnor layout 8941c2c - Caleb Palmer - 2019-04-10 - PRD: NVDIMM mask EVENT_N bit on persistency lost 6fc227e - Christian Geddes - 2019-04-10 - Re-order i2c properties in Axone simics XML to align closer with sim 0336196 - Ilya Smirnov - 2019-04-10 - Flush Errlmanager Queue Before Fetching Gard Records 3e58236 - Nick Bofferding - 2019-04-10 - Disable parallel operations in draminit advanced training 020f137 - Christian Geddes - 2019-04-09 - Update simics release to April 8th release f89a142 - Dan Crowell - 2019-04-09 - Add sequence id to IPMI timeout traces 0c03d55 - Christian Geddes - 2019-04-09 - Workaround unused var in certain configurations e686c6c - Mark Pizzutillo - 2019-04-09 - Add empty files for exp_getecid Signed-off-by: hostboot <hostboot@us.ibm.com>
-rw-r--r--openpower/package/hostboot-p8/hostboot-p8.mk2
-rw-r--r--openpower/package/hostboot/Config.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/openpower/package/hostboot-p8/hostboot-p8.mk b/openpower/package/hostboot-p8/hostboot-p8.mk
index bab566b3..9328ef4c 100644
--- a/openpower/package/hostboot-p8/hostboot-p8.mk
+++ b/openpower/package/hostboot-p8/hostboot-p8.mk
@@ -3,7 +3,7 @@
# hostboot for POWER8
#
################################################################################
-HOSTBOOT_P8_VERSION ?= 1d4ee5b3342c9e7aaa6a4b207c782f37c778bf05
+HOSTBOOT_P8_VERSION ?= 7617b21f99ebbd73cc567b5bcbfc9536877d28b7
HOSTBOOT_P8_SITE ?= $(call github,open-power,hostboot,$(HOSTBOOT_P8_VERSION))
diff --git a/openpower/package/hostboot/Config.in b/openpower/package/hostboot/Config.in
index 4e9d75fa..0e63b964 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 "a9aa7be26b1f54c228377ffa99c4afd3947b12dd" if BR2_HOSTBOOT_LATEST_VERSION
+ default "75c14bbdbc1f8706d8dccab7d273cc3fd581717f" if BR2_HOSTBOOT_LATEST_VERSION
default BR2_HOSTBOOT_CUSTOM_VERSION_VALUE \
if BR2_HOSTBOOT_CUSTOM_VERSION
OpenPOWER on IntegriCloud