Commit 11d8829
committed
Update submodules to latest of 202502 branches.
mu_basecore from v2025020003.0.3 to v2025020003.0.4
mu_plus from v2025020003.0.1 to v2025020003.0.3
mu_tiano_plus from v2025020005.0.0 to v2025020006.0.0
mu_silicon_arm_tiano from v2025020002.0.0 to v2025020003.0.0
mu_feature_config from 6.0.3 to 6.0.4
mu_feature_debugger from 0.2.7 to 1.0.0
mu_feature_ffa from 0.1.2 to 0.1.3
mu_feature_mm_supv from 21.0.2 to 22.0.01 parent 53171f1 commit 11d8829
8 files changed
+8
-8
lines changed- .github/workflows/codeql.yml+4-3
- AdvLoggerPkg/Application/AdvancedLogDumper/AdvancedLogDumper.inf+3
- AdvLoggerPkg/Application/AdvancedLogDumper/AdvancedLogDumperDynamicCommand.inf+1
- AdvLoggerPkg/Application/AdvancedLogDumper/LogDumper.c+8-1
- AdvLoggerPkg/Application/DecodeUefiLog/DecodeUefiLog.py+74-9
- AdvLoggerPkg/Include/AdvancedLoggerInternal.h+44-24
- AdvLoggerPkg/Library/AdvLoggerMmAccessLib/AdvLoggerMmAccessLib.c+120
- AdvLoggerPkg/Library/AdvLoggerMmAccessLib/AdvLoggerMmAccessLib.inf+4
- AdvLoggerPkg/Library/AdvLoggerSmmAccessLib/AdvLoggerSmmAccessLib.c+122
- AdvLoggerPkg/Library/AdvLoggerSmmAccessLib/AdvLoggerSmmAccessLib.inf+5
- AdvLoggerPkg/Library/AdvancedLoggerAccessLib/AdvancedLoggerAccessLib.c+67
- AdvLoggerPkg/Library/AdvancedLoggerLib/AdvancedLoggerCommon.c+98-1
- AdvLoggerPkg/Library/AdvancedLoggerLib/AdvancedLoggerCommon.h+43
- AdvLoggerPkg/Library/AdvancedLoggerLib/BaseArm/AdvancedLoggerLib.c+3-1
- AdvLoggerPkg/Library/AdvancedLoggerLib/BaseArm/AdvancedLoggerLib.inf+1
- AdvLoggerPkg/Library/AdvancedLoggerLib/DxeCore/AdvancedLoggerLib.c+271-44
- AdvLoggerPkg/Library/AdvancedLoggerLib/DxeCore/AdvancedLoggerLib.inf+1
- AdvLoggerPkg/Library/AdvancedLoggerLib/DxeCore/GoogleTest/AdvancedLoggerDxeCoreGoogleTest.cpp+1-1
- AdvLoggerPkg/Library/AdvancedLoggerLib/DxeCore/GoogleTest/AdvancedLoggerDxeCoreGoogleTest.inf+1
- AdvLoggerPkg/Library/AdvancedLoggerLib/MmCore/AdvancedLoggerLib.c+8-1
- AdvLoggerPkg/Library/AdvancedLoggerLib/MmCore/GoogleTest/AdvancedLoggerMmCoreGoogleTest.cpp+3-3
- AdvLoggerPkg/Library/AdvancedLoggerLib/MmCore/GoogleTest/AdvancedLoggerMmCoreGoogleTest.inf+1
- AdvLoggerPkg/Library/AdvancedLoggerLib/PeiCore/AdvancedLoggerLib.c+9-9
- AdvLoggerPkg/Library/AdvancedLoggerLib/PeiCore/GoogleTest/AdvancedLoggerPeiCoreGoogleTest.cpp+1-1
- AdvLoggerPkg/Library/AdvancedLoggerLib/PeilessArm/AdvancedLoggerLib.c+1-1
- AdvLoggerPkg/Library/AdvancedLoggerLib/Runtime/AdvancedLoggerLib.c+112-27
- AdvLoggerPkg/Library/AdvancedLoggerLib/Smm/AdvancedLoggerLib.c+1-1
- AdvLoggerPkg/Library/AdvancedLoggerLib/SmmCore/AdvancedLoggerLib.c+56-2
- AdvLoggerPkg/Library/AdvancedLoggerLib/SmmCore/AdvancedLoggerLib.inf+2
- AdvLoggerPkg/Library/DebugAgent/Sec/AdvancedLoggerSecDebugAgent.c+1-1
- AdvLoggerPkg/UnitTests/LineParser/LineParserTestApp.c+6
- HidPkg/UefiHidDxeV2/src/keyboard.rs+92-21
- HidPkg/UefiHidDxeV2/src/keyboard/key_queue.rs+29-47
- HidPkg/UefiHidDxeV2/src/keyboard/simple_text_in_ex.rs+11-4
- MfciPkg/MfciDxe/MfciDxe.c+1-2
- MsGraphicsPkg/Library/SwmDialogsLib/SwmDialogs.c+1
- MsGraphicsPkg/OnScreenKeyboardDxe/OnScreenKeyboardDriver.c+34-34
- MsGraphicsPkg/RenderingEngineDxe/RenderingEngine.c+38-5
- MsWheaPkg/MsWheaReport/Dxe/MsWheaReportDxe.c+2-2
- MsWheaPkg/MsWheaReport/Smm/MsWheaReportMm.c+1-1
- UefiTestingPkg/AuditTests/PagingAudit/UEFI/AArch64/PagingAuditProcessor.c+33-4
- UefiTestingPkg/AuditTests/PagingAudit/UEFI/DxePagingAuditTestApp.inf-1
- UefiTestingPkg/AuditTests/PagingAudit/UEFI/PagingAuditCommon.c+4-5
- UefiTestingPkg/AuditTests/PagingAudit/UEFI/X64/PagingAuditProcessor.c+39-6
- UefiTestingPkg/AuditTests/PagingAudit/Windows/DxePaging_template_AArch64.html-16
- UefiTestingPkg/AuditTests/PagingAudit/Windows/DxePaging_template_X64.html-16
- UefiTestingPkg/AuditTests/PagingAudit/Windows/MemoryRangeObjects.py+2-4
- UefiTestingPkg/FunctionalSystemTests/MemoryProtectionTest/App/DxeMemoryProtectionTestApp.c+204-68
- UefiTestingPkg/FunctionalSystemTests/MemoryProtectionTest/App/DxeMemoryProtectionTestApp.inf+1
- UefiTestingPkg/FunctionalSystemTests/MpManagement/Driver/AARCH64/SuspendHandling.c+48-2
- UefiTestingPkg/FunctionalSystemTests/MpManagement/Driver/MpManagement.inf+3-1
- UefiTestingPkg/Library/FlatPageTableLib/AArch64/FlatPageTableAArch64.c+46-8
- UefiTestingPkg/Library/FlatPageTableLib/FlatPageTableLib.inf+1-3
- UefiTestingPkg/Library/FlatPageTableLib/X64/FlatPageTableX64.c+381
- UefiTestingPkg/PerfTests/FbptDump/FbptDump.c+1-1
- UefiTestingPkg/UefiTestingPkg.ci.yaml+3
- pip-requirements.txt+1-1
- .azurepipelines/MuDevOpsWrapper.yml+1-1
- .github/dependabot.yml+2-2
- .github/workflows/codeql.yml+13-12
- .github/workflows/issue-assignment.yml+1-1
- .github/workflows/label-issues.yml+1-1
- .github/workflows/label-sync.yml+1-1
- .github/workflows/release-draft.yml+1-1
- .github/workflows/stale.yml+1-1
- .github/workflows/triage-issues.yml+1-1
- EmbeddedPkg/EmbeddedPkg.dec-1
- EmbeddedPkg/Include/Library/RealTimeClockLib.h-123
- EmbeddedPkg/Library/TemplateRealTimeClockLib/TemplateRealTimeClockLib.inf+1
- EmbeddedPkg/Library/VirtualRealTimeClockLib/VirtualRealTimeClockLib.inf+1
- EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf+1
- SecurityPkg/Include/Guid/Tpm2ServiceFfa.h+4
- SecurityPkg/Include/Library/Tpm2StartupLib.h+26
- SecurityPkg/Library/Tpm2DeviceLibFfa/Tpm2DeviceLibFfaBase.c+3-14
- SecurityPkg/Library/Tpm2DeviceLibFfa/Tpm2DeviceSecLibFfa.inf+1-1
- SecurityPkg/Library/Tpm2DeviceLibFfa/Tpm2DeviceSecLibFfaBase.c+48
- SecurityPkg/Library/Tpm2DeviceLibFfa/Tpm2ServiceFfaRaw.c+50-120
- SecurityPkg/Library/Tpm2StartupLib/Tpm2StartupLib.c+78
- SecurityPkg/Library/Tpm2StartupLib/Tpm2StartupLib.inf+52
- SecurityPkg/Library/Tpm2StartupLibNull/Tpm2StartupLibNull.c+24
- SecurityPkg/Library/Tpm2StartupLibNull/Tpm2StartupLibNull.inf+32
- SecurityPkg/SecurityPkg.dec+5
- SecurityPkg/SecurityPkg.dsc+3
- pip-requirements.txt+4-4
- .azurepipelines/MuDevOpsWrapper.yml+1-1
- .cspell.json+1-1
- .github/dependabot.yml+3-1
- .github/workflows/codeql.yml+14-13
- .github/workflows/issue-assignment.yml+1-1
- .github/workflows/label-issues.yml+1-1
- .github/workflows/label-sync.yml+1-1
- .github/workflows/release-draft.yml+1-1
- .github/workflows/stale.yml+1-1
- .github/workflows/triage-issues.yml+1-1
- SetupDataPkg/ConfApp/SetupConf.c+3-3
- SetupDataPkg/ConfApp/UnitTest/ConfAppSetupConfUnitTest.c-1
- SetupDataPkg/Library/ConfigKnobShimLib/ConfigKnobShimLibCommon.c+1-1
- SetupDataPkg/Tools/VfrToXmlConverter.py+204-7
- pip-requirements.txt+5-5
- py-requirements.txt+2-2
- .azurepipelines/MuDevOpsWrapper.yml+3-3
- .github/dependabot.yml+3-1
- .github/workflows/Build-UefiExt.yaml-57
- .github/workflows/codeql.yml+16-17
- .github/workflows/issue-assignment.yml+1-1
- .github/workflows/label-issues.yml+1-1
- .github/workflows/label-issues/file-paths.yml+3-2
- .github/workflows/label-issues/regex-pull-requests.yml-16
- .github/workflows/label-sync.yml+1-1
- .github/workflows/pull-request-formatting-validator.yml+1-1
- .github/workflows/release-draft.yml+1-1
- .github/workflows/stale.yml+1-1
- .github/workflows/triage-issues.yml+1-1
- DebuggerFeaturePkg/Docs/Images/windbgx_startup.png
- DebuggerFeaturePkg/Readme.md+8-21
- Scripts/ComToTcpServer.py-187
- UefiDbgExt/dbgexts.cpp-366
- UefiDbgExt/dbgexts.h-93
- UefiDbgExt/efiutil.cpp-301
- UefiDbgExt/handles.cpp-113
- UefiDbgExt/memory.cpp-447
- UefiDbgExt/modules.cpp-448
- UefiDbgExt/pt.cpp-1.2k
- UefiDbgExt/readme.md-88
- UefiDbgExt/swdebug.cpp-191
- UefiDbgExt/tables.cpp-74
- UefiDbgExt/uefiext.cpp-366
- UefiDbgExt/uefiext.def-44
- UefiDbgExt/uefiext.h-118
- UefiDbgExt/uefiext.rc-11
- UefiDbgExt/uefiext.sln-31
- UefiDbgExt/uefiext.vcxproj-296
- UefiDbgExt/uefispec.h-244
- pip-requirements.txt+3-3
- .azurepipelines/MuDevOpsWrapper.yml+1-1
- .github/dependabot.yml+2-2
- .github/workflows/issue-assignment.yml+1-1
- .github/workflows/label-issues.yml+1-1
- .github/workflows/label-sync.yml+1-1
- .github/workflows/release-draft.yml+1-1
- .github/workflows/release-secure-partitions.yml+3-1
- .github/workflows/stale.yml+1-1
- .github/workflows/triage-issues.yml+1-1
- Cargo.toml+1-1
- FfaFeaturePkg/Applications/FfaPartitionTest/FfaPartitionTestApp.c+6-121
- FfaFeaturePkg/Docs/TpmService.md+82
- FfaFeaturePkg/FfaFeaturePkg.ci.yaml+1
- FfaFeaturePkg/FfaFeaturePkg.dsc+1-1
- FfaFeaturePkg/Library/ArmFfaLibEx/ArmFfaLibEx.c+38-8
- FfaFeaturePkg/Library/SecurePartitionEntryPoint/StandaloneMmCoreEntryPoint.c+10-10
- FfaFeaturePkg/Library/TpmServiceLib/TpmServiceLib.c+77-35
- pip-requirements.txt+4-4
- .github/workflows/codeql.yml+4-3
- MmSupervisorPkg/Core/Mem/SmmCpuMemoryManagement.c+3-1
- MmSupervisorPkg/Core/MmSupervisorCore.inf+4-3
- MmSupervisorPkg/MmSupervisorPkg.dec+1-1
- SeaPkg/Include/Library/SmrrLib.h+16-2
- SeaPkg/Library/BaseSmrrLibNull/BaseSmrrLibNull.c+19-2
- SeaPkg/Library/SmmCpuFeaturesLib/IntelSmmCpuFeaturesLib.c+3-3
- SeaPkg/SeaPkg.dsc+1-1
- pip-requirements.txt+1-1
Submodule MU_BASECORE updated 8 files
- ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.c+7-49
- ArmPkg/Drivers/MmCommunicationPei/MmCommunicationPei.c+5-45
- ArmPkg/Include/Library/ArmStandaloneMmMmuLib.h-28
- ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.c+63-107
- ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.inf+1
- ArmPlatformPkg/PeilessSec/PeilessSec.c+36-3
- pip-requirements.txt+2-2
0 commit comments