-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump edk2 version to edk2-stable202411 for CI jobs (#441)
* Use edk2-stable202411 for CI jobs * correct name of patch file * correct drtm build patch name * minor correction --------- Co-authored-by: cherat01 <[email protected]>
- Loading branch information
1 parent
6a20e83
commit 351ece0
Showing
7 changed files
with
69 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
diff --git a/ShellPkg/ShellPkg.dsc b/ShellPkg/ShellPkg.dsc | ||
index 7e985f8..3c66d1a 100644 | ||
--- a/ShellPkg/ShellPkg.dsc | ||
+++ b/ShellPkg/ShellPkg.dsc | ||
@@ -66,6 +66,8 @@ | ||
ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf | ||
|
||
SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf | ||
+ BsaValLib|ShellPkg/Application/bsa-acs/val/BsaValLib.inf | ||
+ BsaPalLib|ShellPkg/Application/bsa-acs/pal/uefi_acpi/BsaPalLib.inf | ||
|
||
[PcdsFixedAtBuild] | ||
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF | ||
@@ -93,6 +95,7 @@ | ||
ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf | ||
ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf | ||
ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.inf | ||
+ ShellPkg/Application/bsa-acs/uefi_app/BsaAcs.inf | ||
|
||
ShellPkg/Application/Shell/Shell.inf { | ||
<PcdsFixedAtBuild> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
diff --git a/ShellPkg/ShellPkg.dsc b/ShellPkg/ShellPkg.dsc | ||
index 7e985f8..237d348 100644 | ||
--- a/ShellPkg/ShellPkg.dsc | ||
+++ b/ShellPkg/ShellPkg.dsc | ||
@@ -66,6 +66,8 @@ | ||
ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf | ||
|
||
SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf | ||
+ DrtmValLib|ShellPkg/Application/bsa-acs/val/DrtmValLib.inf | ||
+ DrtmPalLib|ShellPkg/Application/bsa-acs/pal/uefi_acpi/DrtmPalLib.inf | ||
|
||
[PcdsFixedAtBuild] | ||
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF | ||
@@ -93,6 +95,7 @@ | ||
ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf | ||
ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf | ||
ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.inf | ||
+ ShellPkg/Application/bsa-acs/drtm/uefi_app/DrtmAcs.inf | ||
|
||
ShellPkg/Application/Shell/Shell.inf { | ||
<PcdsFixedAtBuild> |