Revision Date Author Comments
# 5969d167 26-Oct-2023 Johnathan Mantey <johnathanx.mantey@intel.com>

Update the Fru fix edit field patch

Moving the code to the most recent IPMITool code base caused the
existing patch to fail to apply.

Change-Id: I18fba8c4c3a25e9c125f7387ef7dc14af105e0ed
Signed-off

Update the Fru fix edit field patch

Moving the code to the most recent IPMITool code base caused the
existing patch to fail to apply.

Change-Id: I18fba8c4c3a25e9c125f7387ef7dc14af105e0ed
Signed-off-by: Johnathan Mantey <johnathanx.mantey@intel.com>

show more ...


# a47c5b72 27-Sep-2023 Zhikui Ren <zhikui.ren@intel.com>

ipmitool: fix ipmitool crash when with fru edit

fru edit command can increase fru size. Allocate new fru data with
the bigger size. This fixes ipmitool crash when fru edit increases fru
size.

Teste

ipmitool: fix ipmitool crash when with fru edit

fru edit command can increase fru size. Allocate new fru data with
the bigger size. This fixes ipmitool crash when fru edit increases fru
size.

Tested:
fru edit command that increases fru size complete successfully.

Change-Id: Iac066bdd1e30cb6b205e680ec4c94589b1b24e1e
Signed-off-by: Zhikui Ren <zhikui.ren@intel.com>

show more ...


# 6a69fe41 20-Jun-2023 Alex Schendel <alex.schendel@intel.com>

meta-phosphor: ipmitool: patch for fru edit fixes

This commit is a temporary patch which is a copy of:
https://codeberg.org/IPMITool/ipmitool/pulls/1

The current implementation of ipmitool fru edit

meta-phosphor: ipmitool: patch for fru edit fixes

This commit is a temporary patch which is a copy of:
https://codeberg.org/IPMITool/ipmitool/pulls/1

The current implementation of ipmitool fru edit does not perform proper
checks when attempting to resize the FRU. This results in undesireable
changes to the FRU in several instances.

This commit resolves these issues to ensure proper handling when
decreasing or increasing the FRU size.

Tested:
Built OpenBMC with only this patch for ipmitool and performed the tests
described in the patched commit with the same results.

Change-Id: I0305277740c55f4a314111acfc556758f14828d4
Signed-off-by: Alex Schendel <alex.schendel@intel.com>

show more ...