Skip to content

Commit

Permalink
fix: missing UEFI shell attribute in Redfish
Browse files Browse the repository at this point in the history
Add missing configure language for "Embedded UEFI Shell" menu option to
support Redfish interface.

Signed-off-by: Nickle Wang <[email protected]>
Tested-by: Ashish Singhal <[email protected]>
Reviewed-by: Ashish Singhal <[email protected]>
  • Loading branch information
nicklela authored and jgarver committed Nov 13, 2024
1 parent ac41b5b commit b20445a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
#string STR_PRODUCT_ASSET_TAG_PROTECTION #language x-UEFI-redfish-Bios.v1_2_0 "/Bios/Attributes/AssetTagProtection"
#string STR_PRODUCT_CHASSIS_ASSET_TAG #language x-UEFI-redfish-Bios.v1_2_0 "/Bios/Attributes/ProductAssetTag"
#string STR_MAX_CORES_PROMPT #language x-UEFI-redfish-Bios.v1_2_0 "/Bios/Attributes/ActiveCores"
#string STR_EMBEDDED_UEFI_SHELL_PROMPT #language x-UEFI-redfish-Bios.v1_2_0 "/Bios/Attributes/EmbeddedUefiShell"

#string STR_SERVER_POWER_CONTROL_PROMPT #language x-UEFI-redfish-Bios.v1_2_0 "/Bios/Attributes/ServerPowerControl"
#string NVIDIA_SERVER_POWER_CTL_INPUT_PWR_CAPPING_50MS #language x-UEFI-redfish-Bios.v1_2_0 "InputPowerCappingUsing50msTimescale"
Expand Down

0 comments on commit b20445a

Please sign in to comment.