Rename PCD for SBL component corruption command

Signed-off-by: Sean McGinn <sean.mcginn@intel.com>
This commit is contained in:
Sean McGinn 2022-10-07 10:06:02 -07:00 committed by Guo Dong
parent 44b332d609
commit ceea7d1d03
3 changed files with 5 additions and 5 deletions

View File

@ -328,5 +328,5 @@
# Control if X2APIC should be used or not
gPlatformCommonLibTokenSpaceGuid.PcdCpuX2ApicEnabled | FALSE | BOOLEAN | 0x20000220
gPlatformCommonLibTokenSpaceGuid.PcdTccEnabled | FALSE | BOOLEAN | 0x20000221
# This PCD will enable a debug Shell with security-related tools.
gPlatformCommonLibTokenSpaceGuid.PcdSecurityShellEnabled | FALSE | BOOLEAN | 0x20000222
# This PCD will enable the SBL component corruption command
gPlatformCommonLibTokenSpaceGuid.PcdCmdCorruptShellAppEnabled | FALSE | BOOLEAN | 0x20000222

View File

@ -57,8 +57,8 @@ LoadShellCommands (
}
}
if (FeaturePcdGet (PcdSecurityShellEnabled)) {
// Security-related Shell commands
if (FeaturePcdGet (PcdCmdCorruptShellAppEnabled)) {
// SBL component corruption command
ShellCommandRegister (Shell, &ShellCommandCorruptComp);
}

View File

@ -86,7 +86,7 @@
gPlatformCommonLibTokenSpaceGuid.PcdMiniShellEnabled
gPlatformCommonLibTokenSpaceGuid.PcdConsoleInDeviceMask
gPlatformCommonLibTokenSpaceGuid.PcdBootPerformanceMask
gPlatformCommonLibTokenSpaceGuid.PcdSecurityShellEnabled
gPlatformCommonLibTokenSpaceGuid.PcdCmdCorruptShellAppEnabled
[Guids]
gLoaderPerformanceInfoGuid