Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
firstboot/ | H | - | - | 227 | 170 | |
http-redirect/ | H | - | - | 809 | 571 | |
usb-ctrl/ | H | - | - | 311 | 246 | |
.gitignore | H A D | 27-May-2020 | 7 | 2 | 1 | |
LICENSE | H A D | 07-Jan-2020 | 11.1 KiB | 202 | 169 | |
OWNERS | H A D | 29-Nov-2023 | 1.6 KiB | 49 | 44 | |
README.md | H A D | 12-Jun-2025 | 1.2 KiB | 30 | 21 | |
meson.build | H A D | 01-Feb-2025 | 133 | 6 | 4 | |
meson.options | H A D | 01-Feb-2025 | 401 | 17 | 16 |
README.md
1# phosphor-misc 2 3phosphor-misc is a collection of miscellaneous OpenBMC functions that doesn't 4really fit anywhere else. 5 6## Contributing 7 8If you have a new function in mind to be hosted in phosphor-misc, it is usually 9a good idea to mention it on the OpenBMC mailing list before writing any code. 10There might already be an implementation of the desired function or the 11community may suggest alternatives. 12 13phosphor-misc patches are reviewed using the Gerrit instance at 14<https://gerrit.openbmc-project.xyz>. 15 16Please submit patches to Gerrit. More information on using Gerrit can be found 17in the 18[OpenBMC docs](https://github.com/openbmc/docs/blob/master/CONTRIBUTING.md#submitting-changes-via-gerrit-server). 19<https://github.com/openbmc/phosphor-misc> is a hosting mirror only and GitHub 20pull requests are not monitored and will not be accepted. 21 22Patch checklist. Please ensure patches adhere to the following guidelines: 23 24- follow 25 [the seven rules of a great git commit message](https://chris.beams.io/posts/git-commit/#seven-rules) 26 27For questions or help please come join us on the 28[mailing list](https://lists.ozlabs.org/listinfo/openbmc) or in 29[IRC](irc://freenode.net/openbmc). 30