Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
ipmitool
fwum_enhance_output.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fwum_enhance_output.patch of Package ipmitool
Be more verbose when detecting a board mismatch when trying to flash the firmware Signed-off-by: Thomas Renninger <trenn@suse.de> --- lib/ipmi_fwum.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) Index: ipmitool-1.8.11/lib/ipmi_fwum.c =================================================================== --- ipmitool-1.8.11.orig/lib/ipmi_fwum.c +++ ipmitool-1.8.11/lib/ipmi_fwum.c @@ -1656,13 +1656,15 @@ tKFWUM_Status KfwumValidFirmwareForBoard if(boardInfo.iana != firmInfo.iana) { - printf("Board IANA does not match firmware IANA\n"); + printf("Board IANA [%u] does not match firmware IANA [%u]\n", + boardInfo.iana, firmInfo.iana); status = KFWUM_STATUS_ERROR; } if(boardInfo.boardId != firmInfo.boardId) { - printf("Board IANA does not match firmware IANA\n"); + printf("Error: Board ID [%u] does not match firmware board ID [%u]\n", + boardInfo.boardId, firmInfo.boardId); status = KFWUM_STATUS_ERROR; } @@ -1680,6 +1682,8 @@ static void KfwumOutputInfo(tKFWUM_Board { printf("Target Board Id : %u\n",boardInfo.boardId); 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, firmInfo.versMinor, firmInfo.versSubMinor, firmInfo.sdrRev);
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