op-build update 3-18-2019
Changes Included for package hostboot, branch master:
3653c5d - Christian Geddes - 2019-03-17 - Skip establish ex chiplet step (15.3) during Axone for now
dd41d61 - Christian Geddes - 2019-03-17 - Set MAX_COMPUTE_NODES attribute so TOD code gets setup correctly
b397d8d - Christian Geddes - 2019-03-17 - Allow single dimm configurations in Axone
5588cf8 - Nick Bofferding - 2019-03-17 - Fix bug where task migrates away from pinned CPU unexpectedly
6362249 - Dan Crowell - 2019-03-16 - Add PMIC target
0f728a1 - Louis Stermole - 2019-03-16 - Add empty file for explorer eff_memory_size specialization
143d039 - Prem Shanker Jha - 2019-03-16 - Image Build: Fixed handling of unsecure HOMER address field.
395f284 - Sumit Kumar - 2019-03-16 - FAPI_Infra:Add new member to structure ErrorInfoHwCallout
4d983e4 - Prasad Bg Ranganath - 2019-03-16 - PPB: Refactor pstate parameter block
1c169fc - Andre Marin - 2019-03-16 - Add attribute engine algorithm for eff_config and pre_eff_config
b5e9f70 - Andre A. Marin - 2019-03-16 - Update phy_pharams structure, tests, and exp attrs
bcecb8a - Christian R. Geddes - 2019-03-16 - Revert "Update phy_pharams structure, tests, and exp attrs"
d679e6d - Andre A. Marin - 2019-03-16 - Add attr_engine_traits empty files for HB to mirror
2dcce4b - Andre Marin - 2019-03-15 - Add L1 for p9a_mss_bulk_pwr_throttles and p9a_mss_utils_to_throttle
cd82f3e - Stephen Glancy - 2019-03-15 - Adds DDIMM EFD decoder API
9e1906f - Andre Marin - 2019-03-15 - Add std::remove_all_extends to HB STL library
c2c08ea - Dan Crowell - 2019-03-15 - Remove old fapi files
a5c4032 - Matt Derksen - 2019-03-15 - Fixing runtime i2c operation
3830dc6 - Matthew Raybuck - 2019-03-15 - Support UCD target generation for Zeppelin MRW
642a5f6 - Nick Bofferding - 2019-03-15 - Support UCD discovery
c4031ac - Chen Du - 2019-03-15 - Dropped messages at shutdown
87cc9b2 - Joe McGill - 2019-03-14 - cleanup references to chip-centric EC feature attributes
ee476c6 - Andre A. Marin - 2019-03-14 - Update phy_pharams structure, tests, and exp attrs
8b9e2d4 - Bill Hoffa - 2019-03-14 - Fix autocitest simics attempt numbering
9145082 - Christian Geddes - 2019-03-14 - Disable OCMB mmio communication tests until MMIO works
Changes Included for package hcode, branch master:
3d18592 - hostboot - 2019-03-16 - Release tag information updated for hw031619a.940
Signed-off-by: hostboot <hostboot@us.ibm.com>
diff --git a/openpower/package/hcode/Config.in b/openpower/package/hcode/Config.in
index 7251bee..9520b3f 100644
--- a/openpower/package/hcode/Config.in
+++ b/openpower/package/hcode/Config.in
@@ -31,7 +31,7 @@
config BR2_HCODE_VERSION
string
- default "hw031319a.940" if BR2_HCODE_LATEST_VERSION
+ default "hw031619a.940" 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 30017f3..f4769d1 100644
--- a/openpower/package/hostboot/Config.in
+++ b/openpower/package/hostboot/Config.in
@@ -25,7 +25,7 @@
config BR2_HOSTBOOT_VERSION
string
- default "10784ce5d02bd321ad576f11d48fa42972a3e468" if BR2_HOSTBOOT_LATEST_VERSION
+ default "3653c5d44e88968b1f09f73eda056c3898174a22" if BR2_HOSTBOOT_LATEST_VERSION
default BR2_HOSTBOOT_CUSTOM_VERSION_VALUE \
if BR2_HOSTBOOT_CUSTOM_VERSION