Searched hist:"78 c066f6078704fd202c8a4b02fcf73091481ef1" (Results 1 – 9 of 9) sorted by relevance
/openbmc/phosphor-state-manager/ |
H A D | host_reset_recovery.cpp | diff 78c066f6078704fd202c8a4b02fcf73091481ef1 Tue Feb 13 12:25:58 CST 2024 Patrick Williams <patrick@stwcx.xyz> prefer std::format over fmt
Now that std::format is implemented we aren't using complex enough fmt to warrant using it over the std version. Switch to std and remove the dependency.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib03cdb6a9db4d25de345bdb49b28157880c19bc1
|
H A D | meson.build | diff 8be7ec4510d7932dd9a8942cfa67cc05fe10866f Mon Mar 04 02:08:37 CST 2024 Thang Tran <thuutran@amperecomputing.com> Correct the value of CHASSIS_ON_FILE
Issue: When BMC turns on the host then reboot BMC. The BMC can not turn off/on or power cycle the host.
Root cause: After commit [1], this repo is using std::format instead fmt::format. The value of CHASSIS_ON_FILE was not updated in that commit. It makes the /run/openbmc/chassis@0-on file is not removed when Chassis' Power state is On, therefore, the BMC can not turn on the host.
Solution: This commit corrects the value of CHASSIS_ON_FILE.
[1] https://github.com/openbmc/phosphor-state-manager/commit/78c066f6078704fd202c8a4b02fcf73091481ef1
Change-Id: Ib741022774aac9a5cb3a4adc87bae8583df97ce2 Signed-off-by: Thang Tran <thuutran@amperecomputing.com> diff 78c066f6078704fd202c8a4b02fcf73091481ef1 Tue Feb 13 12:25:58 CST 2024 Patrick Williams <patrick@stwcx.xyz> prefer std::format over fmt
Now that std::format is implemented we aren't using complex enough fmt to warrant using it over the std version. Switch to std and remove the dependency.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib03cdb6a9db4d25de345bdb49b28157880c19bc1
|
H A D | host_check.cpp | diff 78c066f6078704fd202c8a4b02fcf73091481ef1 Tue Feb 13 12:25:58 CST 2024 Patrick Williams <patrick@stwcx.xyz> prefer std::format over fmt
Now that std::format is implemented we aren't using complex enough fmt to warrant using it over the std version. Switch to std and remove the dependency.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib03cdb6a9db4d25de345bdb49b28157880c19bc1
|
H A D | host_state_manager_main.cpp | diff 78c066f6078704fd202c8a4b02fcf73091481ef1 Tue Feb 13 12:25:58 CST 2024 Patrick Williams <patrick@stwcx.xyz> prefer std::format over fmt
Now that std::format is implemented we aren't using complex enough fmt to warrant using it over the std version. Switch to std and remove the dependency.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib03cdb6a9db4d25de345bdb49b28157880c19bc1
|
H A D | chassis_state_manager_main.cpp | diff 78c066f6078704fd202c8a4b02fcf73091481ef1 Tue Feb 13 12:25:58 CST 2024 Patrick Williams <patrick@stwcx.xyz> prefer std::format over fmt
Now that std::format is implemented we aren't using complex enough fmt to warrant using it over the std version. Switch to std and remove the dependency.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib03cdb6a9db4d25de345bdb49b28157880c19bc1
|
H A D | utils.cpp | diff 78c066f6078704fd202c8a4b02fcf73091481ef1 Tue Feb 13 12:25:58 CST 2024 Patrick Williams <patrick@stwcx.xyz> prefer std::format over fmt
Now that std::format is implemented we aren't using complex enough fmt to warrant using it over the std version. Switch to std and remove the dependency.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib03cdb6a9db4d25de345bdb49b28157880c19bc1
|
H A D | discover_system_state.cpp | diff 78c066f6078704fd202c8a4b02fcf73091481ef1 Tue Feb 13 12:25:58 CST 2024 Patrick Williams <patrick@stwcx.xyz> prefer std::format over fmt
Now that std::format is implemented we aren't using complex enough fmt to warrant using it over the std version. Switch to std and remove the dependency.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib03cdb6a9db4d25de345bdb49b28157880c19bc1
|
H A D | chassis_state_manager.cpp | diff 78c066f6078704fd202c8a4b02fcf73091481ef1 Tue Feb 13 12:25:58 CST 2024 Patrick Williams <patrick@stwcx.xyz> prefer std::format over fmt
Now that std::format is implemented we aren't using complex enough fmt to warrant using it over the std version. Switch to std and remove the dependency.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib03cdb6a9db4d25de345bdb49b28157880c19bc1
|
H A D | host_state_manager.cpp | diff 78c066f6078704fd202c8a4b02fcf73091481ef1 Tue Feb 13 12:25:58 CST 2024 Patrick Williams <patrick@stwcx.xyz> prefer std::format over fmt
Now that std::format is implemented we aren't using complex enough fmt to warrant using it over the std version. Switch to std and remove the dependency.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib03cdb6a9db4d25de345bdb49b28157880c19bc1
|