diff options
author | hostboot <hostboot@us.ibm.com> | 2018-10-09 02:22:00 -0500 |
---|---|---|
committer | hostboot <hostboot@us.ibm.com> | 2018-10-09 02:22:00 -0500 |
commit | e9fc9825143892cc706e9cebf7353a74a76a2aa4 (patch) | |
tree | e9ece5fdc63163910a54a354b2b5c335b53dfdb1 /openpower/package | |
parent | baec48684d5b746828c7f6a2a28ab382fc133586 (diff) | |
download | blackbird-op-build-e9fc9825143892cc706e9cebf7353a74a76a2aa4.tar.gz blackbird-op-build-e9fc9825143892cc706e9cebf7353a74a76a2aa4.zip |
op-build update 10-9-2018
Changes Included for package hostboot, branch master:
31b6cf0 - Caleb Palmer - 2018-10-08 - PRD: Fixes for MBS timeout cases
d02cb05 - Benjamin Weisenbeck - 2018-10-08 - PRD: Request SW dump type for unhandled core checkstops
524937c - Zane Shelley - 2018-10-08 - remove deprecated ATTR_EFF_DRAM_ROWS and ATTR_EFF_DRAM_COLS
6f8308d - Benjamin Weisenbeck - 2018-10-08 - PRD: Correct interpretation of PLL error bits in TP error register
965a9ea - Zane Shelley - 2018-10-08 - PRD: ATTR_EFF_DRAM_ROWS and ATTR_EFF_DRAM_COLS not used on Nimbus
afa0689 - Andre Marin - 2018-10-08 - Port-over generic SPD attributes that shouldn't change per controller
cb5a368 - Stephen Glancy - 2018-10-08 - Works around LRDIMM plug rules error for LRDIMM BUP
9d63618 - Nick Bofferding - 2018-10-08 - Create new FAPI attribute HB_HRMOR_BYTES
988eda1 - Andrew Jeffery - 2018-10-08 - ipmi: Introduce register_for_event() interface
dc0f490 - Andrew Jeffery - 2018-10-08 - ipmi: Drop unnecessary ipmibt dependency from ipmifru
281dac1 - Andrew Jeffery - 2018-10-08 - ipmi: Drop unnecessary ipmiconfig dependencies
bc36305 - Andrew Jeffery - 2018-10-08 - ipmi: Break circular dependency between IpmiDD and IpmiRP
e862c4c - Andrew Jeffery - 2018-10-08 - initservice: Flush trace buffers before shutdown syscall
7caab94 - Matt Raybuck - 2018-10-08 - new targeting sorting tools removes newline from prolog
Signed-off-by: hostboot <hostboot@us.ibm.com>
Diffstat (limited to 'openpower/package')
-rw-r--r-- | openpower/package/hostboot/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openpower/package/hostboot/Config.in b/openpower/package/hostboot/Config.in index 676b2085..bb54c726 100644 --- a/openpower/package/hostboot/Config.in +++ b/openpower/package/hostboot/Config.in @@ -28,7 +28,7 @@ config BR2_HOSTBOOT_CUSTOM_VERSION_VALUE config BR2_HOSTBOOT_VERSION string - default "94566a8b220c54fe0bd68332a10ea6952061469a" if BR2_HOSTBOOT_LATEST_VERSION + default "31b6cf0ac237a0365bcf225fc0e8ae20c7012b87" if BR2_HOSTBOOT_LATEST_VERSION default "876b79aacd9b14f4c3561e954daa0285747c9662" if BR2_HOSTBOOT_STABLE_VERSION default BR2_HOSTBOOT_CUSTOM_VERSION_VALUE \ if BR2_HOSTBOOT_CUSTOM_VERSION |