Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Common/MU_TIANO from dc868cb to 7ab59c7 #115

Merged
merged 1 commit into from
Oct 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Common/MU_TIANO
Submodule MU_TIANO updated 96 files
+0 −81 .azurepipelines/Matrix-Build-Job.yml
+119 −0 .azurepipelines/MuDevOpsWrapper.yml
+37 −22 .azurepipelines/Ubuntu-GCC5.yml
+36 −14 .azurepipelines/Windows-VS.yml
+12 −0 .azurepipelines/templates/defaults.yml
+2 −2 .devcontainer/devcontainer.json
+19 −1 .github/dependabot.yml
+100 −0 .github/release-draft-config-n-1.yml
+100 −0 .github/release-draft-config-n.yml
+1 −1 .github/workflows/auto-approve.yml
+1 −1 .github/workflows/auto-merge.yml
+98 −3 .github/workflows/codeql.yml
+1 −1 .github/workflows/issue-assignment.yml
+1 −1 .github/workflows/label-issues.yml
+1 −1 .github/workflows/label-sync.yml
+31 −0 .github/workflows/release-draft.yml
+1 −1 .github/workflows/stale.yml
+1 −1 .github/workflows/triage-issues.yml
+3 −2 .pytool/CISettings.py
+9 −4 CodeQlFilters.yml
+5 −0 EmbeddedPkg/EmbeddedPkg.ci.yaml
+8 −0 EmbeddedPkg/EmbeddedPkg.dec
+1 −1 EmbeddedPkg/GdbStub/SerialIo.c
+1 −1 EmbeddedPkg/Include/Library/GdbSerialLib.h
+54 −2 EmbeddedPkg/Include/Library/PrePiLib.h
+1 −1 EmbeddedPkg/Include/Library/RealTimeClockLib.h
+1 −1 EmbeddedPkg/Library/GdbSerialDebugPortLib/GdbSerialDebugPortLib.c
+1 −1 EmbeddedPkg/Library/GdbSerialLib/GdbSerialLib.c
+59 −15 EmbeddedPkg/Library/PrePiLib/FwVol.c
+1 −1 EmbeddedPkg/Library/PrePiLib/PrePiLib.c
+0 −2 EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
+60 −33 EmbeddedPkg/Library/PrePiMemoryAllocationLib/MemoryAllocationLib.c
+1 −1 EmbeddedPkg/Library/TemplateRealTimeClockLib/RealTimeClockLib.c
+1 −1 EmbeddedPkg/Library/VirtualRealTimeClockLib/VirtualRealTimeClockLib.c
+3 −4 EmbeddedPkg/MetronomeDxe/Metronome.c
+1 −1 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClock.c
+8 −1 FatPkg/FatPkg.ci.yaml
+2 −1 FatPkg/FatPkg.dsc
+7 −0 FmpDevicePkg/FmpDevicePkg.ci.yaml
+2 −1 FmpDevicePkg/FmpDevicePkg.dsc
+3 −2 FmpDevicePkg/FmpDxe/ReadMe.md
+5 −0 PrmPkg/PrmPkg.ci.yaml
+0 −1 PrmPkg/PrmPkg.dsc
+1 −1 PrmPkg/PrmSsdtInstallDxe/Prm.asl
+0 −6 PrmPkg/Test/PrmPkgHostTest.dsc
+0 −12 PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBootServicesTableLibTest.uni
+0 −119 PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBootServicesTableLibUnitTest.c
+0 −1,042 PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBootServicesTableLibUnitTest.h
+0 −46 PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBootServicesTableLibUnitTest.inf
+0 −180 PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBootServicesTableLibUnitTestEventTimer.c
+0 −163 PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBootServicesTableLibUnitTestImage.c
+0 −145 PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBootServicesTableLibUnitTestMemory.c
+0 −198 PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBootServicesTableLibUnitTestMisc.c
+0 −1,650 PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBootServicesTableLibUnitTestProtocol.c
+0 −120 PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBootServicesTableLibUnitTestProtocol.h
+0 −43 PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBootServicesTableLibUnitTestTpl.c
+20 −18 ReadMe.rst
+0 −42 SecurityPkg/Include/Library/RpmcLib.h
+0 −59 SecurityPkg/Include/Library/VariableKeyLib.h
+49 −10 SecurityPkg/Library/AuthVariableLib/AuthService.c
+3 −0 SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf
+7 −1 SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.c
+0 −46 SecurityPkg/Library/RpmcLibNull/RpmcLibNull.c
+0 −33 SecurityPkg/Library/RpmcLibNull/RpmcLibNull.inf
+3 −4 SecurityPkg/Library/SecTpmMeasurementLib/SecTpmMeasurementLibTdx.c
+0 −13 SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2Ptp.c
+1 −1 SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.c
+0 −66 SecurityPkg/Library/VariableKeyLibNull/VariableKeyLibNull.c
+0 −33 SecurityPkg/Library/VariableKeyLibNull/VariableKeyLibNull.inf
+73 −0 SecurityPkg/RandomNumberGenerator/RngDxe/AArch64/AArch64Algo.c
+51 −0 SecurityPkg/RandomNumberGenerator/RngDxe/Arm/ArmAlgo.c
+67 −15 SecurityPkg/RandomNumberGenerator/RngDxe/ArmRngDxe.c
+71 −0 SecurityPkg/RandomNumberGenerator/RngDxe/ArmTrng.c
+12 −4 SecurityPkg/RandomNumberGenerator/RngDxe/Rand/RdRand.c
+0 −43 SecurityPkg/RandomNumberGenerator/RngDxe/Rand/RdRand.h
+59 −12 SecurityPkg/RandomNumberGenerator/RngDxe/Rand/RngDxe.c
+47 −50 SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.c
+15 −3 SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.inf
+45 −24 SecurityPkg/RandomNumberGenerator/RngDxe/RngDxeInternals.h
+8 −2 SecurityPkg/SecurityPkg.ci.yaml
+7 −10 SecurityPkg/SecurityPkg.dec
+5 −7 SecurityPkg/SecurityPkg.dsc
+6 −0 SecurityPkg/Tcg/TdTcg2Dxe/TdTcg2Dxe.c
+1 −1 SourceLevelDebugPkg/Include/Library/DebugCommunicationLib.h
+4 −4 SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.c
+1 −1 SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.h
+11 −11 SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/SerialIo.c
+1 −1 SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.c
+1 −1 SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/DebugCommunicationLibUsb.c
+1 −1 SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommunicationLibUsb3Internal.h
+1 −1 SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/Ia32/IntHandlerFuncs.c
+1 −1 SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLib.h
+1 −1 SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/X64/IntHandlerFuncs.c
+6 −1 SourceLevelDebugPkg/SourceLevelDebugPkg.ci.yaml
+1 −1 SourceLevelDebugPkg/SourceLevelDebugPkg.dsc
+5 −5 pip-requirements.txt