History log of /openbmc/openpower-host-ipmi-oem/ (Results 51 – 72 of 72)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
cbfd6ec414-Sep-2016 Tom <tomjoseph@in.ibm.com>

Add IPMI Privilege Level for commands

Package the library into /usr/lib/ipmid-providers.

Change-Id: I2cb2d12ce99d11ddfe528cb1c30bb2313cfc4dc8
Signed-off-by: Tom <tomjoseph@in.ibm.com>

70dbc58720-Sep-2016 Matthew Barth <msbarth@us.ibm.com>

Convert build process to autotools

Replaced the use of a manual Makefile with the use of autotools to
automatically verify and generate the necessary build files. Follow the
steps outlined within th

Convert build process to autotools

Replaced the use of a manual Makefile with the use of autotools to
automatically verify and generate the necessary build files. Follow the
steps outlined within the README.md file to build the package.

Change-Id: I25437239b3f575a5495773be49605fdf598d2054
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>

show more ...

e74fc6bb29-Aug-2016 Matthew Barth <msbarth@us.ibm.com>

Ensure all tools are building with -Wall and -Werror

Added -Werror to CXXFLAGS

Change-Id: I686583a94d074d1c8bc46020dbbbbe2a212f5e9f
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>

5e22faea03-Jun-2016 Patrick Williams <patrick@stwcx.xyz>

Merge pull request #13 from williamli80/issue5

Fix endian issue5

8a0807a624-May-2016 Nan Li <bjlinan@cn.ibm.com>

Fix issue5 for endian safe

Make eSEL request data be endian-safe.
Redefine the struct of esel_request_t.
Use le16toh() of <endian.h>

Signed-off-by: Nan Li <bjlinan@cn.ibm.com>

ca99efb724-May-2016 Patrick Williams <patrick@stwcx.xyz>

Merge pull request #11 from williamli80/eselstory

Make eSEL issues to follow IPMI spec:

2cfd00e116-May-2016 Patrick Williams <patrick@stwcx.xyz>

Merge pull request #12 from causten/patch-1

Update README.md

5607b82f24-Apr-2016 Chris Austen <causten@users.noreply.github.com>

Update README.md

b6c4c56d30-Mar-2016 Nan Li <bjlinan@cn.ibm.com>

Handle multiple attempts at ipmi reservation ids

1. Check Reservation ID.
2. Use Reservation ID from shared librarys.

Signed-off-by: Nan Li <bjlinan@cn.ibm.com>

3459323205-Mar-2016 nkskjames <nkskjames@gmail.com>

Merge pull request #9 from anoo1/flash

Add IPMI interface to allow FW updates from Host

187bfced04-Mar-2016 Adriana Kobylak <anoo@us.ibm.com>

Add IPMI interface to allow FW updates from Host

New OEM IPMI command to execute commands that would allow the Host to have access to the BMC to perform a FW update.

caa755e929-Feb-2016 nkskjames <nkskjames@gmail.com>

Merge pull request #8 from causten/rollingesels

Rollingesels

ba54afb519-Feb-2016 Chris Austen <austenc@us.ibm.com>

Convert tabs to spaces

fcafccf119-Feb-2016 Chris Austen <austenc@us.ibm.com>

Reduce esel footprint in /tmp

Now that event logs are stored as part of persistant storage
there is no longer a need to keep tmp full of these logs. I
am converting back to using a single file as t

Reduce esel footprint in /tmp

Now that event logs are stored as part of persistant storage
there is no longer a need to keep tmp full of these logs. I
am converting back to using a single file as the temp space
for esels

show more ...

b7df30ea11-Nov-2015 nkskjames <nkskjames@gmail.com>

Merge pull request #7 from causten/rollingesels

Add rolling record ids for enhanced service

fd8c1cca11-Nov-2015 Chris Austen <austenc@us.ibm.com>

Add rolling record ids for enhanced service

29a8e0fd30-Oct-2015 Chris Austen <austenc@us.ibm.com>

Fixed byte swapped esel log name

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

17160ceb30-Oct-2015 Chris Austen <austenc@us.ibm.com>

Fixed byte swapped esel log name so logs are saved

24fa5a9d30-Oct-2015 Patrick Williams <patrick@stwcx.xyz>

Replace tabs with spaces.

f79a21f313-Oct-2015 Chris Austen <austenc@us.ibm.com>

Add a test framework for the .so

4d98c1ee13-Oct-2015 Chris Austen <austenc@us.ibm.com>

Support OpenPOWERs OEM commands on openbmc

fe3ef46513-Oct-2015 Patrick Williams <patrick@stwcx.xyz>

Initial commit

123