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 D05-Aug-20241.1 KiB2920

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
17[here](https://github.com/openbmc/docs/blob/master/CONTRIBUTING.md#submitting-changes-via-gerrit-server).
18<https://github.com/openbmc/phosphor-misc> is a hosting mirror only and GitHub
19pull requests are not monitored and will not be accepted.
20
21Patch checklist. Please ensure patches adhere to the following guidelines:
22
23- follow
24  [the seven rules of a great git commit message](https://chris.beams.io/posts/git-commit/#seven-rules)
25
26For questions or help please come join us on the
27[mailing list](https://lists.ozlabs.org/listinfo/openbmc) or in
28[IRC](irc://freenode.net/openbmc).
29