History log of /openbmc/hiomapd/README.md (Results 1 – 13 of 13)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 6a51e5f4 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: If25c6524616e9c814ceab023c877d6049cb9f959
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

show more ...


# 3edbf1fa 28-Jan-2020 Andrew Jeffery <andrew@aj.id.au>

configure: Default-enable virtual pnor

I'm tired of the lack of CI coverage, and I have to care about it.

Rework the README to reflect the change in default behaviour.

Chan

configure: Default-enable virtual pnor

I'm tired of the lack of CI coverage, and I have to care about it.

Rework the README to reflect the change in default behaviour.

Change-Id: I883be8bc4e89b755185f9f84f0ebd46a05fee71f
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

show more ...


# c7822e9e 28-Jan-2020 Andrew Jeffery <andrew@aj.id.au>

README: Spring clean

It's not spring, but a cleanup needed to happen.

Change-Id: I3797f1c9f4fe5ff466d9fb2ec6c449c3846cd1da
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>


# acdbdd14 02-Aug-2018 Andrew Jeffery <andrew@aj.id.au>

Unfork phosphor-mboxd from mboxbridge

Change-Id: I1b3b9d7fd47719594c1de027389959a5a9a3ea7a
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>


# aff2de64 02-Aug-2018 Andrew Jeffery <andrew@aj.id.au>

README: Add build documentation

Particularly, demonstrate how to avoid linking with a C++ compiler if
not configured with `--enable-virtual-pnor`.

Change-Id: I7fd0da535cd436085c

README: Add build documentation

Particularly, demonstrate how to avoid linking with a C++ compiler if
not configured with `--enable-virtual-pnor`.

Change-Id: I7fd0da535cd436085c2adcd3cdd058f1fc076276
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

show more ...


Revision tags: v2.1.1
# 25eca77f 26-Feb-2018 Andrew Jeffery <andrew@aj.id.au>

README: Begin documenting development style rules

The first rule enforces the use of stdout/stderr for logging. Rationale
is provided in the README.

Change-Id: Ibb5b62ea1341aa95

README: Begin documenting development style rules

The first rule enforces the use of stdout/stderr for logging. Rationale
is provided in the README.

Change-Id: Ibb5b62ea1341aa951fd42b15e9cd14a836842032
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

show more ...


Revision tags: v2.1.0
# 04e8ffda 10-Apr-2017 Suraj Jitindar Singh <sjitindarsingh@gmail.com>

docs: Create Documentation folder and add mboxd and mboxctl documentation

Create a separate folder for documentation called Documentation.

Move the protocol definition into a file i

docs: Create Documentation folder and add mboxd and mboxctl documentation

Create a separate folder for documentation called Documentation.

Move the protocol definition into a file in this folder called
mbox_protocol.md and update the README.md to explain the files in the
docs folder.

Also add two other files to the folder called mboxd.md and mboxctl.md
which document the operation of the reference implementations of the
mailbox daemon and the mailbox control program respectively.

Signed-off-by: Suraj Jitindar Singh <sjitindarsingh@gmail.com>
Change-Id: I9f818700ad1e36a396a828f0f085b42cc106b550

show more ...


# f6e0cf00 07-Apr-2017 Suraj Jitindar Singh <sjitindarsingh@gmail.com>

README: Change open window commands to return actual flash offset

The open window commands now return in part of the response the
acutal flash offset which the window maps. That is the a

README: Change open window commands to return actual flash offset

The open window commands now return in part of the response the
acutal flash offset which the window maps. That is the actual
flash offset returned is the flash offset of the data which will
be presented at the lpc bus address returned.

Additionally deprecate the window size fields in get_mbox_info as
the window size is no longer fixed or required to be consistent
between windows.

Signed-off-by: Suraj Jitindar Singh <sjitindarsingh@gmail.com>
Change-Id: Ib170d96e66a5f6eb8bc070e56dfe78f1a6b26e57

show more ...


# 2dff340a 16-Mar-2017 Suraj Jitindar Singh <sjitindarsingh@gmail.com>

README: Update README to describe version 2 of the mbox protocol

A second version (V2) of the mbox protocol has been designed to allow more
flexibility of the BMC implementation while al

README: Update README to describe version 2 of the mbox protocol

A second version (V2) of the mbox protocol has been designed to allow more
flexibility of the BMC implementation while allowing the host to provide some
directives as to what it may access in the future to allow the BMC to prefetch
data.

The main changes to the protocol in V2 are:
- All sizes specified in block size
- When opening a window the host provides a size directive and the
response contains the actual size of the window.
- Add an erase command to make it easier to erase large areas
- Add more response codes
- Add more BMC->Host event codes

Additionally further description of the protocol flow and the commands was
added for clarity.

These changes are now documented in the README document which describes the
mbox protocol.

Signed-off-by: Suraj Jitindar Singh <sjitindarsingh@gmail.com>
Change-Id: I0d7a683e0d48810f5f404a0edd58804cbf9ecb35

show more ...


# 57b0bca4 26-Feb-2017 Andrew Jeffery <andrew@aj.id.au>

README: Add general overview information

This was extracted from email chains doing the rounds. It's more useful
to have it available out in the open, so lets put it in the README.

README: Add general overview information

This was extracted from email chains doing the rounds. It's more useful
to have it available out in the open, so lets put it in the README.

Full credit for the text goes to Mikey Neuling.

Change-Id: Ic5fb8b53c2ca5538737ad6ce532d0c5b79f3413b
Scribed-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

show more ...


# 23042906 26-Feb-2017 Andrew Jeffery <andrew@aj.id.au>

README: Move autotools comment away from introduction

The comment is more about how to build the software, not so much about
what the purpose of the software is. As such I don't think it

README: Move autotools comment away from introduction

The comment is more about how to build the software, not so much about
what the purpose of the software is. As such I don't think it's worthy
of being part of the introduction.

Change-Id: Iacabd12f89fe569ea11af9d1d66ab1d6f0c7beef
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

show more ...


# 9dd93cfa 29-Jan-2017 Cyril Bur <cyril.bur@au1.ibm.com>

README: Update protocol notes

Change-Id: I1ee76bd4fd0b23c2a8eb150fbe8e0b9c3086c074
Signed-off-by: Cyril Bur <cyril.bur@au1.ibm.com>


# c442b710 18-Oct-2016 Cyril Bur <cyril.bur@au1.ibm.com>

README.md