{"id":27490347,"url":"https://github.com/microsoft/mu_basecore","last_synced_at":"2026-05-14T01:05:41.391Z","repository":{"id":33810582,"uuid":"147887472","full_name":"microsoft/mu_basecore","owner":"microsoft","description":"Project Mu BaseCore","archived":false,"fork":false,"pushed_at":"2026-03-09T21:21:21.000Z","size":327446,"stargazers_count":281,"open_issues_count":20,"forks_count":163,"subscribers_count":20,"default_branch":"release/202511","last_synced_at":"2026-03-09T21:48:14.277Z","etag":null,"topics":["firmware","projectmu","uefi","uefi-development"],"latest_commit_sha":null,"homepage":"https://microsoft.github.io/mu/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/microsoft.png","metadata":{"files":{"readme":"ReadMe.rst","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"License-History.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-09-08T00:37:07.000Z","updated_at":"2026-03-09T21:21:26.000Z","dependencies_parsed_at":"2023-10-15T05:14:50.861Z","dependency_job_id":"8d2d318f-2f7c-40d1-ad36-5a292f4c3952","html_url":"https://github.com/microsoft/mu_basecore","commit_stats":null,"previous_names":[],"tags_count":282,"template":false,"template_full_name":null,"purl":"pkg:github/microsoft/mu_basecore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fmu_basecore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fmu_basecore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fmu_basecore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fmu_basecore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microsoft","download_url":"https://codeload.github.com/microsoft/mu_basecore/tar.gz/refs/heads/release/202511","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fmu_basecore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30347273,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T15:55:29.454Z","status":"ssl_error","status_checked_at":"2026-03-10T15:54:58.440Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["firmware","projectmu","uefi","uefi-development"],"created_at":"2025-04-16T20:57:56.436Z","updated_at":"2026-03-11T05:16:41.498Z","avatar_url":"https://github.com/microsoft.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"==============================\r\nProject Mu Basecore Repository\r\n==============================\r\n\r\n============================= ================= =============== ===================\r\n Host Type \u0026 Toolchain        Build Status      Test Status     Code Coverage\r\n============================= ================= =============== ===================\r\nWindows_VS2022_               |WindowsCiBuild|  |WindowsCiTest| |WindowsCiCoverage|\r\nUbuntu_GCC5_                  |UbuntuCiBuild|   |UbuntuCiTest|  |UbuntuCiCoverage|\r\n============================= ================= =============== ===================\r\n\r\nThis repository is part of Project Mu.  Please see Project Mu for details https://microsoft.github.io/mu.\r\n\r\nFor more details about the repository, refer to `RepoDetails.md`_.\r\n\r\n.. _`RepoDetails.md`: https://github.com/microsoft/mu_basecore/blob/HEAD/RepoDetails.md\r\n\r\nBranch Status - release/202511\r\n==============================\r\n\r\n:Status:\r\n  In Development\r\n\r\n:Entered Development:\r\n  2025/11/23 (Date EDK2 started accepting changes which were not in a previous release)\r\n\r\n:Anticipated Stabilization:\r\n  May 2025\r\n\r\nBranch Changes - release/202511\r\n===============================\r\n\r\nBreaking Changes-dev\r\n--------------------\r\n\r\n- General\r\n\r\n  - EDK2 packages that were split into mu_tiano_plus, mu_silicon_intel_tiano, mu_silicon_arm_tiano have been kept in mu_basecore. \r\n  - mu_tiano_plus, mu_silicon_arm_tiano are deprecated, and projects should be updated to no longer consume them.\r\n  - MSVC AARCH64 build support has been removed. Please use ClangPDB or GCC for AARCH64 compilation.\r\n  - Itanium support cleanup. DXE_SAL_DRIVER is no longer recognized as a keyword by build tools. Remove any usage of this term.\r\n  - ARM support (arm 32) has been removed by EDK2.\r\n  - mu_silicon_intel_tiano only contains IntelSiliconPkg from edk2-platforms.\r\n  - EDK2 is moving towards depreciating TOOL_CHAIN_TAG GCC5, and platforms should start planning on using the GCC replacement. NOTE: This has implications for build overrides from dsc and inf files. \r\n\r\n- MdePkg\r\n\r\n  - gEfiEventPostReadyToBootGuid has been dropped in favor of EDK2's gEfiEventAfterReadyToBootGuid. Events should be switched to use gEfiEventAfterReadyToBootGuid.\r\n\r\n- MdeModulePkg\r\n\r\n  - UgaSupport has been removed from EDK2. This includes PCDs associated with it such as gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport\r\n  - UefiDevicePathLibStandaloneMm has been removed by EDK2. Platforms should replace this with instance UefiDevicePathLibBase.\r\n  - UhciPei.inf has been removed by EDK2. Remove any reliance on the driver.\r\n  - PPI gPeiUsbHostControllerPpiGuid has been removed by EDK2. Remove any references to it and associated files. \r\n  - BaseUefiBootManagerLibNull has been removed. It was intended to speed up CI builds, but never to be used in platforms. Remove references to it.\r\n  - MemoryProtectionSpecialRegionGuid support has been depreciated. Remove any references to the includes.\r\n  - gMemoryProtectionNonstopModeProtocolGuid has been removed. Code relying upon it should be changed to expect a system reboot upon exceptions.\r\n  - BaseUefiBootManagerLibNull instance of UefiBootManagerLib has been dropped.\r\n  - Memory Protection Read Protect on Freed memory has been dropped. The implementation resulted in false reports of issues.\r\n  - gEfiEventPostReadyToBootGuid has been dropped in favor of EDK2's gEfiEventAfterReadyToBootGuid\r\n\r\n- StandaloneMmPkg\r\n\r\n  - MmCommunicationNotifyDxe.inf has been created by splitting the functionality out of MmCommunicationDxe.inf. Platforms will need to update to include the additional driver.\r\n\r\n- UefiCpuPkg\r\n\r\n  - AmdSysCallLib has been introduced and dependencies taken. AMD based platform may need to include this additional library class.\r\n  - PcdCpuApWakeupBufferReserved has been removed. WakeupBuffers will be allocated as EfiBootServicesData. Please remove pcds from any components.\r\n\r\n- EmbeddedPkg\r\n\r\n  - FdtLib has been dropped. Please use the BaseFdtLib from MdePkg. (Will require code to be touched because interfaces are not 1:1 compatible).\r\n\r\n- ArmPkg\r\n\r\n  - ArmMmuLib has been promoted from ArmPkg into UefiCpuPkg. Please update the paths for instances.\r\n  - gArmTokenSpaceGuid.PcdVFPEnabled has been dropped. New implemenation should not require this. \r\n  - PcdFdMemoryType has been deprecated. Fd memory will be reported as EfiBootServicesData.\r\n\r\nMU Overrides on EDK2\r\n--------------------\r\n\r\n- At the start of 202511, mu_basecore contains 307 commits on top of edk2-stable202511. Full MU changes list can be viewed `in the changelog \u003chttps://github.com/microsoft/mu_basecore/compare/fbe0805b2091393406952e84724188f8c1941837...release/202511\u003e`_.\r\n\r\nPlatform Integration Reference\r\n------------------------------\r\nReference platforms which consume release/202511 are available in `mu_tiano_platforms \u003chttps://github.com/microsoft/mu_tiano_platforms\u003e`_.\r\n\r\nPlease note that this version of EDK2 has specific requirements when it comes to TF-A support. \r\nPlatforms that consume this version of EDK2 must ensure their TF-A `contains this set of patches \u003chttps://review.trustedfirmware.org/q/topic:%22hob_creation_in_tf_a%22\u003e`_.\r\nFailure to contain the appropriate patches will result in a failure to boot.\r\n\r\nCode of Conduct\r\n===============\r\n\r\nThis project has adopted the Microsoft Open Source Code of Conduct https://opensource.microsoft.com/codeofconduct/\r\n\r\nFor more information see the Code of Conduct FAQ https://opensource.microsoft.com/codeofconduct/faq/\r\nor contact `opencode@microsoft.com \u003cmailto:opencode@microsoft.com\u003e`_ with any additional questions or comments.\r\n\r\nContributions\r\n=============\r\n\r\nContributions are always welcome and encouraged!\r\nPlease open any issues in the Project Mu GitHub tracker and read https://microsoft.github.io/mu/How/contributing/\r\n\r\nFor documentation:\r\n\r\nCopyright \u0026 License\r\n===================\r\n\r\n| Copyright (c) Microsoft Corporation\r\n| SPDX-License-Identifier: BSD-2-Clause-Patent\r\n\r\nUpstream License (TianoCore)\r\n============================\r\n\r\nCopyright (c) 2019, TianoCore and contributors.  All rights reserved.\r\n\r\nSPDX-License-Identifier: BSD-2-Clause-Patent\r\n\r\nRedistribution and use in source and binary forms, with or without\r\nmodification, are permitted provided that the following conditions are met:\r\n\r\n1. Redistributions of source code must retain the above copyright notice,\r\n   this list of conditions and the following disclaimer.\r\n\r\n2. Redistributions in binary form must reproduce the above copyright notice,\r\n   this list of conditions and the following disclaimer in the documentation\r\n   and/or other materials provided with the distribution.\r\n\r\nSubject to the terms and conditions of this license, each copyright holder\r\nand contributor hereby grants to those receiving rights under this license\r\na perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable\r\n(except for failure to satisfy the conditions of this license) patent\r\nlicense to make, have made, use, offer to sell, sell, import, and otherwise\r\ntransfer this software, where such license applies only to those patent\r\nclaims, already acquired or hereafter acquired, licensable by such copyright\r\nholder or contributor that are necessarily infringed by:\r\n\r\n(a) their Contribution(s) (the licensed copyrights of copyright holders and\r\n    non-copyrightable additions of contributors, in source or binary form)\r\n    alone; or\r\n\r\n(b) combination of their Contribution(s) with the work of authorship to\r\n    which such Contribution(s) was added by such copyright holder or\r\n    contributor, if, at the time the Contribution is added, such addition\r\n    causes such combination to be necessarily infringed. The patent license\r\n    shall not apply to any other combinations which include the\r\n    Contribution.\r\n\r\nExcept as expressly stated above, no rights or licenses from any copyright\r\nholder or contributor is granted under this license, whether expressly, by\r\nimplication, estoppel or otherwise.\r\n\r\nDISCLAIMER\r\n\r\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\r\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\r\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\r\nARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE\r\nLIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\r\nCONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\r\nSUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\r\nINTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN\r\nCONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\r\nARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r\nPOSSIBILITY OF SUCH DAMAGE.\r\n\r\n.. ===================================================================\r\n.. This is a bunch of directives to make the README file more readable\r\n.. ===================================================================\r\n\r\n.. CoreCI\r\n\r\n.. _Windows_VS2022: https://dev.azure.com/projectmu/mu/_build/latest?definitionId=39\u0026branchName=release%2F202511\r\n.. |WindowsCiBuild| image:: https://dev.azure.com/projectmu/mu/_apis/build/status/CI/Mu%20Basecore%20CI%20VS2019?branchName=release%2F202511\r\n.. |WindowsCiTest| image:: https://img.shields.io/azure-devops/tests/projectmu/mu/39.svg\r\n.. |WindowsCiCoverage| image:: https://img.shields.io/badge/coverage-coming_soon-blue\r\n\r\n.. _Ubuntu_GCC5: https://dev.azure.com/projectmu/mu/_build/latest?definitionId=40\u0026branchName=release%2F202511\r\n.. |UbuntuCiBuild| image:: https://dev.azure.com/projectmu/mu/_apis/build/status/CI/Mu%20Basecore%20CI%20Ubuntu%20GCC5?branchName=release%2F202511\r\n.. |UbuntuCiTest| image:: https://img.shields.io/azure-devops/tests/projectmu/mu/40.svg\r\n.. |UbuntuCiCoverage| image:: https://img.shields.io/badge/coverage-coming_soon-blue\r\n\r\n.. |build_status_windows| image:: https://dev.azure.com/projectmu/mu/_apis/build/status/CI/Mu%20Basecore%20CI%20VS2019?branchName=release%2F202511\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fmu_basecore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrosoft%2Fmu_basecore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fmu_basecore/lists"}