commit | 5383121be5049f5c33f9b7c3b590ef808b5042f8 | [log] [tgz] |
---|---|---|
author | Cosmo Chou <cosmo.chou@quantatw.com> | Fri Jan 10 13:36:36 2025 +0800 |
committer | Vernon Mauery <vernon.mauery@gmail.com> | Tue Apr 15 17:21:32 2025 +0000 |
tree | 6df187514ed50dede1d8ba86ec6170e55bb8f865 | |
parent | 615a14e23825975a0fee0d889ac04c75e67889bb [diff] |
chassishandler: Add support for BIOS verbosity Implement the set/get BIOS verbosity, data 3 of the boot option parameters boot flags (0x05). Tested: ``` root@bmc:~# ipmitool chassis bootparam get 5 |grep verb - BIOS verbosity : System Default root@bmc:~# ipmitool raw 0x0 0x8 0x5 0xe0 0x0 0x40 0x0 0x0 root@bmc:~# ipmitool chassis bootparam get 5 |grep verb - BIOS verbosity : Request Verbose Display ``` Signed-off-by: Cosmo Chou <cosmo.chou@quantatw.com> Change-Id: I50121a6e1826047b9d6240bec8331fd563328323
meson builddir ninja -C builddir
meson builddir -Dbuildtype=minsize -Db_lto=true -Dtests=disabled ninja -C builddir
If any of the dependencies are not found on the host system during configuration, meson automatically gets them via its wrap dependencies mentioned in ipmid/subprojects
.
meson builddir -Dwrap_mode=nofallback ninja -C builddir
meson builddir -Dbuildtype=debug ninja -C builddir
meson builddir -Db_coverage=true -Dtests=enabled ninja -C builddir test ninja -C builddir coverage