Skip to content

Commit

Permalink
Bumps Features/MM_SUPV from 7.3.2 to 8.1.0
Browse files Browse the repository at this point in the history
Introduces 15 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/6bb2e6c4da22cbd53a4417f3b2bd97f4440304e6">6bb2e6</a> BaseLib: 202302 Override Integration</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/447f970801500fd548354491d89498e4e177e2b2">447f97</a> BaseIoLibIntrinsic: 202302 Override Integration</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/9d4b7f90df15f502dc2063ab4b3489de0fcadb19">9d4b7f</a> BaseCpuLib: 202302 Override Integration</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/7d482c68fb14fe82eee6124893caef18e48eb7e7">7d482c</a> MmSupervisorMemLib: 202302 Override Integration</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/1139cf85bf8e47f0af09d27dd34c1de1d526cee0">1139cf</a> PiSmmCore/PiSmmIpl: 202302 Override Integration</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/f1783665cb4dc981602ddd4deb68e51d686375da">f17836</a> PiSmmCpuDxeSmm [1/8]: 202302 Override Integration</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/25d2417b34f036d4eb108ef7bf1cf192a7c2c758">25d241</a> PiSmmCpuDxeSmm [2/8]: 202302 Override Integration</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/d975c0de63dc32278aefa1f596e1da14ef492b9c">d975c0</a> PiSmmCpuDxeSmm [3/8]: 202302 Override Integration</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/8dc6e5dc048e234fe1c4300688c55e152124fb4e">8dc6e5</a> PiSmmCpuDxeSmm [4/8]: 202302 Override Integration</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/56213d1376ef6339fb798ef9d110275b18b2bc36">56213d</a> PiSmmCpuDxeSmm [5/8]: 202302 Override Integration</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/e4f1227193f564f59e9984fa16fb01052813156f">e4f122</a> PiSmmCpuDxeSmm [6/8]: 202302 Override Integration</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/e397d4e7fbeaabab707e0886a89eb94b0dfb4670">e397d4</a> PiSmmCpuDxeSmm [7/8]: 202302 Override Integration</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/0a4b8112db9f95dc3da9bdf079a5c737b63dd4ef">0a4b81</a> PiSmmCpuDxeSmm [8/8]: 202302 Override Integration</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/06520c0763b509d37b185ed33640299bbbd0102d">06520c</a> Pipeline: 202302 Override Integration</li>
<li><a href="https://github.com/microsoft/mu_feature_mm_supv/commit/f83a15b58fcf0cd00751ea689943b64f164a49ee">f83a15</a> Update package and module version to v8.001 (<a href="https://github.com/microsoft/mu_feature_mm_supv/pull/137">#137</a>)</li>
</ul>
</details>

Signed-off-by: Project Mu Bot <mubot@microsoft.com>
  • Loading branch information
ProjectMuBot committed Jun 7, 2023
1 parent b64ad0f commit af94baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Features/MM_SUPV
Submodule MM_SUPV updated 30 files
+3 −3 .pytool/CISettings.py
+27 −3 MmSupervisorPkg/Core/Mem/Mem.h
+4 −34 MmSupervisorPkg/Core/Mem/MemWrapper.c
+9 −206 MmSupervisorPkg/Core/Mem/PageTbl.c
+340 −0 MmSupervisorPkg/Core/Mem/SmmCpuMemoryManagement.c
+9 −4 MmSupervisorPkg/Core/Mem/SmmProfile.c
+9 −9 MmSupervisorPkg/Core/MmSupervisorCore.c
+6 −9 MmSupervisorPkg/Core/MmSupervisorCore.inf
+5 −0 MmSupervisorPkg/Core/Relocate/Relocate.c
+171 −29 MmSupervisorPkg/Core/Services/MpService/MpService.c
+11 −5 MmSupervisorPkg/Core/Services/MpService/MpService.h
+1 −4 MmSupervisorPkg/Drivers/MmPeiLaunchers/MmDxeSupport.inf
+21 −6 MmSupervisorPkg/Drivers/MmPeiLaunchers/MmIplPei.c
+1 −5 MmSupervisorPkg/Drivers/MmPeiLaunchers/MmIplPei.inf
+1 −4 MmSupervisorPkg/Drivers/MmSupervisorRing3Broker/MmSupervisorRing3Broker.inf
+21 −6 MmSupervisorPkg/Drivers/StandaloneMmIpl/PiSmmIpl.c
+1 −4 MmSupervisorPkg/Drivers/StandaloneMmIpl/PiSmmIpl.inf
+3 −3 MmSupervisorPkg/Library/BaseCpuLibSysCall/BaseCpuLib.inf
+0 −32 MmSupervisorPkg/Library/BaseCpuLibSysCall/X64/CpuFlushTlb.nasm
+25 −0 MmSupervisorPkg/Library/BaseCpuLibSysCall/X86CpuFlushTlb.c
+1 −1 MmSupervisorPkg/Library/BaseIoLibIntrinsicSysCall/BaseIoLibIntrinsic.inf
+1 −1 MmSupervisorPkg/Library/BaseLibSysCall/BaseLib.inf
+21 −4 MmSupervisorPkg/Library/BaseLibSysCall/SafeString.c
+1 −1 MmSupervisorPkg/Library/MmSupervisorMemLib/MmSupervisorCoreMemLib.c
+2 −2 MmSupervisorPkg/Library/MmSupervisorMemLib/MmSupervisorCoreMemLib.inf
+1 −1 MmSupervisorPkg/Library/MmSupervisorMemLib/MmSupervisorMemLibSyscall.c
+2 −2 MmSupervisorPkg/Library/MmSupervisorMemLib/MmSupervisorMemLibSyscall.inf
+1 −1 MmSupervisorPkg/Library/MmSupervisorMemLib/StandaloneMmMemLib.c
+1 −1 MmSupervisorPkg/MmSupervisorPkg.dec
+1 −1 MmSupervisorPkg/MmSupervisorPkg.dsc

0 comments on commit af94baa

Please sign in to comment.