Skip to content

Bump MU_BASECORE from 2025110001.0.2 to 2025110001.0.3#1399

Open
mu-automation[bot] wants to merge 1 commit intomainfrom
projectmubot/submodules/mu_basecore/2025110001.0.3
Open

Bump MU_BASECORE from 2025110001.0.2 to 2025110001.0.3#1399
mu-automation[bot] wants to merge 1 commit intomainfrom
projectmubot/submodules/mu_basecore/2025110001.0.3

Conversation

@mu-automation
Copy link
Copy Markdown
Contributor

@mu-automation mu-automation bot commented Apr 18, 2026

Bumps MU_BASECORE from 2025110001.0.2 to 2025110001.0.3

Introduces 31 new commits in MU_BASECORE.

Commits
  • fa0a51 [SQUASH ON REBASE] Revert "[TPM][FF-A] Add Yield to FF-A Library (#1532)"
  • 346e7b [SQUASH ON REBASE] Revert "MdeModulePkg: ArmFfaLib: Add FFA_YIELD handling (#1503)"
  • 6bae37 [CHERRY-PICK] MdePkg,MdeModulePkg: Add FFA_YIELD command
  • e86378 [CHERRY-PICK] MdeModulePkg: Add library class SafeIntLib where ArmFfaCommon.c is used
  • 7697e6 CryptoPkg: Use Openssl NASM for Windows host-based unit tests
  • 3b8c23 CryptoPkg: Add CLANGPDB AArch64 Support
  • 9052be CryptoPkg: Add AARCH64-PE Target to OpenSSL Gen
  • cf79c3 CryptoPkg: Prevent PCD conflict
  • d45783 Repo File Sync: synced file(s) with microsoft/mu_devops
  • a17e23 PolicyServicePkg: Prevent memcpy instrinsic
  • eca2e6 Update BaseTools external dependency to v2025110001.0.2
  • d1e889 .github: Add Mu PR Validation workflow (#1737)
  • 4db460 mu-pr-validation-pending.yml: Temporarily disable commit status upates (#1755)
  • dfe92b Revert "UefiCpuPkg: ArmMmuLib: Check if Block Split Following Page Alloc"
  • 872dc1 [CHERRY-PICK] UefiCpuPkg: ArmMmuLib: Check if Block Split Following Page Alloc
  • 07dacb pip: bump edk2-pytool-library to 0.23.13, regex to 2026.4.4 (#1753)
  • 241aa1 Repo File Sync: ClangPDB CI workflow updates (#1762)
  • 62f609 NetworkPkg/DxeNetLib: Clamp timeouts to MAX_INT64
  • e7d483 NetworkPkg/DxeNetLib: Reduce SNP media detect timeout and retry attempts
  • e667c7 SecurityPkg: Remove Globals from HashLibTpm2PeilessSec (#1752)
  • 803cd6 Repo File Sync: Update Pr Validation from actions/github-script@v8 to actions/github-script@v9 (#1766)
  • 8cbf77 SecurityPkg: Introduce TpmTestApp (#1760)
  • 7c66ee GitHub Action: Update mu-pr-validation workflow to use actions/github-script 9 (#1761)
  • 9658ba pip: bump pygount from 3.1.1 to 3.2.0 (#1767)
  • d5a9ee [CHERRY-PICK] [SQUASH ON REBASE] Update FlattenPdbs Plugin to pick up additional symbols.
  • 4b8c72 [Cherry-Pick] CryptoPkg: Added MockBaseCryptLib for google test
  • c9fd5f [Cherry-Pick] MdeModulePkg: Added several mock libraries for google test
  • 3018f1 [Cherry-Pick] MdePkg: Added several mock libraries for google test
  • dff1fa [SQUASH ON REBASE]SecurityPkg: Add missing TpmTestApp markdown information (#1768)
  • 5e381f [SQUASH ON REBASE] ArmPlatformPkg: MemoryInitPeiLib: Update Resc Desc V2 HOB
  • 201039 ArmPlatformPkg: MemoryInitPeiLib: Loosen HOB Check

Signed-off-by: Project Mu Bot mubot@microsoft.com

Introduces 31 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/fa0a51e5462da3ce97a8730ad3d25b6775eb907c">fa0a51</a> [SQUASH ON REBASE] Revert "[TPM][FF-A] Add Yield to FF-A Library (<a href="https://github.com/microsoft/mu_basecore/pull/1532">#1532</a>)"</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/346e7b2ce77fd0c3c610180497acb796e4d6ecc9">346e7b</a> [SQUASH ON REBASE] Revert "MdeModulePkg: ArmFfaLib: Add FFA_YIELD handling (<a href="https://github.com/microsoft/mu_basecore/pull/1503">#1503</a>)"</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/6bae3704065e7d553aae83d36cb7df615404edda">6bae37</a> [CHERRY-PICK] MdePkg,MdeModulePkg: Add FFA_YIELD command</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/e86378e6ea1151d01ed15a0d1a8155af93d01244">e86378</a> [CHERRY-PICK] MdeModulePkg: Add library class SafeIntLib where ArmFfaCommon.c is used</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/7697e61b4919ec888e98f55d9a2343ceb5130d5d">7697e6</a> CryptoPkg: Use Openssl NASM for Windows host-based unit tests</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/3b8c23ddb89450cc3020501f992e4697d4b1b430">3b8c23</a> CryptoPkg: Add CLANGPDB AArch64 Support</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/9052be2acaa038d2354293ab797b2796fecb4635">9052be</a> CryptoPkg: Add AARCH64-PE Target to OpenSSL Gen</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/cf79c3d426bdab7ae0f15e19345c7cf2ec15c841">cf79c3</a> CryptoPkg: Prevent PCD conflict</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/d457837067b9715d78b59310aeff451c9bbd7f5b">d45783</a> Repo File Sync: synced file(s) with microsoft/mu_devops</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/a17e2388b59da52fd8d11d65718c5747c612df2d">a17e23</a> PolicyServicePkg: Prevent memcpy instrinsic</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/eca2e6e73ec363975989ab5f4a3981cd702a1659">eca2e6</a> Update BaseTools external dependency to v2025110001.0.2</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/d1e88921710853715442ad9f469dc23a08305658">d1e889</a> .github: Add Mu PR Validation workflow (<a href="https://github.com/microsoft/mu_basecore/pull/1737">#1737</a>)</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/4db4609bdd375f3f1c67dcf82e74353127994c36">4db460</a> mu-pr-validation-pending.yml: Temporarily disable commit status upates (<a href="https://github.com/microsoft/mu_basecore/pull/1755">#1755</a>)</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/dfe92b1b097bf46556f660189e6c760fda2c41a5">dfe92b</a> Revert "UefiCpuPkg: ArmMmuLib: Check if Block Split Following Page Alloc"</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/872dc155a9dbd5b6d1183eae5e28237da9263f14">872dc1</a> [CHERRY-PICK] UefiCpuPkg: ArmMmuLib: Check if Block Split Following Page Alloc</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/07dacb222a76f4c4afb29256a5b9c6a5fa3c9c2e">07dacb</a> pip: bump edk2-pytool-library to 0.23.13, regex to 2026.4.4 (<a href="https://github.com/microsoft/mu_basecore/pull/1753">#1753</a>)</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/241aa1d6369793068468374034ebe83924500103">241aa1</a> Repo File Sync: ClangPDB CI workflow updates (<a href="https://github.com/microsoft/mu_basecore/pull/1762">#1762</a>)</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/62f609a4f2f845f6e7c24e907741a925ec331b34">62f609</a> NetworkPkg/DxeNetLib: Clamp timeouts to MAX_INT64</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/e7d483779a747059c55acb2db7eba1b47d523276">e7d483</a> NetworkPkg/DxeNetLib: Reduce SNP media detect timeout and retry attempts</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/e667c7255db2577308f63821ca080bd813d29625">e667c7</a> SecurityPkg: Remove Globals from HashLibTpm2PeilessSec (<a href="https://github.com/microsoft/mu_basecore/pull/1752">#1752</a>)</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/803cd6a247394d88b92731796a9ef1d95da16854">803cd6</a> Repo File Sync: Update Pr Validation from actions/github-script@v8 to actions/github-script@v9  (<a href="https://github.com/microsoft/mu_basecore/pull/1766">#1766</a>)</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/8cbf7761deaba3a4e62eaf882416cfc1b4fcdb43">8cbf77</a> SecurityPkg: Introduce TpmTestApp (<a href="https://github.com/microsoft/mu_basecore/pull/1760">#1760</a>)</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/7c66eeb7e5fc2addf203aecbdcd1cb1e0d1ebe10">7c66ee</a> GitHub Action: Update mu-pr-validation workflow to use actions/github-script 9 (<a href="https://github.com/microsoft/mu_basecore/pull/1761">#1761</a>)</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/9658bab20fdbe08859e0630837d66cc83295fe32">9658ba</a> pip: bump pygount from 3.1.1 to 3.2.0 (<a href="https://github.com/microsoft/mu_basecore/pull/1767">#1767</a>)</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/d5a9eeef9fe62033b497a88865c8b9f2737f401e">d5a9ee</a> [CHERRY-PICK] [SQUASH ON REBASE] Update FlattenPdbs Plugin to pick up additional symbols.</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/4b8c729404716b3a91127f39a84ab20cb8f440e4">4b8c72</a> [Cherry-Pick] CryptoPkg: Added MockBaseCryptLib for google test</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/c9fd5f978acb9d823c89e40ddd97afe80cd0a149">c9fd5f</a> [Cherry-Pick] MdeModulePkg: Added several mock libraries for google test</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/3018f1b6f9418d0fb092128f325d7dc93c64c11c">3018f1</a> [Cherry-Pick] MdePkg: Added several mock libraries for google test</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/dff1fa7ba21f6623bfe63068b4d13184461d307f">dff1fa</a> [SQUASH ON REBASE]SecurityPkg: Add missing TpmTestApp markdown information (<a href="https://github.com/microsoft/mu_basecore/pull/1768">#1768</a>)</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/5e381f8de665bbc7ce520134049758274910a9bf">5e381f</a> [SQUASH ON REBASE] ArmPlatformPkg: MemoryInitPeiLib: Update Resc Desc V2 HOB</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/201039c2a82f458b672e2ee36d472c974723c219">201039</a> ArmPlatformPkg: MemoryInitPeiLib: Loosen HOB Check</li>
</ul>
</details>

Signed-off-by: Project Mu Bot <mubot@microsoft.com>
@mu-automation mu-automation bot added type:dependencies Pull requests that update a dependency file type:submodules Pull requests that update submodules labels Apr 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:dependencies Pull requests that update a dependency file type:submodules Pull requests that update submodules

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant