meson: reformat with meson formatterApply the `meson format` results.Change-Id: Ic556a6e6065b9df4cf778ba91d7bf5619f2955caSigned-off-by: Patrick Williams <patrick@stwcx.xyz>
clang-format: copy latest and re-formatclang-format-16 has some backwards incompatible changes that requireadditional settings for best compatibility and re-running the formatter.Copy the latest
clang-format: copy latest and re-formatclang-format-16 has some backwards incompatible changes that requireadditional settings for best compatibility and re-running the formatter.Copy the latest .clang-format from the docs repository and reformat therepository.Change-Id: If4790d4928efc3e6690ca090aa79f0c7737c3683Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
sdbusplus: use shorter type aliasesThe sdbusplus headers provide shortened aliases for many types.Switch to using them to provide better code clarity and shorterlines. Possible replacements are
sdbusplus: use shorter type aliasesThe sdbusplus headers provide shortened aliases for many types.Switch to using them to provide better code clarity and shorterlines. Possible replacements are for: * bus_t * exception_t * manager_t * match_t * message_t * object_t * slot_tSigned-off-by: Patrick Williams <patrick@stwcx.xyz>Change-Id: I7ae6214461bdf45c1a21fb702cc8bf5578d827c6
Update clang-formatUpdate to the latest OpenBMC clang-format.Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>Change-Id: I54010d3c756af4c85786285644038d449730612b
Make OpenPower specific dump an optional featureMake all OpenPower dumps as optional feature and should beenabled in the configuration. System dump is the currentlyimplemented example of OpenPowe
Make OpenPower specific dump an optional featureMake all OpenPower dumps as optional feature and should beenabled in the configuration. System dump is the currentlyimplemented example of OpenPower dump. BMC dump will beenabled by default.To enableopenpower-dumps-extension=enabledTest:Tested all existing dump operations using automatedtesting.Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>Change-Id: If20b4711dfcf02a2a8ea23848f7409576813c832