Skip to content

Commit

Permalink
Bump MU_BASECORE from 2023020009.0.3 to 2023020010.0.0 (#817)
Browse files Browse the repository at this point in the history
Bumps MU_BASECORE from `2023020009.0.3` to `2023020010.0.0`

Introduces 8 new commits in
[MU_BASECORE](https://github.com/microsoft/mu_basecore.git).

Signed-off-by: Project Mu Bot <[email protected]>
  • Loading branch information
ProjectMuBot committed Jan 11, 2024
1 parent 8c74a8b commit 44c491e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MU_BASECORE
Submodule MU_BASECORE updated 32 files
+1 −1 .pytool/Plugin/UncrustifyCheck/UncrustifyCheck.py
+2 −2 .pytool/Plugin/UncrustifyCheck/uncrustify.cfg
+10 −3 BaseTools/Plugin/FdSizeReport/FdSizeReportGenerator.py
+3 −1 BaseTools/Source/Python/AutoGen/GenMake.py
+3 −1 BaseTools/Source/Python/Common/Misc.py
+6 −2 BaseTools/Source/Python/Workspace/DscBuildData.py
+5 −2 MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c
+19 −18 MdeModulePkg/Core/Dxe/Misc/MemoryProtectionSupport.c
+21 −16 MdeModulePkg/Library/UefiSortLib/GoogleTest/UefiSortLibGoogleTest.cpp
+2 −2 MdeModulePkg/Test/Mock/Include/GoogleTest/Library/MockPciHostBridgeLib.h
+4 −4 MdeModulePkg/Test/Mock/Library/GoogleTest/MockPciHostBridgeLib/MockPciHostBridgeLib.cpp
+57 −57 MdePkg/Test/GoogleTest/Library/BaseSafeIntLib/SafeIntLibUintnIntnUnitTests32.cpp
+57 −57 MdePkg/Test/GoogleTest/Library/BaseSafeIntLib/SafeIntLibUintnIntnUnitTests64.cpp
+284 −279 MdePkg/Test/GoogleTest/Library/BaseSafeIntLib/TestBaseSafeIntLib.cpp
+3 −3 MdePkg/Test/Mock/Include/GoogleTest/Library/MockHobLib.h
+3 −3 MdePkg/Test/Mock/Include/GoogleTest/Library/MockPeiServicesLib.h
+2 −2 MdePkg/Test/Mock/Include/GoogleTest/Library/MockUefiBootServicesTableLib.h
+2 −2 MdePkg/Test/Mock/Include/GoogleTest/Library/MockUefiLib.h
+2 −2 MdePkg/Test/Mock/Include/GoogleTest/Library/MockUefiRuntimeServicesTableLib.h
+4 −4 MdePkg/Test/Mock/Include/GoogleTest/Ppi/MockReadOnlyVariable2.h
+3 −3 MdePkg/Test/Mock/Include/GoogleTest/Protocol/MockHash2.h
+47 −0 MdePkg/Test/Mock/Include/GoogleTest/Protocol/MockRng.h
+20 −20 MdePkg/Test/Mock/Library/GoogleTest/MockHobLib/MockHobLib.cpp
+26 −26 MdePkg/Test/Mock/Library/GoogleTest/MockPeiServicesLib/MockPeiServicesLib.cpp
+3 −1 MdePkg/Test/Mock/Library/GoogleTest/MockUefiBootServicesTableLib/MockUefiBootServicesTableLib.cpp
+3 −3 MdePkg/Test/Mock/Library/GoogleTest/MockUefiLib/MockUefiLib.cpp
+1 −1 MdePkg/Test/Mock/Library/GoogleTest/MockUefiRuntimeServicesTableLib/MockUefiRuntimeServicesTableLib.cpp
+1 −1 MdePkg/Test/Mock/Library/GoogleTest/Ppi/MockReadOnlyVariable2.cpp
+1 −1 MdePkg/Test/Mock/Library/GoogleTest/Protocol/MockHash2.cpp
+21 −0 MdePkg/Test/Mock/Library/GoogleTest/Protocol/MockRng.cpp
+1 −1 UnitTestFrameworkPkg/Include/Library/GoogleTestLib.h
+47 −31 UnitTestFrameworkPkg/Test/GoogleTest/Sample/SampleGoogleTest/SampleGoogleTest.cpp

0 comments on commit 44c491e

Please sign in to comment.