commit | b87034e8ce17f0fbdfcbc8aa669e0bdec987b17e | [log] [tgz] |
---|---|---|
author | Johnathan Mantey <johnathanx.mantey@intel.com> | Mon Sep 16 10:50:50 2019 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Thu Oct 24 18:10:19 2019 +0000 |
tree | da02476c3273ac9e17d3e370f2b4c6c50bfb81c5 | |
parent | 4bbc3db633003d19bea34874e4274e701b8e3741 [diff] |
Create framework for IPMI OEM extension commands IPMI has four commands that accept "OEM Parameters". The existing IPMI command handlers do not account for these OEM extensions. This commit adds OEM Parameters support for the Set/Get LAN Configuration Parameters commands. Tested: ipmitool raw 0xc 1 3 0xc0 0 ;; received 0x80 return code ipmitool raw 0xc 2 3 0 0 ;; received 0x80 return code Change-Id: I81135b6d3269cec98ffd7754a03201a74c436c11 Signed-off-by: Johnathan Mantey <johnathanx.mantey@intel.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.