Add UEFI SecureBoot Setting related interfacesRedfish added schema for SecureBoot, which contains UEFI Secure Bootrelated information and represents properties for managing the UEFISecure Boot fu
Add UEFI SecureBoot Setting related interfacesRedfish added schema for SecureBoot, which contains UEFI Secure Bootrelated information and represents properties for managing the UEFISecure Boot functionality of a system. It would be useful to addremote UEFI secure boot configuration support which provides unifiedinterface for remote uefi secure boot configuration in data centers,and provide a generic implementation for the remote management ofuefi secure boot.Redfish Schema -https://redfish.dmtf.org/schemas/v1/SecureBoot.v1_1_2.jsonBIOSConfig.SecureBoot exposes three properties:1) Enable: An indication of whether UEFI Secure Boot is enabled.2) Current Boot: An indication of UEFI Secure Boot state during the current boot cycle3) Mode: Indicates the current UEFI Secure Boot mode, as defined in the UEFI Specification.Change-Id: I1a345c2efcdd42be9920b509649621157b88775aSigned-off-by: Prithvi Pai <ppai@nvidia.com>
show more ...