Skip to content

Commit

Permalink
Bump Common/MU_TIANO from 2024050000.0.0 to 2024050000.0.1 (#1033)
Browse files Browse the repository at this point in the history
Bumps Common/MU_TIANO from `2024050000.0.0` to `2024050000.0.1`


Introduces 8 new commits in
[Common/MU_TIANO](https://github.com/microsoft/mu_tiano_plus.git).

<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/mu_tiano_plus/commit/60690b30e339432cfc036ac428514958b6d286a1">60690b</a>
Revert "FmpDevicePkg: Assert on PcdFmpDeviceImageTypeIdGuid Size
Mismatch"</li>
<li><a
href="https://github.com/microsoft/mu_tiano_plus/commit/8e813d10cbccecca0ebe8e1c755fe682f625f4fb">8e813d</a>
[CHERRY-PICK] FmpDevicePkg: Assert on PcdFmpDeviceImageTypeIdGuid Size
Mismatch</li>
<li><a
href="https://github.com/microsoft/mu_tiano_plus/commit/d60d4174a4f39dd47776dbb3fda08fafbfb95a98">d60d41</a>
Revert "EmbeddedPkg: Mark DMA Memory Allocations XP By Default"</li>
<li><a
href="https://github.com/microsoft/mu_tiano_plus/commit/622dc71ef7af3b235b2367415a55690c998100a5">622dc7</a>
[CHERRY-PICK] EmbeddedPkg: Mark DMA Memory Allocations XP By
Default</li>
<li><a
href="https://github.com/microsoft/mu_tiano_plus/commit/c454e61017ea7b46cf1933bd235fa134283de1f5">c454e6</a>
Revert "PrmPkg: Don"t Set Access Attributes of Runtime MMIO Ranges (<a
href="https://github.com/microsoft/mu_tiano_plus/pull/51">#51</a>)"</li>
<li><a
href="https://github.com/microsoft/mu_tiano_plus/commit/432fdb2dfc79cb7b7a1ffbd2eac31d6471a5b7f2">432fdb</a>
[CHERRY-PICK] PrmPkg: Don"t Set Access Attributes of Runtime MMIO
Ranges</li>
<li><a
href="https://github.com/microsoft/mu_tiano_plus/commit/67e042f29ea3d41b35a6306f436c7af2ca1e2bdc">67e042</a>
[CHERRY-PICK] EmbeddedPkg: NonCoherentDmaLib: Set EFI_MEMORY_XP
Capability on DMA Buffer</li>
<li><a
href="https://github.com/microsoft/mu_tiano_plus/commit/ef21d6d9b687713730d63927c62b605d1cbb88d3">ef21d6</a>
pip: bump edk2-pytool-extensions from 0.27.11 to 0.27.12 (<a
href="https://github.com/microsoft/mu_tiano_plus/pull/329">#329</a>)</li>
</ul>
</details>

Signed-off-by: Project Mu Bot <[email protected]>

Signed-off-by: Project Mu Bot <[email protected]>
  • Loading branch information
ProjectMuBot authored Sep 20, 2024
1 parent b983377 commit b500053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/MU_TIANO
Submodule MU_TIANO updated 57 files
+1 −1 .github/ISSUE_TEMPLATE/bug_report.yml
+3 −26 .github/pull_request_template.md
+1 −1 .github/release-draft-config-n-1.yml
+1 −1 .github/release-draft-config-n.yml
+13 −3 .github/workflows/codeql.yml
+1 −1 .github/workflows/release-draft.yml
+52 −1 CONTRIBUTING.md
+16 −1 EmbeddedPkg/Library/FdtLib/fdt_overlay.c
+4 −1 EmbeddedPkg/Library/FdtLib/fdt_rw.c
+38 −6 EmbeddedPkg/Library/NonCoherentDmaLib/NonCoherentDmaLib.c
+5 −0 EmbeddedPkg/Library/PrePiHobLib/Hob.c
+4 −3 EmbeddedPkg/Library/PrePiLib/FwVol.c
+6 −0 EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOut.c
+2 −0 FatPkg/EnhancedFatDxe/Info.c
+4 −0 FatPkg/FatPei/FatLiteApi.c
+5 −3 FmpDevicePkg/FmpDxe/FmpDxe.c
+1 −1 FmpDevicePkg/Library/FmpDependencyLib/FmpDependencyLib.c
+5 −7 PrmPkg/PrmConfigDxe/PrmConfigDxe.c
+27 −31 ReadMe.rst
+1 −1 SecurityPkg/DeviceSecurity/SpdmLib/libspdm
+30 −4 SecurityPkg/FvReportPei/FvReportPei.c
+32 −5 SecurityPkg/HddPassword/HddPasswordDxe.c
+23 −0 SecurityPkg/Include/Library/Tcg2PreUefiEventLogLib.h
+20 −0 SecurityPkg/Include/Library/Tpm2CommandLib.h
+9 −3 SecurityPkg/Library/AuthVariableLib/AuthService.c
+19 −0 SecurityPkg/Library/AuthVariableLib/AuthVariableLib.c
+20 −6 SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c
+236 −30 SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/DxeTcg2PhysicalPresenceLib.c
+1 −0 SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/DxeTcg2PhysicalPresenceLib.inf
+12 −2 SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/PhysicalPresenceStrings.uni
+1 −3 SecurityPkg/Library/DxeTcg2PhysicalPresenceMinimumLib/DxeTcg2PhysicalPresenceMinimumLib.inf
+1 −1 SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.c
+18 −2 SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.c
+7 −1 SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.c
+7 −1 SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.c
+20 −2 SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.c
+27 −4 SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.c
+13 −1 SecurityPkg/Library/SecureBootVariableProvisionLib/SecureBootVariableProvisionLib.c
+15 −0 SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/MmTcg2PhysicalPresenceLibCommon.c
+1 −0 SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/SmmTcg2PhysicalPresenceLib.inf
+1 −0 SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/StandaloneMmTcg2PhysicalPresenceLib.inf
+3 −1 SecurityPkg/Library/TcgEventLogRecordLib/TcgEventLogRecordLib.c
+1 −1 SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12Tis.c
+81 −0 SecurityPkg/Library/Tpm2CommandLib/Tpm2Help.c
+9 −1 SecurityPkg/RandomNumberGenerator/RngDxe/Rand/AesCore.c
+7 −0 SecurityPkg/SecurityPkg.dec
+6 −2 SecurityPkg/SecurityPkg.dsc
+3 −1 SecurityPkg/Tcg/Opal/OpalPassword/OpalDriver.c
+29 −6 SecurityPkg/Tcg/Opal/OpalPassword/OpalHii.c
+7 −1 SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDriver.c
+6 −3 SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c
+26 −1 SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.c
+15 −3 SecurityPkg/Tcg/TcgConfigDxe/TcgConfigImpl.c
+7 −1 SecurityPkg/Tcg/TcgDxe/TcgDxe.c
+7 −1 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigFileExplorer.c
+51 −15 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c
+4 −4 pip-requirements.txt

0 comments on commit b500053

Please sign in to comment.