commit | 449f2166f951a650bef8634b573d6306a6ed378c | [log] [tgz] |
---|---|---|
author | Jia, chunhui <chunhui.jia@linux.intel.com> | Wed Sep 11 16:51:51 2019 +0800 |
committer | Jia, Chunhui <chunhui.jia@linux.intel.com> | Fri Oct 11 08:12:30 2019 +0000 |
tree | fe5a404ea434b05dad775657bd10790d2f910cc1 | |
parent | c514d874e4ce3ed1f747cfcb4bab5990393c55e8 [diff] |
add "set system info" command Set/get system info commands are pair commands that customer could use to save/restore system specified infomation like machine serial numbner/OS version/.. etc. One typical scenario is that customer could check current OS version even when tareget system is powered off. Current openbmc implements "Get system info" but "Set system info" is not available. This changes implements "Set system info" command. Tested: :~# ipmitool raw 0x6 0x58 0x1 0x0 0x0 0x2 0x30 0x31 :~# ipmitool raw 0x6 0x59 0x0 0x1 0x0 0x0 11 00 00 02 30 31 :~# ipmitool raw 0x6 0x59 0x0 0x1 0x1 0x0 Unable to send RAW command (channel=0x0 netfn=0x6 lun=0x0 cmd=0x59 rsp=0xc9): Parameter out of range Change-Id: Iaa66e30bcec708e28a01c2e81d612e6ffdd36383 Signed-off-by: Jia, chunhui <chunhui.jia@linux.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
.