History log of /openbmc/openpower-sbe-interface/ (Results 1 – 16 of 16)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d0bd59ee01-Nov-2018 Patrick Venture <venture@google.com>

add .gitignore

Add .gitignore to hide generated objects.

Change-Id: If811483c866e861eeadfa43e7d20c561ac6ac001
Signed-off-by: Patrick Venture <venture@google.com>

da79c9ca01-Nov-2018 Patrick Venture <venture@google.com>

add .clang-format

Add .clang-format for automatic style.

Change-Id: I91e9acb28ca4218eba58dc13d10773bcb39c338f
Signed-off-by: Patrick Venture <venture@google.com>

c20db84729-Oct-2018 Patrick Venture <venture@google.com>

build: set language to C++

Set the language in the build to C++.

Change-Id: Ib429f64b57e29f1531d1daa89cebf252a3932249
Signed-off-by: Patrick Venture <venture@google.com>

763b76da18-May-2018 Andrew Jeffery <andrew@aj.id.au>

Add MAINTAINERS file

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

f241156e17-May-2018 Benjamin Herrenschmidt <benh@kernel.crashing.org>

Use the returned amount of data to copy to the destination buffer

Instead of a random number from a previous operation

Change-Id: Ie338d754deedc359b06beaef6ed8033b562a582f
Signed-off-by: Benjamin H

Use the returned amount of data to copy to the destination buffer

Instead of a random number from a previous operation

Change-Id: Ie338d754deedc359b06beaef6ed8033b562a582f
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

show more ...

7924e09117-May-2018 Benjamin Herrenschmidt <benh@kernel.crashing.org>

Don't fail if returning less data than the buffer size

It's perfectly normal !

Change-Id: I13c583919ccba6e95e7a016a90bd3d249b7324f1
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

0dc2932317-May-2018 Benjamin Herrenschmidt <benh@kernel.crashing.org>

Result of read() is signed

Change-Id: I6f849d5fe0ac103b571171d462052d9de6817ff1
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

7a6479ff17-May-2018 Benjamin Herrenschmidt <benh@kernel.crashing.org>

Fix endian of message length

Change-Id: I7398142bcfb9482ea32f97513c5d93cce7376c28
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

12ef1d7c08-Apr-2018 Gunnar Mills <gmills@us.ibm.com>

Spelling fixes

Spelling errors found using github.com/lucasdemarchi/codespell
A tool to fix common misspellings.
This tool is licensed under GNU General Public License, version 2.

Change-Id: Id1a37

Spelling fixes

Spelling errors found using github.com/lucasdemarchi/codespell
A tool to fix common misspellings.
This tool is licensed under GNU General Public License, version 2.

Change-Id: Id1a376bbff380f9886b4d238cbd55fe165ba3581
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...

06a0c2c411-Jul-2017 Murulidhar Nataraju <murulidhar@in.ibm.com>

Add calls to the SBE FIFO device driver to perform the SBE
chip operations.

Change-Id: I2f1204efc8196e9d331789e7910f90537834ddde
Signed-off-by: Murulidhar Nataraju <murulidhar@in.ibm.com>

1adec02220-Apr-2017 Murulidhar Nataraju <murulidhar@in.ibm.com>

Implement parsing of SBE response data

Changes include:
- Utility interface for parsing the response from the SBE.

Change-Id: Ib05d40a7b9257f0cd53597e1fdee5677994072b1
Signed-off-by: Murulidhar Nat

Implement parsing of SBE response data

Changes include:
- Utility interface for parsing the response from the SBE.

Change-Id: Ib05d40a7b9257f0cd53597e1fdee5677994072b1
Signed-off-by: Murulidhar Nataraju <murulidhar@in.ibm.com>

show more ...

f252bbe812-Apr-2017 Murulidhar Nataraju <murulidhar@in.ibm.com>

Add gitignore file

Change-Id: Id1632050e9c294d1578f970f16eecd4c90398926
Signed-off-by: Murulidhar Nataraju <murulidhar@in.ibm.com>

4050a83f31-Mar-2017 Murulidhar Nataraju <murulidhar@in.ibm.com>

build: add autotools files

Change-Id: I962b3deb556a21181cfa72b78edec35d006162be
Signed-off-by: Murulidhar Nataraju <murulidhar@in.ibm.com>

207bed4131-Mar-2017 Murulidhar Nataraju <murulidhar@in.ibm.com>

Implement interfaces for read and write of SCOM registers

Changes include:
- Validation of input parameters
- Building the SBE command request as per the SBE specification

Change-Id: Iad0b075ea5384

Implement interfaces for read and write of SCOM registers

Changes include:
- Validation of input parameters
- Building the SBE command request as per the SBE specification

Change-Id: Iad0b075ea53842c0f0de123352b04096b52de9e5
Signed-off-by: Murulidhar Nataraju <murulidhar@in.ibm.com>

show more ...

eb0a297c27-Mar-2017 Murulidhar Nataraju <murulidhar@in.ibm.com>

Interface definition for reading and writing of SCOM registers

These interfaces will be used for reading and writing to the SCOM
registers. Details of exception handling is not included in this
comm

Interface definition for reading and writing of SCOM registers

These interfaces will be used for reading and writing to the SCOM
registers. Details of exception handling is not included in this
commit.

Change-Id: I407f446c8de137b7ffc0ce83e837f00c6271ee85
Signed-off-by: Murulidhar Nataraju <murulidhar@in.ibm.com>

show more ...

c0ae5cba16-Mar-2017 Patrick Williams <patrick@stwcx.xyz>

Initial commit