Name Date Size #Lines LOC

..--

firstboot/H--227170

http-redirect/H--809571

usb-ctrl/H--311246

.gitignoreH A D27-May-20207 21

LICENSEH A D07-Jan-202011.1 KiB202169

OWNERSH A D29-Nov-20231.6 KiB4944

README.mdH A D12-Jun-20251.2 KiB3021

meson.buildH A D01-Feb-2025133 64

meson.optionsH A D01-Feb-2025401 1716

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