Project Mu Microsoft Core UEFI Value
Перейти к файлу
Joey Vagedes 9ed6d5872e
[202111] Ubuntu-GCC5.yml: Remove Scheduled Jobs (#286)
Fixes https://github.com/microsoft/mu/issues/173

CI is currently being ran on this branch twice a week, which is wasting
resources. CI only needs to be run on pull requests.
2023-08-15 16:30:33 -04:00
.azurepipelines [202111] Ubuntu-GCC5.yml: Remove Scheduled Jobs (#286) 2023-08-15 16:30:33 -04:00
.config Merged PR 2375: Add Manufacturer Firmware Configuration Interface (MFCI) Package to enable secured re-manufacturing 2020-06-22 17:02:19 +00:00
.pytool Sync pipelines, requirements, and documents with Basecore 2022-02-08 22:23:20 -08:00
AdvLoggerPkg AdvLoggerPkg: Cspell: Fixed mis-spells 2022-06-29 21:49:41 -07:00
DfciPkg DfciPkg: Cspell: Fixed mis-spells and uncrustify complaints 2022-06-29 20:33:30 -07:00
HidPkg Uncrustify mu_plus 2022-02-08 22:22:58 -08:00
MfciPkg MfciPkg: Cspell: Revert mis-fix of spell check error 2022-06-29 20:46:35 -07:00
MsCorePkg MsCorePkg: Cspell: Fixing mis-spells 2022-06-29 20:17:40 -07:00
MsGraphicsPkg Require cspell 5.20.0 2022-06-29 21:12:24 -07:00
MsWheaPkg MsWheaPkg: Cspell: Fixing mis-spells 2022-06-29 21:49:35 -07:00
PcBdsPkg Merged PR 4998: [Cherry-Pick] Connect all for internal shell boot option 2022-03-23 17:34:39 +00:00
UefiTestingPkg Require cspell 5.20.0 2022-06-29 21:12:24 -07:00
XmlSupportPkg Uncrustify mu_plus 2022-02-08 22:22:58 -08:00
ZeroTouchPkg Uncrustify mu_plus 2022-02-08 22:22:58 -08:00
.gitignore Sync pipelines, requirements, and documents with Basecore 2021-03-22 20:31:08 -07:00
.markdownlint.yaml Add additional files and config to support MDlint 2020-12-08 04:59:30 +00:00
.markdownlintignore Add final external dependencie to the markdownlint ignore 2021-09-11 00:59:05 -07:00
LICENSE.txt Relicense entire repo for BSD2+Patent to align with TianoCore (#27) 2019-08-02 09:33:06 -07:00
Readme.rst Update Readme and CI for 202111 2022-02-07 10:08:24 -08:00
RepoDetails.md Drop the Readme in .pytool and redirect to Mu docs 2020-10-31 17:03:14 -07:00
pip-requirements.txt Update Pip requirements to be aligned with latest 2021-09-11 00:58:34 -07:00

Readme.rst

=================================
Project Mu Common Plus Repository
=================================

============================= ================= =============== ===================
 Host Type & Toolchain        Build Status      Test Status     Code Coverage
============================= ================= =============== ===================
Windows_VS2019_               |WindowsCiBuild|  |WindowsCiTest| |WindowsCiCoverage|
Ubuntu_GCC5_                  |UbuntuCiBuild|   |UbuntuCiTest|  |UbuntuCiCoverage|
============================= ================= =============== ===================

This repository is part of Project Mu.  Please see Project Mu for details https://microsoft.github.io/mu

Branch Status - release/202111
==============================

:Status:
  In Development

:Entered Development:
  Feb 2022

:Anticipated Stabilization:
  Feb 2022

Branch Changes - release/202111
===============================

Breaking Changes-dev
--------------------

- None

Main Changes-dev
----------------


Bug Fixes-dev
-------------

Branched from 202108
--------------------

Original sync Commit: 60a5445a2466176176a2dc42d0f3d6038714fa59


Code of Conduct
===============

This project has adopted the Microsoft Open Source Code of Conduct https://opensource.microsoft.com/codeofconduct/

For more information see the Code of Conduct FAQ https://opensource.microsoft.com/codeofconduct/faq/
or contact `opencode@microsoft.com <mailto:opencode@microsoft.com>`_. with any additional questions or comments.

Contributions
=============

Contributions are always welcome and encouraged!
Please open any issues in the Project Mu GitHub tracker and read https://microsoft.github.io/mu/How/contributing/


Copyright & License
===================

| Copyright (C) Microsoft Corporation
| SPDX-License-Identifier: BSD-2-Clause-Patent

.. ===================================================================
.. This is a bunch of directives to make the README file more readable
.. ===================================================================

.. CoreCI

.. _Windows_VS2019: https://dev.azure.com/projectmu/mu/_build/latest?definitionId=49&&branchName=release%2F202111
.. |WindowsCiBuild| image:: https://dev.azure.com/projectmu/mu/_apis/build/status/CI/Mu%20Plus%20CI%20VS2019?branchName=release%2F202111
.. |WindowsCiTest| image:: https://img.shields.io/azure-devops/tests/projectmu/mu/49.svg
.. |WindowsCiCoverage| image:: https://img.shields.io/badge/coverage-coming_soon-blue

.. _Ubuntu_GCC5: https://dev.azure.com/projectmu/mu/_build/latest?definitionId=50&&branchName=release%2F202111
.. |UbuntuCiBuild| image:: https://dev.azure.com/projectmu/mu/_apis/build/status/CI/Mu%20Plus%20CI%20Ubuntu%20GCC5?branchName=release%2F202111
.. |UbuntuCiTest| image:: https://img.shields.io/azure-devops/tests/projectmu/mu/50.svg
.. |UbuntuCiCoverage| image:: https://img.shields.io/badge/coverage-coming_soon-blue