Skip to content

Commit

Permalink
DasharoModulePkg/DasharoSystemFeaturesUiLib: Add UI note on ME vs. ca…
Browse files Browse the repository at this point in the history
…psules

Signed-off-by: Sergii Dmytruk <[email protected]>
  • Loading branch information
SergiiDmytruk committed Aug 24, 2024
1 parent a033ace commit 1370be0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@
#string STR_DASHARO_INTEL_ME_OPTIONS_TITLE #language en-US "Intel Management Engine Options"
#string STR_DASHARO_INTEL_ME_OPTIONS_HELP #language en-US "Configuration for Intel Management Engine"

#string STR_CAPSULE_UPDATE_MSG #language en-US "Setting 'Intel ME mode' to 'Disabled (HAP)' allows updating system firmware via a UEFI capsule."

#string STR_ME_MODE_PROMPT #language en-US "Intel ME mode"
#string STR_ME_MODE_HELP #language en-US "Operation mode of the Intel Management Engine. The ME can be enabled, or disabled using various methods.\n\n"
"Enabled: Enable the Intel Management Engine.\n\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ formset
subtitle text = STRING_TOKEN(STR_EMPTY_STRING);

disableif ideqval FeaturesData.ShowIntelMeMenu == 0;
disableif ideqval FeaturesData.MeHapAvailable == 0;
subtitle text = STRING_TOKEN(STR_CAPSULE_UPDATE_MSG);
endif;
oneof varid = FeaturesData.MeMode,
questionid = INTEL_ME_MODE_QUESTION_ID,
prompt = STRING_TOKEN(STR_ME_MODE_PROMPT),
Expand Down

0 comments on commit 1370be0

Please sign in to comment.