xref: /openbmc/hiomapd/README.md (revision 45cfc384)
1Copyright 2017 IBM
2
3Licensed under the Apache License, Version 2.0 (the "License");
4you may not use this file except in compliance with the License.
5You may obtain a copy of the License at
6
7  http://www.apache.org/licenses/LICENSE-2.0
8
9Unless required by applicable law or agreed to in writing, software
10distributed under the License is distributed on an "AS IS" BASIS,
11WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12See the License for the specific language governing permissions and
13limitations under the License.
14
15## MBOX
16
17This repo contains the protocol definition for the host to BMC mailbox
18communication specification which can be found in
19Documentation/mbox_procotol.md.
20
21There is also a reference implementation of a BMC mailbox daemon, the details
22of which can be found in Documentation/mboxd.md.
23
24Finally there is also an implementation of a mailbox daemon control program, the
25details of which can be found in Documentation/mboxctl.md.
26