Merge pull request #5263 from premsjha/master-p10
p10 Hcode: Added support for trace parsing in error log.
diff --git a/openpower/configs/p10ebmc_defconfig b/openpower/configs/p10ebmc_defconfig
index 2cd8c9c..8e051bd 100644
--- a/openpower/configs/p10ebmc_defconfig
+++ b/openpower/configs/p10ebmc_defconfig
@@ -69,7 +69,7 @@
BR2_PACKAGE_BONNELL_XML=y
BR2_BONNELL_XML_CUSTOM_GIT=y
BR2_BONNELL_XML_CUSTOM_GIT_VALUE="git@github.ibm.com:openbmc/bonnell-xml.git"
-BR2_BONNELL_XML_VERSION="d5fa1a27f6b0e2b56515ee93344c74e19cb60074"
+BR2_BONNELL_XML_VERSION="d48c259b53cb26426fafe2cfa0f1d5f94e3c9b5b"
BR2_BONNELL_XML_SYSTEM_FILENAME="Bonnell-MRW_hb.system.xml"
BR2_BONNELL_XML_TARGETING_FILENAME="Bonnell-MRW_hb.mrw.xml"
BR2_PACKAGE_OPENPOWER_PNOR_P10=y
diff --git a/openpower/package/hcode-p10/Config.in b/openpower/package/hcode-p10/Config.in
index 7ff2840..4c7003b 100644
--- a/openpower/package/hcode-p10/Config.in
+++ b/openpower/package/hcode-p10/Config.in
@@ -31,7 +31,7 @@
config BR2_HCODE_P10_VERSION
string
- default "hw031323a.opmst10" if BR2_HCODE_P10_LATEST_VERSION
+ default "hw031523a.opmst10" if BR2_HCODE_P10_LATEST_VERSION
default BR2_HCODE_P10_CUSTOM_VERSION_VALUE \
if BR2_HCODE_P10_CUSTOM_VERSION
diff --git a/openpower/package/hostboot-binaries/Config.in b/openpower/package/hostboot-binaries/Config.in
index f07531a..be77073 100644
--- a/openpower/package/hostboot-binaries/Config.in
+++ b/openpower/package/hostboot-binaries/Config.in
@@ -24,7 +24,7 @@
config BR2_HOSTBOOT_BINARIES_VERSION
string
- default "hw031323a.opmst10" if BR2_HOSTBOOT_BINARIES_LATEST_VERSION
+ default "hw031523a.opmst10" if BR2_HOSTBOOT_BINARIES_LATEST_VERSION
default BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION_VALUE \
if BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION
diff --git a/openpower/package/hostboot-p10/Config.in b/openpower/package/hostboot-p10/Config.in
index 7991dcf..da97da9 100644
--- a/openpower/package/hostboot-p10/Config.in
+++ b/openpower/package/hostboot-p10/Config.in
@@ -25,7 +25,7 @@
config BR2_HOSTBOOT_P10_VERSION
string
- default "c6c1f8b854dde630cc7486b4be31e4d1e12036c9" if BR2_HOSTBOOT_P10_LATEST_VERSION
+ default "7d718a3756b9d38439b5e58370465bd815e9b7bd" if BR2_HOSTBOOT_P10_LATEST_VERSION
default BR2_HOSTBOOT_P10_CUSTOM_VERSION_VALUE \
if BR2_HOSTBOOT_P10_CUSTOM_VERSION
diff --git a/openpower/package/sbe-p10/Config.in b/openpower/package/sbe-p10/Config.in
index 45deae1..9344e81 100644
--- a/openpower/package/sbe-p10/Config.in
+++ b/openpower/package/sbe-p10/Config.in
@@ -26,7 +26,7 @@
config BR2_SBE_P10_VERSION
string
- default "7d8377171ad2f65a56915464971db01017633a29" if BR2_SBE_P10_LATEST_VERSION
+ default "91d1dc2bcced380685e9174318903bbee7f913c5" if BR2_SBE_P10_LATEST_VERSION
default BR2_SBE_P10_CUSTOM_VERSION_VALUE \
if BR2_SBE_P10_CUSTOM_VERSION