Results 7 issues of Konstantin Aladyshev

Currently there is no simple command in `ipmitool` that can be used to disable boot source override feature. Boot source override enable is controlled via `boot flags valid` bit: ![2021-07-07_14-32-09](https://user-images.githubusercontent.com/2064127/124751752-aafb8780-df2f-11eb-8c5c-194eaa4c2562.png)...

`redfish/v1/Systems/system` contains link only to the first chassis from the chassis collection. Example: there are 3 chassis under `redfish/v1/Chassis`: ``` { "@odata.id": "/redfish/v1/Chassis", "@odata.type": "#ChassisCollection.ChassisCollection", "Members": [ { "@odata.id": "/redfish/v1/Chassis/AMD_EthanolX_Baseboard"...

bug

Meson is considered as a priority build system for the OpenBMC projects. Since meson has some sort of a packaging system all the current repositories provide subproject folders and wrap...

When I was helping Vijay Khemka to write a Test Case "ipmi: add test for FRU device name" (https://gerrit.openbmc-project.xyz/c/openbmc/openbmc-test-automation/+/41817), I've noticed that besides an actual `ipmitrool fru` command the test...

Queries / Q&A

If the main CPU architecture is x86, besides overriding the main boot target (None/Pxe/Hdd/Cd/Diags/BiosSetup/Usb) it is also possible to override the target boot mode (None/UEFI/Legacy). Descriptions from the `https:///redfish/v1/JsonSchemas/ComputerSystem/ComputerSystem.json` ```...

enhancement

Serial over LAN (SoL) element takes too little window space (opposed to KVM for example): ![2020-11-01_15-27-55](https://user-images.githubusercontent.com/2064127/97802795-fe0d9400-1c56-11eb-8c68-3860f10d0d2a.png) If it is an intention, everything looks especially broken, when SoL is opened in...