summaryrefslogtreecommitdiffstats
path: root/openpower
diff options
context:
space:
mode:
authorhostboot <hostboot@us.ibm.com>2019-03-18 03:04:39 -0500
committerhostboot <hostboot@us.ibm.com>2019-03-18 03:04:39 -0500
commitc96770412f4a54073467fb93c0483fe238932a15 (patch)
treef36d5e5700590940e48e8ed76afea5f5515729e3 /openpower
parent67157e26cc6cd68acb72ef1bea6d288f8f814b39 (diff)
downloadblackbird-op-build-c96770412f4a54073467fb93c0483fe238932a15.tar.gz
blackbird-op-build-c96770412f4a54073467fb93c0483fe238932a15.zip
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>
Diffstat (limited to 'openpower')
-rw-r--r--openpower/package/hcode/Config.in2
-rw-r--r--openpower/package/hostboot/Config.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/openpower/package/hcode/Config.in b/openpower/package/hcode/Config.in
index 7251bee0..9520b3f9 100644
--- a/openpower/package/hcode/Config.in
+++ b/openpower/package/hcode/Config.in
@@ -31,7 +31,7 @@ config BR2_HCODE_CUSTOM_VERSION_VALUE
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 30017f3e..f4769d10 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 "10784ce5d02bd321ad576f11d48fa42972a3e468" if BR2_HOSTBOOT_LATEST_VERSION
+ default "3653c5d44e88968b1f09f73eda056c3898174a22" if BR2_HOSTBOOT_LATEST_VERSION
default BR2_HOSTBOOT_CUSTOM_VERSION_VALUE \
if BR2_HOSTBOOT_CUSTOM_VERSION
OpenPOWER on IntegriCloud