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 Features/MM_SUPV from 13.0.0 to 13.0.1 #1014

Merged
merged 4 commits into from
Aug 22, 2024

Conversation

ProjectMuBot
Copy link
Collaborator

@ProjectMuBot ProjectMuBot commented Aug 9, 2024

Bumps Features/MM_SUPV from 13.0.0 to 13.0.1

Introduces 22 new commits in Features/MM_SUPV.

Commits
  • e8572f pip: update edk2-pytool-extensions requirement from ~=0.27.9 to ~=0.27.10 (#316)
  • 1619bc pip: update edk2-pytool-library requirement from ~=0.21.8 to ~=0.21.9 (#318)
  • bce5ce Changed AllocatePageTableMemory to include a new variable (#317)
  • 894cc2 pip: bump antlr4-python3-runtime from 4.13.1 to 4.13.2 (#320)
  • b250a3 pip: update edk2-pytool-library requirement from ~=0.21.9 to ~=0.21.10 (#319)
  • 1a1062 MmSupervisorPkg: Core: CET refactoring
  • 031660 MmSupervisorPkg: Core: Optimize PatchSmmSaveStateMap and FlushTlbForAll
  • b6184a MmSupervisorPkg: Core: Limit PhysicalAddressBits in special case
  • fa1af0 MmSupervisorPkg: Core: Map SMRAM in 4K page granularity
  • 6f842d MmSupervisorPkg: Core: Remove SmBases relocation logic
  • 715b39 MmSupervisorPkg: Core + Broker: Remove unused code
  • 987b16 MmSupervisorPkg: Core+ Broker: Support to unregister MMI handler
  • 2a51be MmSupervisorPkg: BaseLibSysCall: Integrate EDK2 changes
  • c46d6b MmSupervisorPkg: BaseCpuLibSysCall: Update override tag
  • 7d0683 MmSupervisorPkg: BaseIoLibIntrinsicSysCall: Integrate EDK2 changes
  • 8d70bd MmSupervisorPkg: Update override tags
  • 4f5072 MmSupervisorPkg: StandaloneMmHobLibSyscall: Do not create hobs
  • e97437 MmSupervisorPkg: MmIplPei: Refresh MMRAM logic
  • 2b2a8d MmSupervisorPkg: StandaloneMmIpl: Removed unused driver
  • d3be07 MmSupervisorPkg: Core: Change relocation routine to make system run
  • c01aee Pipeline update to support 2405
  • 6c121a Document update and version change (#322)

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

Introduces 22 new commits in [Features/MM_SUPV](https://github.com/microsoft/mu_feature_mm_supv.git).

<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/e8572f6effd471a83b2ee6da9d3436fc4f2288b1">e8572f</a> pip: update edk2-pytool-extensions requirement from ~=0.27.9 to ~=0.27.10 (<a href="https://github.com/microsoft/mu_feature_mm_supv/pull/316">#316</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/1619bce512bbffdee3bf1d2e9433875924a0ae93">1619bc</a> pip: update edk2-pytool-library requirement from ~=0.21.8 to ~=0.21.9 (<a href="https://github.com/microsoft/mu_feature_mm_supv/pull/318">#318</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/bce5cec1b1224168ff0ae44176ca103c476f8cbb">bce5ce</a> Changed AllocatePageTableMemory to include a new variable (<a href="https://github.com/microsoft/mu_feature_mm_supv/pull/317">#317</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/894cc2d9d86985f0d422be711dd92ae88e7508ac">894cc2</a> pip: bump antlr4-python3-runtime from 4.13.1 to 4.13.2 (<a href="https://github.com/microsoft/mu_feature_mm_supv/pull/320">#320</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/b250a3918bfa74ee51e8c4b2d5255d2f3dfaaea7">b250a3</a> pip: update edk2-pytool-library requirement from ~=0.21.9 to ~=0.21.10 (<a href="https://github.com/microsoft/mu_feature_mm_supv/pull/319">#319</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/1a10629b1cd8b75910353d1f0b73702c92f5b6e2">1a1062</a> MmSupervisorPkg: Core: CET refactoring</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/0316605cc7b3d790ce58fbb5d7c13519525ddc8f">031660</a> MmSupervisorPkg: Core: Optimize PatchSmmSaveStateMap and FlushTlbForAll</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/b6184a46dc8f3e5dd19a3ad299782b88a8eb0968">b6184a</a> MmSupervisorPkg: Core: Limit PhysicalAddressBits in special case</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/fa1af067430fbb77609ffc3a2b71cbe18fcb083c">fa1af0</a> MmSupervisorPkg: Core: Map SMRAM in 4K page granularity</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/6f842d2c20dc1857a31e40f77e51597786bcaf41">6f842d</a> MmSupervisorPkg: Core: Remove SmBases relocation logic</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/715b39ab2cdf68f0551cbd134e42ccfb5a3a42a6">715b39</a> MmSupervisorPkg: Core + Broker: Remove unused code</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/987b164e2bcc5da04e6fcd5922f2558b314cbbca">987b16</a> MmSupervisorPkg: Core+ Broker: Support to unregister MMI handler</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/2a51bef46f8a9be37872f4c50dd8dd5c3c26c1f5">2a51be</a> MmSupervisorPkg: BaseLibSysCall: Integrate EDK2 changes</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/c46d6b5668af28909c82f3bc8d3fe2e339227ccd">c46d6b</a> MmSupervisorPkg: BaseCpuLibSysCall: Update override tag</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/7d06832f771a3c2661d444268953de0710171f08">7d0683</a> MmSupervisorPkg: BaseIoLibIntrinsicSysCall: Integrate EDK2 changes</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/8d70bd9b86679a23691e50f55f275ff161ac920f">8d70bd</a> MmSupervisorPkg: Update override tags</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/4f50728eb854fc96b7371d69937799ddfce95551">4f5072</a> MmSupervisorPkg: StandaloneMmHobLibSyscall: Do not create hobs</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/e9743735f41ef05359555d0444e0e5abbf591e99">e97437</a> MmSupervisorPkg: MmIplPei: Refresh MMRAM logic</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/2b2a8ddb13602ee696c5b34a22f32a1acd581778">2b2a8d</a> MmSupervisorPkg: StandaloneMmIpl: Removed unused driver</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/d3be073583f13a22f532c8962763379e15bc9be3">d3be07</a> MmSupervisorPkg: Core: Change relocation routine to make system run</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/c01aee55e907855418592348fe21a0fa079fc5e3">c01aee</a> Pipeline update to support 2405</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/6c121a309d7d194e419e1d71cd0262a606b48a47">6c121a</a> Document update and version change (<a href="https://github.com/microsoft/mu_feature_mm_supv/pull/322">#322</a>)</li>
</ul>
</details>

Signed-off-by: Project Mu Bot <[email protected]>
@ProjectMuBot ProjectMuBot added type:dependencies Pull requests that update a dependency file type:submodules Pull requests that update submodules labels Aug 9, 2024
@kuqin12 kuqin12 changed the title Bump Features/MM_SUPV from 12.0.1 to 13.0.1 Bump Features/MM_SUPV from 13.0.0 to 13.0.1 Aug 20, 2024
@apop5 apop5 merged commit e578e87 into main Aug 22, 2024
19 of 31 checks passed
@apop5 apop5 deleted the projectmubot/submodules/mu_feature_mm_supv/13.0.1 branch August 22, 2024 16:21
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.

3 participants