Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump MU_BASECORE from 2024050000.1.4 to 2024050003.0.0 #1087

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MU_BASECORE
Submodule MU_BASECORE updated 28 files
+0 −4 .azurepipelines/BaseTools-Build-For-Publication.yml
+0 −6 .github/workflows/release-basetools.yml
+1 −1 BaseTools/Conf/build_rule.template
+16 −8 BaseTools/Conf/tools_def.template
+1 −1 CryptoPkg/Binaries/BaseCryptoDriver_ext_dep.json
+1 −0 MdeModulePkg/Core/Dxe/DxeMain.inf
+25 −1 MdeModulePkg/Core/Dxe/Mem/Page.c
+48 −0 MdeModulePkg/Include/Library/MemoryBinOverrideLib.h
+52 −0 MdeModulePkg/Library/MemoryBinOverrideLibNull/MemoryBinOverrideLibNull.c
+31 −0 MdeModulePkg/Library/MemoryBinOverrideLibNull/MemoryBinOverrideLibNull.inf
+6 −0 MdeModulePkg/MdeModulePkg.dec
+2 −0 MdeModulePkg/MdeModulePkg.dsc
+1 −0 MdeModulePkg/Test/MdeModulePkgHostTest.dsc
+81 −0 MdeModulePkg/Test/Mock/Include/GoogleTest/Library/MockVariablePolicyHelperLib.h
+14 −0 MdeModulePkg/Test/Mock/Library/GoogleTest/MockVariablePolicyHelperLib/MockVariablePolicyHelperLib.cpp
+33 −0 MdeModulePkg/Test/Mock/Library/GoogleTest/MockVariablePolicyHelperLib/MockVariablePolicyHelperLib.inf
+7 −1 MdePkg/Include/IndustryStandard/SmBios.h
+1 −0 MdePkg/Test/MdePkgHostTest.dsc
+1,001 −0 MdePkg/Test/Mock/Include/GoogleTest/Library/MockSafeIntLib.h
+13 −0 MdePkg/Test/Mock/Include/GoogleTest/Library/MockUefiBootServicesTableLib.h
+100 −0 MdePkg/Test/Mock/Include/GoogleTest/Protocol/MockFirmwareVolumeBlock.h
+47 −0 MdePkg/Test/Mock/Include/GoogleTest/Protocol/MockMmReportStatusCodeHandler.h
+92 −0 MdePkg/Test/Mock/Include/GoogleTest/Protocol/MockPciPlatformProtocol.h
+262 −0 MdePkg/Test/Mock/Include/GoogleTest/Protocol/MockPciRootBridgeIoProtocol.h
+52 −0 MdePkg/Test/Mock/Include/GoogleTest/Protocol/MockSmmSwDispatch2.h
+116 −0 MdePkg/Test/Mock/Library/GoogleTest/MockSafeIntLib/MockSafeIntLib.cpp
+33 −0 MdePkg/Test/Mock/Library/GoogleTest/MockSafeIntLib/MockSafeIntLib.inf
+6 −2 MdePkg/Test/Mock/Library/GoogleTest/MockUefiBootServicesTableLib/MockUefiBootServicesTableLib.cpp
Loading