History log of /openbmc/ipmitool/ (Results 276 – 300 of 1757)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
700658e926-Oct-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 46 - ipmi_fwum needs some re-work

KfwumGetDeviceInfo() - simplify, code formatting

3df72b6826-Oct-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 46 - ipmi_fwum needs some re-work

KfwumGetInfo() - simplify logic, code formatting

068bcb0226-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 ...

52634a7026-Oct-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 46 - ipmi_fwum needs some re-work

KfwumGetFileSize() - small re-work

2b08fd4026-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.

fb3c6f2926-Oct-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 46 - ipmi_fwum needs some re-work

Rename KfwumOutputHelp() to printf_kfwum_help()

d02492f126-Oct-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 46 - ipmi_fwum needs some re-work

Remove trailing tabs and white spaces.

9517cb3326-Oct-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 46 - ipmi_fwum needs some re-work

ipmi_fwum_main() re-work.

ae96dd3226-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.

968f5d6526-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().

f4730e1f26-Oct-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 50 - ipmi_hpmfwupg needs a clean up

ComponentId has its own declaration now.

b782311e26-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 ...

45d0a42523-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 ...

ac95130210-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.

60a3e63410-Oct-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 50 - ipmi_hpmfwupg needs a clean up

HpmfwupgQuerySelftestResult() - kill one level of indentation.

f19ed0a910-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().

7a0b451f10-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.

a8119d1310-Oct-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 50 - ipmi_hpmfwupg needs a clean up

Add missing ``rsp == NULL'' comp.

f56cea1210-Oct-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 50 - ipmi_hpmfwupg needs a clean up

HpmfwupgQueryRollbackStatus() - kill one level of indentation.

7b5683d810-Oct-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 50 - ipmi_hpmfwupg needs a clean up

HpmfwupgManualFirmwareRollback() - kill one level of indentation.

80c0357010-Oct-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 50 - ipmi_hpmfwupg needs a clean up

HpmfwupgActivateFirmware(), HpmfwupgGetUpgradeStatus() - kill one level of
indentation.

6de0796010-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().

18aadc3010-Oct-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 50 - ipmi_hpmfwupg needs a clean up

HpmfwupgInitiateUpgradeAction() - kill unnecessary indent.

08f50ad310-Oct-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 50 - ipmi_hpmfwupg needs a clean up

HpmfwupgAbortUpgrade() - simplify function.

b803224310-Oct-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 50 - ipmi_hpmfwupg needs a clean up

HpmfwupgGetComponentProperties() - kill indent by rewriting two if() conditions.

1...<<11121314151617181920>>...71