commit | 96ef02824710c2736ffdb3de3218fbdc984e55be | [log] [tgz] |
---|---|---|
author | Konstantin Aladyshev <aladyshev22@gmail.com> | Tue Feb 09 13:57:10 2021 +0300 |
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | Fri May 21 16:18:38 2021 +0300 |
tree | d4ee3d6c9d52e3fcfa84a512f465d3a1c779f025 | |
parent | 7a0e5dfcfa49f4a60e2d0ddd9f90c64d177a7f14 [diff] |
chassishandler: Add support for boot type flag (Legacy/EFI) Add support for IPMI boot type field of a "Get System Boot Options" сommand: [1] - BIOS boot type (for BIOS that support both legacy and EFI boots) 0b = "PC compatible" boot (legacy) 1b = Extensible Firmware Interface Boot (EFI) For the architectures that don't implement Legacy/EFI boot type property (for example POWER), always return EFI boot type. Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: Ifc052b988af86f02a7665ed0477b364c243e9f71
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
.