op-build update 2-12-2019
Changes Included for package hostboot, branch master-p8:
a3b0cb9 - Artem Senichev - 2019-02-07 - Allow MFG, AME, and debug commands to be sent via HTMGT
Changes Included for package hostboot, branch master:
cccf89e - Evan Lojewski - 2019-02-11 - Add additional 2133 and 1866 ps values for spd parsing.
bc12ed0 - Christian Geddes - 2019-02-11 - Skip NPU scominit until ARTMISS register gets updated
c023204 - Christian Geddes - 2019-02-11 - Add call to p9a_ocmb_enable to istep 10.4
37c6c66 - Christian Geddes - 2019-02-11 - Update OBUS PLL Bucket attribute getter with Axone EC levels
27e1f1e - Christian Geddes - 2019-02-11 - Update simics to latest build for Axone simics bringup
77e4bbb - Christian Geddes - 2019-02-11 - Make sure FIRDATA is filled in axone pnor, remove UVBWLIST section
142cc29 - Louis Stermole - 2019-02-10 - Fix 1-rank row repair case in p9c draminit_training and draminit_mc
99bfd4b - Corey Swenson - 2019-02-10 - Use virtual address buffer to read mvpd rings
7315298 - Louis Stermole - 2019-02-10 - Add ATTR_MSS_MEM_MVPD_FWMS to generic xml and fix accessor
3d3ef84 - Louis Stermole - 2019-02-10 - Add p9a_mss_volt procedure
bd23628 - Louis Stermole - 2019-02-10 - Add generic attribute accessor script and makefiles
749dad0 - Alvin Wang - 2019-02-10 - Update setup_fw_boot_config() to read out actual values from attributes
ba2bcf1 - Matt Raybuck - 2019-02-08 - Correct invalid HUID and chiplet id values for NPU targets
7262807 - Matt Raybuck - 2019-02-08 - Updates to processMrw.pl to fix erroneous chiplet ids
e36e001 - Bill Hoffa - 2019-02-08 - HBBL LPC Error Checking
dc1efdb - Tsung Yeung - 2019-02-08 - NVDIMM SBE Support to Trigger CSAVE - xip_customize
0ac318b - Prem Shanker Jha - 2019-02-08 - VDM(Part 1): Introduced new members in CME and CPMR image headers
b898a84 - Stephen Glancy - 2019-02-07 - Adds blank files for EFD API
6b3270d - Andre Marin - 2019-02-07 - Add empty explorer "check_for_ready" procedure files
1db4747 - Christian Geddes - 2019-02-07 - Unset CONFIG_FILE env var if in standalone environment
cf7c244 - Dan Crowell - 2019-02-07 - Move libconsole into base image
Changes Included for package hcode, branch master:
f0643f6 - hostboot - 2019-02-09 - Release tag information updated for hw020919a.930
4f85162 - hostboot - 2019-02-08 - Release tag information updated for hw020819a.930
Signed-off-by: hostboot <hostboot@us.ibm.com>
diff --git a/openpower/package/hcode/Config.in b/openpower/package/hcode/Config.in
index 30d5475..0e3b935 100644
--- a/openpower/package/hcode/Config.in
+++ b/openpower/package/hcode/Config.in
@@ -31,7 +31,7 @@
config BR2_HCODE_VERSION
string
- default "hw020619a.930" if BR2_HCODE_LATEST_VERSION
+ default "hw020919a.930" if BR2_HCODE_LATEST_VERSION
default BR2_HCODE_CUSTOM_VERSION_VALUE \
if BR2_HCODE_CUSTOM_VERSION
diff --git a/openpower/package/hostboot-p8/hostboot-p8.mk b/openpower/package/hostboot-p8/hostboot-p8.mk
index dfe28e8..58be71b 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 ?= e743c92914db3bb33add6132dccf07a1666b6a85
+HOSTBOOT_P8_VERSION ?= a3b0cb929cbf28bc82e54ef8787d36fd5eac4b0a
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 161b02a..c47067a 100644
--- a/openpower/package/hostboot/Config.in
+++ b/openpower/package/hostboot/Config.in
@@ -28,7 +28,7 @@
config BR2_HOSTBOOT_VERSION
string
- default "610ca55e285e2f0d7cabed6235deef82ee271627" if BR2_HOSTBOOT_LATEST_VERSION
+ default "cccf89e092dd50e3fe10b70701c9ddfaa84498cb" if BR2_HOSTBOOT_LATEST_VERSION
default "610ca55e285e2f0d7cabed6235deef82ee271627" if BR2_HOSTBOOT_STABLE_VERSION
default BR2_HOSTBOOT_CUSTOM_VERSION_VALUE \
if BR2_HOSTBOOT_CUSTOM_VERSION