| commit | 1982a3fb4f8626840f123c27e3087a792c11e015 | [log] [tgz] |
|---|---|---|
| author | Hieu Huynh <hieuh@os.amperecomputing.com> | Tue Sep 21 03:06:45 2021 +0000 |
| committer | Hieu Huynh <hieuh@os.amperecomputing.com> | Sat Oct 30 13:53:21 2021 +0000 |
| tree | 1b95b8776893fc8c22b1b24203a0c20097b4b02c | |
| parent | d351a729a6b3a8eaf70ef8d69d569cff08d9960b [diff] |
Support chassis bootdev clear-cmos
Implement the set/get the CMOS clear data 2 of the boot option
parameters boot flags(0x05).
Tested:
1. Set the clear-cmos to yes
# ipmitool chassis bootdev none clear-cmos=yes
2. Get the bootparam 0x05
# ipmitool chassis bootparam get 5
Boot parameter version: 1
Boot parameter 5 is valid/unlocked
Boot parameter data: a080000000
Boot Flags :
- Boot Flag Valid
- Options apply to only next boot
- BIOS EFI boot
- CMOS Clear
- 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: Hieu Huynh <hieuh@os.amperecomputing.com>
Change-Id: I7312106977f8aef5d781dd276eecf9af279a7dc3
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.