From 40247b31479f4c3d784e1a15a2b1b2b2375fb1df Mon Sep 17 00:00:00 2001 From: Matt Derksen Date: Thu, 21 Jul 2016 15:04:02 -0500 Subject: Parse HWP errors Change-Id: I2c12557c60cb903d8ab0e79d31074c2d249fd846 RTC:151336 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27340 Reviewed-by: Christian R. Geddes Tested-by: Jenkins Server Reviewed-by: Richard J. Knight Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/usr/fapi2/plat_utils.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/fapi2/plat_utils.C') diff --git a/src/usr/fapi2/plat_utils.C b/src/usr/fapi2/plat_utils.C index c9f0a1d93..596e139df 100644 --- a/src/usr/fapi2/plat_utils.C +++ b/src/usr/fapi2/plat_utils.C @@ -809,7 +809,7 @@ errlHndl_t rcToErrl(ReturnCode & io_rc, if (io_rc) { - uint64_t l_rcValue = io_rc; + uint32_t l_rcValue = io_rc; // ReturnCode contains an error. Find out which component of the HWPF // created the error -- cgit v1.2.1