Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
ipmitool.3806
fwum_enhance_output.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fwum_enhance_output.patch of Package ipmitool.3806
Index: ipmitool-1.8.13/lib/ipmi_fwum.c =================================================================== --- ipmitool-1.8.13.orig/lib/ipmi_fwum.c +++ ipmitool-1.8.13/lib/ipmi_fwum.c @@ -1102,12 +1102,14 @@ ipmi_kfwum_checkfwcompat(tKFWUM_BoardInf int compatible = 0; if (boardInfo.iana != firmInfo.iana) { lprintf(LOG_ERR, - "Board IANA does not match firmware IANA."); + "Board IANA [%u] does not match firmware IANA [%u]\n", + boardInfo.iana, firmInfo.iana); compatible = (-1); } if (boardInfo.boardId != firmInfo.boardId) { lprintf(LOG_ERR, - "Board IANA does not match firmware IANA."); + "Board ID [%u] does not match firmware board ID [%u]\n", + boardInfo.boardId, firmInfo.boardId); compatible = (-1); } if (compatible != 0) { @@ -1125,6 +1127,10 @@ printf_kfwum_info(tKFWUM_BoardInfo board printf( "Target IANA number : %u\n", boardInfo.iana); printf( +"FW File Board Id : %u\n",firmInfo.boardId); + printf( +"FW File IANA number : %u\n",firmInfo.iana); + printf( "File Size : %lu bytes\n", firmInfo.fileSize); printf( "Firmware Version : %d.%d%d SDR %d\n", firmInfo.versMajor,
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor