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 MU_BASECORE from 2023020002.0.1 to 2023020002.0.4 #608

Merged
merged 1 commit into from
Jun 28, 2023

Conversation

ProjectMuBot
Copy link
Collaborator

Bumps MU_BASECORE from 2023020002.0.1 to 2023020002.0.4

Introduces 18 new commits in MU_BASECORE.

Commits
  • af6004 Refactoring the MM implementation to support both Standalone MM and Traditional MM (#461)
  • f784ee Using older Ubuntu image for the basetool release (#467)
  • 251b9e MdeModule: resolve invalid library override (#469)
  • 68dc94 Use the new release of Linux base tools (#471)
  • 0ce0e4 BaseTools: make sure the got is empty
  • ea4619 MdePkg: don"t set visibility to hidden
  • e7bbe5 BaseTools: remove WinNtInclude.h
  • 6b6714 BaseTools: remove duplicate includes: /ProcessorBind.h
  • af5d49 BaseTools: remove duplicate includes: IndustryStandard/Acpi*.h
  • 5e57ed MdePkg/PeImage.h: add bits from BaseTools version
  • e1827d BaseTools: drop IMAGE_FILE_MACHINE_ARM hacks
  • 0292d8 BaseTools: switch from EFI_IMAGE_MACHINE_* to IMAGE_FILE_MACHINE_*
  • faed40 BaseTools: remove duplicate includes: IndustryStandard/PeImage.h
  • 7c6d66 BaseTools: remove duplicate includes: IndustryStandard/*.h
  • 595e2e BaseTools: Add missing MU_CHANGEs
  • 107717 BaseTools: Remove /NXCOMPAT VS X64 DLINK flags (#468)
  • 5d25cb BaseTools: Use latest release (#472)
  • f066a0 [CodeQL] CryptoPkg: BaseCryptLib: Check return value from `ASN1_get_object` (#470)

Signed-off-by: Project Mu Bot mubot@microsoft.com

@ProjectMuBot ProjectMuBot added type:dependencies Pull requests that update a dependency file type:submodules Pull requests that update submodules labels Jun 28, 2023
Introduces 18 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>
<li><a href="https://github.com/microsoft/mu_basecore/commit/5d25cbf16d8a2ce6dba5161ed71a0839b104c036">5d25cb</a> BaseTools: Use latest release (<a href="https://github.com/microsoft/mu_basecore/pull/472">#472</a>)</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/f066a0026b62439e2fee2aa006046d5008f657ec">f066a0</a> [CodeQL] CryptoPkg: BaseCryptLib: Check return value from `ASN1_get_object` (<a href="https://github.com/microsoft/mu_basecore/pull/470">#470</a>)</li>
</ul>
</details>

Signed-off-by: Project Mu Bot <mubot@microsoft.com>
@makubacki makubacki force-pushed the projectmubot/submodules/mu_basecore/2023020002.0.4 branch from 843d318 to 1ac17c1 Compare June 28, 2023 13:18
@makubacki makubacki merged commit 7022b8c into main Jun 28, 2023
@makubacki makubacki deleted the projectmubot/submodules/mu_basecore/2023020002.0.4 branch June 28, 2023 14:03
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.

2 participants