Skip to content

Commit

Permalink
Bump Common/MU from c19eb5f to e1b570c
Browse files Browse the repository at this point in the history
Bumps [Common/MU](https://github.com/microsoft/mu_plus) from `c19eb5f` to `e1b570c`.
- [Release notes](https://github.com/microsoft/mu_plus/releases)
- [Commits](microsoft/mu_plus@c19eb5f...e1b570c)

---
updated-dependencies:
- dependency-name: Common/MU
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sunflower2333 committed Aug 29, 2024
1 parent 2f6487b commit ffb04c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/MU
Submodule MU updated 29 files
+17 −0 .cargo/config.toml
+3 −26 .github/pull_request_template.md
+1 −1 .github/release-draft-config-n-1.yml
+1 −1 .github/release-draft-config-n.yml
+1 −1 .github/workflows/release-draft.yml
+1 −0 AdvLoggerPkg/AdvLoggerPkg.dec
+11 −3 AdvLoggerPkg/Library/AdvancedLoggerLib/Dxe/AdvancedLoggerLib.c
+298 −0 AdvLoggerPkg/Library/AdvancedLoggerLib/Dxe/GoogleTest/AdvancedLoggerDxeLibGoogleTest.cpp
+44 −0 AdvLoggerPkg/Library/AdvancedLoggerLib/Dxe/GoogleTest/AdvancedLoggerDxeLibGoogleTest.inf
+6 −1 AdvLoggerPkg/Test/AdvLoggerHostTest.dsc
+51 −0 AdvLoggerPkg/Test/Mock/Include/GoogleTest/Protocol/MockAdvancedLogger.h
+52 −1 CONTRIBUTING.md
+1 −1 Cargo.toml
+1 −1 MfciPkg/Library/MfciDeviceIdSupportLibSmbios/MfciDeviceIdSupportLibSmbios.c
+120 −0 MsCorePkg/Include/Library/MuArmGicExLib.h
+31 −0 MsCorePkg/Library/MuArmGicExLib/AArch64/MuArmGicEx.S
+25 −0 MsCorePkg/Library/MuArmGicExLib/AArch64/MuArmGicEx.masm
+327 −0 MsCorePkg/Library/MuArmGicExLib/MuArmGicExLib.c
+44 −0 MsCorePkg/Library/MuArmGicExLib/MuArmGicExLib.inf
+13 −2 MsCorePkg/MsCorePkg.ci.yaml
+3 −0 MsCorePkg/MsCorePkg.dec
+1 −0 MsCorePkg/MsCorePkg.dsc
+20 −29 Readme.rst
+2 −0 UefiTestingPkg/FunctionalSystemTests/MemmapAndMatTestApp/MemmapAndMatTestApp.c
+2 −2 UefiTestingPkg/FunctionalSystemTests/MpManagement/Driver/AARCH64/SuspendHandling.c
+2 −0 UefiTestingPkg/FunctionalSystemTests/MpManagement/Driver/MpManagement.inf
+1 −0 UefiTestingPkg/UefiTestingPkg.ci.yaml
+1 −0 UefiTestingPkg/UefiTestingPkg.dsc
+4 −4 pip-requirements.txt

0 comments on commit ffb04c1

Please sign in to comment.