Project Mu Microsoft Core UEFI Value
Перейти к файлу
Michael Turner 16c66a0828 Fix for PR 194 2023-03-02 14:50:11 -08:00
.azurepipelines Repo File Sync: synced file(s) with microsoft/mu_devops (#188) 2023-02-24 09:22:48 -05:00
.config Personal/miketur/remove dfci pkg (#154) 2023-01-25 12:25:32 -05:00
.devcontainer Repo File Sync: Synced file(s) with microsoft/mu_devops (#119) 2022-12-09 09:04:12 -05:00
.github Repo File Sync: Use Git long paths on Windows (#193) 2023-03-01 19:48:47 -05:00
.pytool .pytool/CISettings.py: Use all CodeQL filter files (#187) 2023-02-24 09:20:22 -08:00
AdvLoggerPkg AdvLoggerPkg: Additional CodeQL fixes (#180) 2023-02-22 04:48:15 +00:00
HidPkg [CodeQL] CodeQL Fixes in HidPkg (#178) 2023-02-17 11:21:24 -08:00
MfciPkg Remove VS2015 and VS2017 Stack Cookie Support from Package DSC Files (#169) 2023-02-09 18:56:26 +00:00
MsCorePkg [CodeQL] MsCorePkg: Fixing CodeQL failures in this package (#176) 2023-02-17 01:41:49 +00:00
MsGraphicsPkg Fix for PR 194 2023-03-02 14:50:11 -08:00
MsWheaPkg [CodeQL] MsWheaPkg: Fixing CodeQL failures in this package (#175) 2023-02-17 01:14:37 +00:00
PcBdsPkg [CodeQL] PcBdsPkg: Fixing CodeQL failures in this package (#177) 2023-02-17 02:16:34 +00:00
UefiTestingPkg UefiTestingPkg: Additional CodeQL fixes (#174) 2023-02-22 10:54:52 -08:00
XmlSupportPkg [CodeQL] XmlSupportPkg: Fixing CodeQL failures in this package (#173) 2023-02-17 00:46:53 +00:00
.gitignore Sync pipelines, requirements, and documents with Basecore 2021-03-22 20:31:08 -07:00
.markdownlint.yaml Repo File Sync: Synced file(s) with microsoft/mu_devops (#114) 2022-11-30 11:40:52 -05:00
.markdownlintignore Add final external dependencie to the markdownlint ignore 2021-09-11 00:59:05 -07:00
CONTRIBUTING.md Repo File Sync: synced file(s) with microsoft/mu_devops (#152) 2023-02-02 05:09:21 -05:00
CodeQlFilters.yml [CodeQL] CodeQL Fixes in HidPkg (#178) 2023-02-17 11:21:24 -08:00
LICENSE.txt Repo File Sync: Synced file(s) with microsoft/mu_devops (#114) 2022-11-30 11:40:52 -05:00
Readme.rst Updated readme to include changes for 202208 (#147) 2023-01-23 12:03:29 -08:00
RepoDetails.md Drop the Readme in .pytool and redirect to Mu docs 2020-10-31 17:03:14 -07:00
SECURITY.md Repo File Sync: synced file(s) with microsoft/mu_devops (#161) 2023-02-03 05:07:22 -05:00
pip-requirements.txt pip: bump edk2-pytool-extensions from 0.21.8 to 0.22.0 (#186) 2023-02-23 10:57:44 -05:00

Readme.rst

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

============================= ================= =============== ===================
 Host Type & Toolchain        Build Status      Test Status     Code Coverage
============================= ================= =============== ===================
Windows_VS2022_               |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/202208
==============================

:Status:
  In Development

:Entered Development:
  Sep 2022

:Anticipated Stabilization:
  Nov 2022

Branch Changes - release/202208
===============================

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

- None

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

- Added a DfciVarLockAuditTest
- Replaced MuSecureBootLib and replaced it with SecureBootVariableLib
- Added the ResetIfBootNextFailsDxe module
- Added Dfci unsigned settings support
- Updated Pei core instance to support fixed in RAM mode

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

- Fixed cspell errors
- Fixed markdown lint errors

Branched from 202202
--------------------

Original sync Commit: fd357a110984a67b85ae088c6803558115eb2d36


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_VS2022: https://dev.azure.com/projectmu/mu/_build/latest?definitionId=49&&branchName=release%2F202208
.. |WindowsCiBuild| image:: https://dev.azure.com/projectmu/mu/_apis/build/status/CI/Mu%20Plus%20CI%20VS2022?branchName=release%2F202208
.. |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%2F202208
.. |UbuntuCiBuild| image:: https://dev.azure.com/projectmu/mu/_apis/build/status/CI/Mu%20Plus%20CI%20Ubuntu%20GCC5?branchName=release%2F202208
.. |UbuntuCiTest| image:: https://img.shields.io/azure-devops/tests/projectmu/mu/50.svg
.. |UbuntuCiCoverage| image:: https://img.shields.io/badge/coverage-coming_soon-blue