nicklela / edk2-redfish-client-deprecated

Edk2 RedfishClientPkg workplace
Other
0 stars 0 forks source link

[Design] Do we need NULL version of feature driver so that platform can has their own implementation? #7

Closed nicklela closed 1 year ago

nicklela commented 2 years ago

OpenBMC utilize IPMI chassis command to get/set system bios boot options. Can we still support /redfish/v1/systems/sys/bios without having computer system collection and computer system driver?

changab commented 2 years ago

Or they can just have their library in platform DSC?

nicklela commented 2 years ago

Library will work but we may need to define the hook mechanism for feature driver

nicklela commented 2 years ago

We enhance RedfishClientPkg\Library\RedfishResourceIdentifyLibComuterSystem\v1_5_0\RedfishResourceIdentifyLibComuterSystem.c to accept the system ID from PCD and address this issue.