From 995723d1a67b151621a1a3b968690064047ff029 Mon Sep 17 00:00:00 2001 From: Elliott Dahle Date: Wed, 16 Oct 2013 16:15:52 -0500 Subject: Add Hostboot build ID to error logs Change-Id: Ib3db87ba4d13ce5fe675515f8b99b183813f5214 RTC: 82311 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6736 Reviewed-by: MIKE J. JONES Tested-by: Jenkins Server Reviewed-by: Brian H. Horton Reviewed-by: A. Patrick Williams III --- src/include/usr/errl/errlentry.H | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/include/usr') diff --git a/src/include/usr/errl/errlentry.H b/src/include/usr/errl/errlentry.H index 48af65a22..6e67bf55c 100644 --- a/src/include/usr/errl/errlentry.H +++ b/src/include/usr/errl/errlentry.H @@ -617,6 +617,15 @@ private: uint64_t flatten( void * o_buffer, const uint64_t i_cbBuffer ); + /** + * @brief Called by commit(), this fucntion creates a + * user details section which contains the Hostboot + * build ID and adds this to the current error log being + * processed. + */ + void addHbBuildId(); + + /** * @brief Disabled copy constructor and assignment operator */ -- cgit v1.2.1