Skip to content

Commit

Permalink
Bumps MU_BASECORE from 2023020009.0.3 to 2023020010.0.0
Browse files Browse the repository at this point in the history
Introduces 8 new commits in [MU_BASECORE](https://github.com/microsoft/mu_basecore.git).

<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/microsoft/mu_basecore/commit/6d2cf75fc444ed80b967092d5044fb69ef8016b0">6d2cf7</a> Cherry pick and apply uncrustify changes (<a href="https://github.com/microsoft/mu_basecore/pull/609">#609</a>)</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/005055b29e7dd61a13a190fad2046d3942def64d">005055</a> Memory Protection: Add Missing Special Region Pattern Application in SeparateSpecialRegionsInMemoryMap() (<a href="https://github.com/microsoft/mu_basecore/pull/654">#654</a>)</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/beb9301d09fcf18c125e360a6e825577833b8764">beb930</a> BaseTools: Fix raw strings containing valid escape characters (<a href="https://github.com/microsoft/mu_basecore/pull/663">#663</a>)</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/0ad607fbb879e4b5ac65efb07e4439b372a2fa9e">0ad607</a> FdSizeReport: Handle empty FV sections in Build Report (<a href="https://github.com/microsoft/mu_basecore/pull/664">#664</a>)</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/7e4e3845191b886e2198678f8e5b06cef467d05e">7e4e38</a> Update Memory Protection Special Region Logic to Handle Edge Case (<a href="https://github.com/microsoft/mu_basecore/pull/665">#665</a>)</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/7fdfe1782baa1807e9455c659c3976461f6178c3">7fdfe1</a> Don't Assert if InitializeSeparateExceptionStacks() Fails (<a href="https://github.com/microsoft/mu_basecore/pull/669">#669</a>)</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/c3db959e5cc4acf5d1b44e1cf9f2c30f5861f183">c3db95</a> Adding MockRNG to the Google Test Mock (<a href="https://github.com/microsoft/mu_basecore/pull/668">#668</a>)</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/ae88c09a620532917864012fcd89d20959738813">ae88c0</a> Ensure Stack Guard Init is Performed Regardless of Platform NX Policy (<a href="https://github.com/microsoft/mu_basecore/pull/671">#671</a>)</li>
</ul>
</details>

Signed-off-by: Project Mu Bot <[email protected]>
  • Loading branch information
ProjectMuBot committed Jan 11, 2024
1 parent 8c74a8b commit b14e35a
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 b14e35a

Please sign in to comment.