Project Mu Microsoft Core UEFI Value
Перейти к файлу
Taylor Beebe 34fecb101f Small Fixes to HWH Menu
Update the menu to:
- Install gHwhMenuFormsetGuid so the menu properly displays if it is built
- Update the hex dump code to properly capture ASCII formatted bytes
- Went ahead and updated formatting while I was at it. It should now conform to edk2 standards
2021-06-01 22:30:21 +00:00
.azurepipelines REBASE: Restore the Mu process for working with pr_eval 2021-04-02 11:21:51 -07: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 Update Readme and CI branches for 202102 2021-03-22 20:31:08 -07:00
AdvLoggerPkg Merged PR 3799: AdvLoggerPkg/AdvancedLoggerLib: Fix GCC build failure 2021-04-02 21:56:41 +00:00
DfciPkg Merged PR 3971: DFCI: Fix for stale settings after FW update adding/removing a setting 2021-05-27 22:58:14 +00:00
HidPkg HidPkg: Update markdown files for MarkdownLint 2020-12-08 04:59:30 +00:00
MfciPkg MfciPkg: Make changes for updated VarPol 2021-03-22 20:31:08 -07:00
MsCorePkg Downgrade telemetry level for changes in memory type allocations. 2021-05-17 16:07:45 -07:00
MsGraphicsPkg Add Memory Protection Toggle 2021-04-20 01:36:11 +00:00
MsWheaPkg Small Fixes to HWH Menu 2021-06-01 22:30:21 +00:00
PcBdsPkg Merged PR 3873: Add MsBootPolicyLibIsDevicePathUsb default implementation 2021-04-21 23:21:59 +00:00
UefiTestingPkg Merged PR 3904: Added Physical Address Bit Width Information to MemoryInfoDatabase 2021-05-19 01:28:11 +00:00
XmlSupportPkg XmlSupportPkg: Fix CI build break in UnitTest/XmlTreeQueryLib 2021-02-09 15:50:50 +00:00
ZeroTouchPkg Merged PR 3533: Update SA Recovery to a UEFI Application 2021-03-02 19:06:27 +00: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 additional files and config to support MDlint 2020-12-08 04:59:30 +00:00
LICENSE.txt Relicense entire repo for BSD2+Patent to align with TianoCore (#27) 2019-08-02 09:33:06 -07:00
Readme.rst UefiTestingPkg/FunctionalSystemTests/VarPolicyUnitTestApp dropped 2021-03-22 20:31:08 -07:00
RepoDetails.md Drop the Readme in .pytool and redirect to Mu docs 2020-10-31 17:03:14 -07:00
pip-requirements.txt Sync pipelines, requirements, and documents with Basecore 2021-03-22 20:31:08 -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/202102
==============================

:Status:
  In Development

:Entered Development:
  2021/03/22

:Anticipated Stabilization:
  May 2021

Branch Changes - release/202102
===============================

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

- None

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

- MuVarPolicyFoundationDxe is no longer required to get backwards compatibility with EDKII_VARIABLE_LOCK_PROTOCOL
  - It's now provided by Basecore.
- UefiTestingPkg/FunctionalSystemTests/VarPolicyUnitTestApp dropped. It's now in Basecore

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

- Drop mPeiVariableNotifyList from MfciPei. Seems to be unused.

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