|
1 | 1 | diff --git a/MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.c b/MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.c |
2 | | -index f0a8b9f..e41e0de 100644 |
| 2 | +index f0a8b9fe62..e41e0de3e0 100644 |
3 | 3 | --- a/MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.c |
4 | 4 | +++ b/MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.c |
5 | 5 | @@ -90,8 +90,8 @@ UefiHiiServicesLibConstructor ( |
6 | | - // |
7 | | - // Retrieve the pointer to the UEFI HII Config Routing Protocol |
8 | | - // |
9 | | -- Status = gBS->LocateProtocol (&gEfiHiiConfigRoutingProtocolGuid, NULL, (VOID **)&gHiiConfigRouting); |
10 | | -- ASSERT_EFI_ERROR (Status); |
11 | | -+ //Status = gBS->LocateProtocol (&gEfiHiiConfigRoutingProtocolGuid, NULL, (VOID **)&gHiiConfigRouting); |
12 | | -+ //ASSERT_EFI_ERROR (Status); |
13 | | - |
14 | | - // |
15 | | - // Retrieve the pointer to the optional UEFI HII Font Protocol |
| 6 | + // |
| 7 | + // Retrieve the pointer to the UEFI HII Config Routing Protocol |
| 8 | + // |
| 9 | +- Status = gBS->LocateProtocol (&gEfiHiiConfigRoutingProtocolGuid, NULL, (VOID **)&gHiiConfigRouting); |
| 10 | +- ASSERT_EFI_ERROR (Status); |
| 11 | ++ //Status = gBS->LocateProtocol (&gEfiHiiConfigRoutingProtocolGuid, NULL, (VOID **)&gHiiConfigRouting); |
| 12 | ++ //ASSERT_EFI_ERROR (Status); |
| 13 | + |
| 14 | + // |
| 15 | + // Retrieve the pointer to the optional UEFI HII Font Protocol |
16 | 16 | diff --git a/ShellPkg/ShellPkg.dsc b/ShellPkg/ShellPkg.dsc |
17 | | -index 7e985f8..5ea90eb 100644 |
| 17 | +index 94d95de0eb..dbd4453044 100644 |
18 | 18 | --- a/ShellPkg/ShellPkg.dsc |
19 | 19 | +++ b/ShellPkg/ShellPkg.dsc |
20 | 20 | @@ -66,6 +66,9 @@ |
21 | | - ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf |
22 | | - |
23 | | - SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf |
24 | | -+ FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf |
25 | | -+ UnifiedValLib|ShellPkg/Application/sysarch-acs/val/UnifiedValLib.inf |
26 | | -+ UnifiedPalLib|ShellPkg/Application/sysarch-acs/pal/uefi_dt/UnifiedPalLib.inf |
27 | | - |
28 | | - [PcdsFixedAtBuild] |
29 | | - gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF |
| 21 | + ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf |
| 22 | + |
| 23 | + SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf |
| 24 | ++ BaseFdtLib|MdePkg/Library/BaseFdtLib/BaseFdtLib.inf |
| 25 | ++ UnifiedValLib|ShellPkg/Application/sysarch-acs/val/UnifiedValLib.inf |
| 26 | ++ UnifiedPalLib|ShellPkg/Application/sysarch-acs/pal/uefi_dt/UnifiedPalLib.inf |
| 27 | + |
| 28 | + [PcdsFixedAtBuild] |
| 29 | + gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF |
30 | 30 | @@ -93,6 +96,7 @@ |
31 | | - ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf |
32 | | - ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf |
33 | | - ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.inf |
34 | | -+ ShellPkg/Application/sysarch-acs/apps/uefi/Pfdi.inf |
35 | | - |
36 | | - ShellPkg/Application/Shell/Shell.inf { |
37 | | - <PcdsFixedAtBuild> |
| 31 | + ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf |
| 32 | + ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf |
| 33 | + ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.inf |
| 34 | ++ ShellPkg/Application/sysarch-acs/apps/uefi/Pfdi.inf |
| 35 | + |
| 36 | + ShellPkg/Application/Shell/Shell.inf { |
| 37 | + <PcdsFixedAtBuild> |
| 38 | + |
| 39 | + |
0 commit comments