Skip to content

Commit

Permalink
Bump MU_BASECORE from 2023110007.1.0 to 2023110008.0.0 (#966)
Browse files Browse the repository at this point in the history
Bumps MU_BASECORE from `2023110007.1.0` to `2023110008.0.0`

Introduces 21 new commits in
[MU_BASECORE](https://github.com/microsoft/mu_basecore.git).

Signed-off-by: Project Mu Bot <mubot@microsoft.com>
Co-authored-by: Michael Kubacki <michael.kubacki@microsoft.com>
  • Loading branch information
ProjectMuBot and makubacki committed Jun 4, 2024
1 parent d6325fc commit 0c11cd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MU_BASECORE
Submodule MU_BASECORE updated 36 files
+1 −1 .azurepipelines/MuDevOpsWrapper.yml
+1 −1 .github/workflows/auto-approve.yml
+1 −1 .github/workflows/auto-merge.yml
+1 −1 .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
+5 −4 BaseTools/Scripts/BinToPcd.py
+1 −1 BaseTools/Source/Python/AutoGen/GenC.py
+36 −25 MdeModulePkg/Core/Dxe/Misc/MemoryProtection.c
+62 −22 MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c
+0 −40 MdeModulePkg/Core/Pei/Memory/MemoryServices.c
+0 −11 MdeModulePkg/Core/Pei/PeiMain.h
+1 −0 MdeModulePkg/Core/Pei/PeiMain.inf
+41 −1 MdeModulePkg/Include/Guid/MigratedFvInfo.h
+2 −1 MdeModulePkg/MdeModulePkg.dec
+38 −38 MdeModulePkg/Universal/HiiDatabaseDxe/Database.c
+8 −1 MdePkg/Include/IndustryStandard/SmBios.h
+1 −1 NetworkPkg/TcpDxe/TcpDriver.c
+146 −0 UefiCpuPkg/CpuMpPei/CpuMpPei.c
+5 −1 UefiCpuPkg/CpuMpPei/CpuMpPei.h
+2 −1 UefiCpuPkg/CpuMpPei/CpuMpPei.inf
+58 −0 UefiCpuPkg/Include/Guid/MpInformation2.h
+16 −5 UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.c
+8 −1 UefiCpuPkg/Library/MpInitLib/AmdSev.c
+2 −0 UefiCpuPkg/Library/MpInitLib/MpEqu.inc
+7 −1 UefiCpuPkg/Library/MpInitLib/MpLib.c
+7 −6 UefiCpuPkg/Library/MpInitLib/MpLib.h
+10 −0 UefiCpuPkg/PiSmmCpuDxeSmm/CpuService.c
+10 −0 UefiCpuPkg/PiSmmCpuDxeSmm/MpService.c
+294 −60 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.c
+1 −1 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.h
+4 −4 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf
+3 −0 UefiCpuPkg/UefiCpuPkg.dec

0 comments on commit 0c11cd3

Please sign in to comment.