Skip to content

Commit

Permalink
Bumps MU_BASECORE from 2023020002.0.1 to 2023020002.0.3
Browse files Browse the repository at this point in the history
Introduces 16 new commits in [MU_BASECORE](https://github.com/microsoft/mu_basecore.git).

<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/microsoft/mu_basecore/commit/af60048223649ba0688a1c29b00c3c7a45865233">af6004</a> Refactoring the MM implementation to support both Standalone MM and Traditional MM (<a href="https://github.com/microsoft/mu_basecore/pull/461">#461</a>)</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/f784ee906330683042910e4b88b7ad785d9a39aa">f784ee</a> Using older Ubuntu image for the basetool release (<a href="https://github.com/microsoft/mu_basecore/pull/467">#467</a>)</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/251b9e5b3ca6a754f8e23870e50c871177a7f185">251b9e</a> MdeModule: resolve invalid library override (<a href="https://github.com/microsoft/mu_basecore/pull/469">#469</a>)</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/68dc947c0fab85ebaf9ee22191cce2ae4d94dd4e">68dc94</a> Use the new release of Linux base tools (<a href="https://github.com/microsoft/mu_basecore/pull/471">#471</a>)</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/0ce0e478a3df97c2ca07ebff7562d67c61a76090">0ce0e4</a> BaseTools: make sure the got is empty</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/ea461902380d9956602b39c6662063c711508f1b">ea4619</a> MdePkg: don't set visibility to hidden</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/e7bbe590c451dfe2f2f3d3756a29f357f10dd56d">e7bbe5</a> BaseTools: remove WinNtInclude.h</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/6b6714a6d24b65f3e4ce70390e35dbaeb413b205">6b6714</a> BaseTools: remove duplicate includes: <arch>/ProcessorBind.h</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/af5d4984367ee5e3bebab535aa9b2fb0104a6cf6">af5d49</a> BaseTools: remove duplicate includes: IndustryStandard/Acpi*.h</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/5e57ed8e105d68ba5fdcc26bbcd502a3ccb2f9d3">5e57ed</a> MdePkg/PeImage.h: add bits from BaseTools version</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/e1827d5f06b986df598102ba3028ff37737b6c78">e1827d</a> BaseTools: drop IMAGE_FILE_MACHINE_ARM hacks</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/0292d8ff81f859fc0ae27d62042ea65af20ed392">0292d8</a> BaseTools: switch from EFI_IMAGE_MACHINE_* to IMAGE_FILE_MACHINE_*</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/faed40c7dacba29a9cfa32f60dfa282c5f149637">faed40</a> BaseTools: remove duplicate includes: IndustryStandard/PeImage.h</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/7c6d66146b41d728640d4ccdae01133ac60d20df">7c6d66</a> BaseTools: remove duplicate includes: IndustryStandard/*.h</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/595e2e3fcb1166fbd5ac03682cf03a529510a4a4">595e2e</a> BaseTools: Add missing MU_CHANGEs</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/10771731f884536652605c3bb1a53da5c4ca1a7b">107717</a> BaseTools: Remove /NXCOMPAT VS X64 DLINK flags (<a href="https://github.com/microsoft/mu_basecore/pull/468">#468</a>)</li>
</ul>
</details>

Signed-off-by: Project Mu Bot <mubot@microsoft.com>
  • Loading branch information
ProjectMuBot committed Jun 27, 2023
1 parent e3556fe commit df64d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MU_BASECORE
Submodule MU_BASECORE updated 46 files
+2 −2 .github/workflows/release-basetools.yml
+3 −3 BaseTools/Bin/basetoolsbin_ext_dep.yaml
+39 −39 BaseTools/Conf/tools_def.template
+10 −0 BaseTools/Scripts/ClangBase.lds
+10 −0 BaseTools/Scripts/GccBase.lds
+18 −33 BaseTools/Source/C/Common/BasePeCoff.c
+1 −0 BaseTools/Source/C/Common/Decompress.c
+0 −66 BaseTools/Source/C/Common/WinNtInclude.h
+7 −7 BaseTools/Source/C/EfiRom/EfiRom.h
+21 −22 BaseTools/Source/C/GenFv/GenFvInternalLib.c
+3 −5 BaseTools/Source/C/GenFw/Elf32Convert.c
+5 −7 BaseTools/Source/C/GenFw/Elf64Convert.c
+0 −2 BaseTools/Source/C/GenFw/ElfConvert.c
+5 −13 BaseTools/Source/C/GenFw/GenFw.c
+0 −205 BaseTools/Source/C/Include/AArch64/ProcessorBind.h
+0 −204 BaseTools/Source/C/Include/Arm/ProcessorBind.h
+0 −155 BaseTools/Source/C/Include/Ia32/ProcessorBind.h
+0 −117 BaseTools/Source/C/Include/IndustryStandard/Acpi.h
+0 −285 BaseTools/Source/C/Include/IndustryStandard/Acpi1_0.h
+0 −520 BaseTools/Source/C/Include/IndustryStandard/Acpi2_0.h
+0 −668 BaseTools/Source/C/Include/IndustryStandard/Acpi3_0.h
+0 −56 BaseTools/Source/C/Include/IndustryStandard/Bluetooth.h
+0 −51 BaseTools/Source/C/Include/IndustryStandard/EfiPci.h
+0 −39 BaseTools/Source/C/Include/IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h
+0 −795 BaseTools/Source/C/Include/IndustryStandard/PeImage.h
+0 −536 BaseTools/Source/C/Include/IndustryStandard/pci22.h
+0 −18 BaseTools/Source/C/Include/IndustryStandard/pci23.h
+0 −38 BaseTools/Source/C/Include/IndustryStandard/pci30.h
+0 −80 BaseTools/Source/C/Include/LoongArch64/ProcessorBind.h
+1 −1 BaseTools/Source/C/Include/Protocol/DevicePath.h
+0 −85 BaseTools/Source/C/Include/RiscV64/ProcessorBind.h
+0 −183 BaseTools/Source/C/Include/X64/ProcessorBind.h
+9 −6 BaseTools/Source/C/Makefiles/header.makefile
+13 −4 BaseTools/Source/C/Makefiles/ms.common
+1 −4 MdeModulePkg/Test/MdeModulePkgHostTest.dsc
+42 −1 MdePkg/Include/IndustryStandard/PeImage.h
+0 −14 MdePkg/Include/X64/ProcessorBind.h
+1 −1 PolicyServicePkg/Library/MmPolicyLib/MmPolicyLib.inf
+4 −9 PolicyServicePkg/PolicyService/DxeMm/PolicyMm.c
+2 −1 PolicyServicePkg/PolicyService/DxeMm/PolicyMm.inf
+40 −0 PolicyServicePkg/PolicyService/DxeMm/PolicyStandaloneMm.c
+39 −0 PolicyServicePkg/PolicyService/DxeMm/PolicyTraditionalMm.c
+47 −0 PolicyServicePkg/PolicyService/DxeMm/PolicyTraditionalMm.inf
+1 −0 PolicyServicePkg/PolicyServicePkg.dec
+8 −1 PolicyServicePkg/PolicyServicePkg.dsc
+3 −3 PolicyServicePkg/README.md

0 comments on commit df64d35

Please sign in to comment.