700658e9 | 26-Oct-2013 |
Zdenek Styblik <zdenek.styblik@gmail.com> |
ID: 46 - ipmi_fwum needs some re-work
KfwumGetDeviceInfo() - simplify, code formatting |
3df72b68 | 26-Oct-2013 |
Zdenek Styblik <zdenek.styblik@gmail.com> |
ID: 46 - ipmi_fwum needs some re-work
KfwumGetInfo() - simplify logic, code formatting |
068bcb02 | 26-Oct-2013 |
Zdenek Styblik <zdenek.styblik@gmail.com> |
ID: 46 - ipmi_fwum needs some re-work
Rename KfwumValidFirmwareForBoard(), document
Commit renames KfwumValidFirmwareForBoard() to ipmi_kfwum_checkfwcompat() and adds a bit of documentation about
ID: 46 - ipmi_fwum needs some re-work
Rename KfwumValidFirmwareForBoard(), document
Commit renames KfwumValidFirmwareForBoard() to ipmi_kfwum_checkfwcompat() and adds a bit of documentation about this function. Code formatting of this function changed as well.
show more ...
|
52634a70 | 26-Oct-2013 |
Zdenek Styblik <zdenek.styblik@gmail.com> |
ID: 46 - ipmi_fwum needs some re-work
KfwumGetFileSize() - small re-work |
2b08fd40 | 26-Oct-2013 |
Zdenek Styblik <zdenek.styblik@gmail.com> |
ID: 46 - ipmi_fwum needs some re-work
KfwumMain() - change code formatting
Commit changes code formatting of KfwumMain() into readable form and to make sense out of it. |
fb3c6f29 | 26-Oct-2013 |
Zdenek Styblik <zdenek.styblik@gmail.com> |
ID: 46 - ipmi_fwum needs some re-work
Rename KfwumOutputHelp() to printf_kfwum_help() |
d02492f1 | 26-Oct-2013 |
Zdenek Styblik <zdenek.styblik@gmail.com> |
ID: 46 - ipmi_fwum needs some re-work
Remove trailing tabs and white spaces. |
9517cb33 | 26-Oct-2013 |
Zdenek Styblik <zdenek.styblik@gmail.com> |
ID: 46 - ipmi_fwum needs some re-work
ipmi_fwum_main() re-work. |
ae96dd32 | 26-Oct-2013 |
Zdenek Styblik <zdenek.styblik@gmail.com> |
ID: 50 - ipmi_hpmfwupg needs a clean up
I really don't believe you meant 'static' + function(), seriously. |
968f5d65 | 26-Oct-2013 |
Zdenek Styblik <zdenek.styblik@gmail.com> |
ID: 50 - ipmi_hpmfwupg needs a clean up
Rather major re-work of internal logic in HpmfwupgPreparationStage(). |
f4730e1f | 26-Oct-2013 |
Zdenek Styblik <zdenek.styblik@gmail.com> |
ID: 50 - ipmi_hpmfwupg needs a clean up
ComponentId has its own declaration now. |
b782311e | 26-Oct-2013 |
Zdenek Styblik <zdenek.styblik@gmail.com> |
ID: 50 - ipmi_hpmfwupg needs a clean up
* print error if not enough parameters given, return code 1 * recognize 'help' as a valid parameter * print error if a invalid parameter is given, return code
ID: 50 - ipmi_hpmfwupg needs a clean up
* print error if not enough parameters given, return code 1 * recognize 'help' as a valid parameter * print error if a invalid parameter is given, return code 1
show more ...
|
45d0a425 | 23-Oct-2013 |
Jim Mankovich <jmank@hp.com> |
ID: #279 ipmitool sdr list broken Restoration of the interface target address and channel after a bridged request was incorrectly tied to a non-zero saved target address. This does not work for the
ID: #279 ipmitool sdr list broken Restoration of the interface target address and channel after a bridged request was incorrectly tied to a non-zero saved target address. This does not work for the Openipmi interface because the default interface target address for the Openipmi interface is zero by default.
show more ...
|
ac951302 | 10-Oct-2013 |
Zdenek Styblik <zdenek.styblik@gmail.com> |
ID: 50 - ipmi_hpmfwupg needs a clean up
Remove "changelog". That's why we have tickets, SCM, ChangeLog etc. |
60a3e634 | 10-Oct-2013 |
Zdenek Styblik <zdenek.styblik@gmail.com> |
ID: 50 - ipmi_hpmfwupg needs a clean up
HpmfwupgQuerySelftestResult() - kill one level of indentation. |
f19ed0a9 | 10-Oct-2013 |
Zdenek Styblik <zdenek.styblik@gmail.com> |
ID: 50 - ipmi_hpmfwupg needs a clean up
HpmfwupgUpgradeStage() - kill one level of indentation by changing one if(). |
7a0b451f | 10-Oct-2013 |
Zdenek Styblik <zdenek.styblik@gmail.com> |
ID: 50 - ipmi_hpmfwupg needs a clean up
HpmfwupgValidateImageIntegrity() - re-write a bit to make it more compact. |
a8119d13 | 10-Oct-2013 |
Zdenek Styblik <zdenek.styblik@gmail.com> |
ID: 50 - ipmi_hpmfwupg needs a clean up
Add missing ``rsp == NULL'' comp. |
f56cea12 | 10-Oct-2013 |
Zdenek Styblik <zdenek.styblik@gmail.com> |
ID: 50 - ipmi_hpmfwupg needs a clean up
HpmfwupgQueryRollbackStatus() - kill one level of indentation. |
7b5683d8 | 10-Oct-2013 |
Zdenek Styblik <zdenek.styblik@gmail.com> |
ID: 50 - ipmi_hpmfwupg needs a clean up
HpmfwupgManualFirmwareRollback() - kill one level of indentation. |
80c03570 | 10-Oct-2013 |
Zdenek Styblik <zdenek.styblik@gmail.com> |
ID: 50 - ipmi_hpmfwupg needs a clean up
HpmfwupgActivateFirmware(), HpmfwupgGetUpgradeStatus() - kill one level of indentation. |
6de07960 | 10-Oct-2013 |
Zdenek Styblik <zdenek.styblik@gmail.com> |
ID: 50 - ipmi_hpmfwupg needs a clean up
HpmfwupgUploadFirmwareBlock() - kill a bit of indent by re-writing one if(). |
18aadc30 | 10-Oct-2013 |
Zdenek Styblik <zdenek.styblik@gmail.com> |
ID: 50 - ipmi_hpmfwupg needs a clean up
HpmfwupgInitiateUpgradeAction() - kill unnecessary indent. |
08f50ad3 | 10-Oct-2013 |
Zdenek Styblik <zdenek.styblik@gmail.com> |
ID: 50 - ipmi_hpmfwupg needs a clean up
HpmfwupgAbortUpgrade() - simplify function. |
b8032243 | 10-Oct-2013 |
Zdenek Styblik <zdenek.styblik@gmail.com> |
ID: 50 - ipmi_hpmfwupg needs a clean up
HpmfwupgGetComponentProperties() - kill indent by rewriting two if() conditions. |