d9c74acd | 16-Aug-2024 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: re-format for clang-18
clang-format-18 isn't compatible with the clang-format-17 output, so we need to reformat the code with the latest version. The way clang-18 handles lambda forma
clang-format: re-format for clang-18
clang-format-18 isn't compatible with the clang-format-17 output, so we need to reformat the code with the latest version. The way clang-18 handles lambda formatting also changed, so we have made changes to the organization default style format to better handle lambda formatting.
See I5e08687e696dd240402a2780158664b7113def0e for updated style. See Iea0776aaa7edd483fa395e23de25ebf5a6288f71 for clang-18 enablement.
Change-Id: Ifce6b1c3f18e81bdb9e98f04b685e3aa6b69d292 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
11b2dbaa | 21-Dec-2023 |
Andrew Jeffery <andrew@codeconstruct.com.au> |
OWNERS: Remove Andrew Jeffery
This isn't something I feel responsibility for any more, hopefully Andrew G is up to the task!
Change-Id: I673d87ea519322bcef7fd9341b8737f13967ccae Signed-off-by: Andr
OWNERS: Remove Andrew Jeffery
This isn't something I feel responsibility for any more, hopefully Andrew G is up to the task!
Change-Id: I673d87ea519322bcef7fd9341b8737f13967ccae Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
show more ...
|
ff1c872b | 20-Oct-2023 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: copy latest and re-format
clang-format-17 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest
clang-format: copy latest and re-format
clang-format-17 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest .clang-format from the docs repository and reformat the repository.
Change-Id: I3769d81b2ce0672a9f0b638bef97f0423f5b6377 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
c8285aef | 12-Sep-2023 |
Andrew Geissler <geissonator@yahoo.com> |
OWNERS: add myself as maintainer
This repo is in maintenance mode at this point and is primarily of interest to IBM. Add myself as a maintainer to support the occasional updates.
Change-Id: Ie6ece9
OWNERS: add myself as maintainer
This repo is in maintenance mode at this point and is primarily of interest to IBM. Add myself as a maintainer to support the occasional updates.
Change-Id: Ie6ece92c99d492a522eda5bc7cdbce0e64b2d0fb Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
show more ...
|
da755ed6 | 01-Sep-2023 |
Patrick Williams <patrick@stwcx.xyz> |
regenerate elog-errors.hpp
Regenerate elog-errors.hpp with the minimal set of YAML.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ic8b9ddeaf04bb766b533b806f412afdea35bfa39 |
490126f9 | 10-May-2023 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest .clang-format from the docs repository and reformat the repository.
Change-Id: Ie13ec923211e361746c76425cc9b02ea1823387b Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
505492c6 | 02-Feb-2023 |
Patrick Williams <patrick@stwcx.xyz> |
sdbusplus: use shorter type aliases
The sdbusplus headers provide shortened aliases for many types. Switch to using them to provide better code clarity and shorter lines. Possible replacements are
sdbusplus: use shorter type aliases
The sdbusplus headers provide shortened aliases for many types. Switch to using them to provide better code clarity and shorter lines. Possible replacements are for: * bus_t * exception_t * manager_t * match_t * message_t * object_t * slot_t
Change-Id: Icb5f840d3fc92ba893a99efb4f5e12719416fc44 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
080503e1 | 05-Jan-2023 |
Adriana Kobylak <anoo@us.ibm.com> |
oemhandler: Update call to reboot BMC
The ipmi_ibm_oem_prep_fw_update() function was calling a deprecated method to reboot the BMC. Use the supported state manager Reboot property instead, which was
oemhandler: Update call to reboot BMC
The ipmi_ibm_oem_prep_fw_update() function was calling a deprecated method to reboot the BMC. Use the supported state manager Reboot property instead, which was already being used by the ipmi_ibm_oem_bmc_factory_reset() function, so move the logic to reboot the BMC to its own function and have both ipmi functions call it to avoid duplication.
Change-Id: I3003efd9382cfd1fba6702964e90a4455cefab83 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
show more ...
|
255e8b97 | 08-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository.
prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository.
Change-Id: Ie0192fa4887b637f5cbf1d3326824a1ad7375f83 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
4b39b4d4 | 08-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
black: re-format
black and isort are enabled in the openbmc-build-scripts on Python files to have a consistent formatting. Re-run the formatter on the whole repository.
Change-Id: I420e1918ab04f38
black: re-format
black and isort are enabled in the openbmc-build-scripts on Python files to have a consistent formatting. Re-run the formatter on the whole repository.
Change-Id: I420e1918ab04f3889b301f9fd1c5a09e4e7417b4 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
7ffcd1a3 | 04-Aug-2022 |
Patrick Williams <patrick@stwcx.xyz> |
MAINTAINERS: remove file
The MAINTAINERS file is deprecated in favor of OWNERS.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I8436ec841c979b515cd71a9c010316a27fd568d4
|
a0a221fd | 22-Jul-2022 |
Patrick Williams <patrick@stwcx.xyz> |
sdbusplus: use shorter type aliases
The sdbusplus headers provide shortened aliases for many types. Switch to using them to provide better code clarity and shorter lines. Possible replacements are
sdbusplus: use shorter type aliases
The sdbusplus headers provide shortened aliases for many types. Switch to using them to provide better code clarity and shorter lines. Possible replacements are for: * bus_t * exception_t * manager_t * match_t * message_t * object_t * slot_t
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ibd4b55a2f12c55dee7b9763d62aeba2ddd124c8b
show more ...
|
fc153235 | 22-Jul-2022 |
Patrick Williams <patrick@stwcx.xyz> |
OWNERS: switch 'matches' to 'matchers'
The original OWNERS template had a mistake which used 'matches' instead of the field supported by the Gerrit plugin 'matchers'. Update the OWNERS file to have
OWNERS: switch 'matches' to 'matchers'
The original OWNERS template had a mistake which used 'matches' instead of the field supported by the Gerrit plugin 'matchers'. Update the OWNERS file to have the correct field.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I20ffa210fb58d8624861226ad4ada85de85b2971
show more ...
|
a6ea372c | 09-Jun-2022 |
Konstantin Aladyshev <aladyshev22@gmail.com> |
Correct links to the phosphor-dbus-interfaces project
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: Ib14f971b9803def247559478dda1bee850c769f5 |
90cd276d | 22-Apr-2022 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
OWNERS: Remove myself, add Andrew
Change-Id: I12ccb2247e3e8de3ccbebcccbd4bb1a2446e969c Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> |
6f575142 | 15-Apr-2022 |
Patrick Williams <patrick@stwcx.xyz> |
build: enable C++20
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: If5ae67dbc2002995f389053fb40050771e290ccd |
531f8c55 | 26-Oct-2021 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
Add OWNERS file
The OWNERS file contains information about code maintainers and how to contact them.
Change-Id: I37f6ff8be48a92486bdd6bfa75dfb689dd091935 Signed-off-by: Brad Bishop <bradleyb@fuzzie
Add OWNERS file
The OWNERS file contains information about code maintainers and how to contact them.
Change-Id: I37f6ff8be48a92486bdd6bfa75dfb689dd091935 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
show more ...
|
7bb95c3e | 02-Sep-2021 |
Patrick Williams <patrick@stwcx.xyz> |
exception: switch to public sdbus exception
SdBusError was intended to be a private error type inside sdbusplus. Switch all catch locations to use the general sdbusplus::exception type.
Signed-off-
exception: switch to public sdbus exception
SdBusError was intended to be a private error type inside sdbusplus. Switch all catch locations to use the general sdbusplus::exception type.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ieee0127d2f1005aaa3434f792965fd7b6ee0e75f
show more ...
|
98af91d6 | 09-Jun-2021 |
Tom Joseph <rushtotom@gmail.com> |
MAINTAINERS: Replace IRC by DISCORD
Discord is becoming the chat server of choice.
Signed-off-by: Tom Joseph <rushtotom@gmail.com> Change-Id: I38b9d0842d91647cb98759a1756c4afeda66ca00 |
6db11818 | 09-Jun-2021 |
Tom Joseph <rushtotom@gmail.com> |
MAINTAINERS: Remove Tom from maintainers list
Signed-off-by: Tom Joseph <rushtotom@gmail.com> Change-Id: I390bc4e529509c5c35b18a776a3726e9fd556813 |
248255d2 | 13-Apr-2021 |
Patrick Williams <patrick@stwcx.xyz> |
bootstrap: fix shellcheck warnings
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I86ef079c9632e5563a1a56d6a2e23aad59ecbc57 |
61950109 | 13-May-2020 |
Patrick Williams <patrick@stwcx.xyz> |
sdbusplus: replace message::variant with std::variant
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I2507d27d0dd7672a2a91c7e4f82a48229e9cecac |
12f96693 | 13-May-2020 |
Patrick Williams <patrick@stwcx.xyz> |
sdbusplus: remove deprecated variant_ns
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: If0935711f9a111064ce10657e056de8d39188cfd |
9975ae91 | 03-Apr-2020 |
Patrick Williams <patrick@stwcx.xyz> |
scripts: convert to python3
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I46e84f79a2698aaee286a1cd1b339b3bbf7296d3 |
36ae8e5c | 14-Jan-2020 |
Matt Spinler <spinler@us.ibm.com> |
Remove openpower-dbus-interfaces dependency
The YAML moved into phosphor-dbus-interfaces.
Change-Id: Ib76b22b076d781e8b13dfdc2875b58bb80684ac4 Signed-off-by: Matt Spinler <spinler@us.ibm.com> |