| commit | d1ef877fb32236ca94e520272f72a08c7f6a78d6 | [log] [tgz] | 
|---|---|---|
| author | Jayaprakash Mutyala <mutyalax.jayaprakash@intel.com> | Tue Aug 25 10:32:58 2020 +0000 | 
| committer | Tom Joseph <tomjoseph@in.ibm.com> | Tue Sep 01 12:35:38 2020 +0000 | 
| tree | e1c27a86c086efabeb3952174e8da49a9bb09002 | |
| parent | bfd8fc4b10499a2764bb5d76673e18bdafa35bcb [diff] | 
chassishandler: GetSystemBootOptions to new API
Rewrite ipmiChassisGetSytemBootOptions to use newly introduced
IPMI provider API
Tested:
Verified using ipmi chassis bootparam command
ipmitool chassis bootparam get 5 //command
//response
Boot parameter version: 1
Boot parameter 5 is valid/unlocked
Boot parameter data: 8000000000
 Boot Flags :
   - Boot Flag Valid
   - Options apply to only next boot
   - BIOS PC Compatible (legacy) boot
   - Boot Device Selector : No override
   - BIOS verbosity : System Default
   - Console Redirection control : Console redirection occurs per BIOS
                                   configuration setting (default)
   - BIOS Mux Control Override : BIOS uses recommended setting of the
                                 mux at the end of POST
Signed-off-by: Jayaprakash Mutyala <mutyalax.jayaprakash@intel.com>
Signed-off-by: srikanta mondal <srikantax.mondal@intel.com>
Change-Id: Iaf4c5cb61f6142b2112ad9c4d927b898ef94cb14
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.