Skip to content

Commit

Permalink
Updated readme and CI for the 202302 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kenlautner committed May 14, 2023
1 parent d5da2e8 commit 1b752dc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 21 deletions.
8 changes: 4 additions & 4 deletions .pytool/CISettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,22 +227,22 @@ def GetDependencies(self):
{
"Path": "MU_BASECORE",
"Url": "https://github.com/microsoft/mu_basecore.git",
"Branch": "release/202208"
"Branch": "release/202302"
},
{
"Path": "Silicon/Arm/MU_TIANO",
"Url": "https://github.com/Microsoft/mu_silicon_arm_tiano.git",
"Branch": "release/202208"
"Branch": "release/202302"
},
{
"Path": "Silicon/Intel/MU_TIANO",
"Url": "https://github.com/Microsoft/mu_silicon_intel_tiano.git",
"Branch": "release/202208"
"Branch": "release/202302"
},
{
"Path": "Common/MU_TIANO",
"Url": "https://github.com/Microsoft/mu_tiano_plus.git",
"Branch": "release/202208"
"Branch": "release/202302"
}
]

Expand Down
29 changes: 12 additions & 17 deletions Readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ Ubuntu_GCC5_ |UbuntuCiBuild| |UbuntuCiTest| |UbuntuCiCoverag

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

Branch Status - release/202208
Branch Status - release/202302
==============================

:Status:
In Development

:Entered Development:
Sep 2022
May 2023

:Anticipated Stabilization:
Nov 2022
Aug 2023

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

Breaking Changes-dev
Expand All @@ -34,22 +34,17 @@ Breaking Changes-dev
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
- Incomplete

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

- Fixed cspell errors
- Fixed markdown lint errors
- Incomplete

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

Original sync Commit: fd357a110984a67b85ae088c6803558115eb2d36
Original sync Commit: b9335ebbc2bb143ffe5f6f941a806482aedd0a98


Code of Conduct
Expand Down Expand Up @@ -79,12 +74,12 @@ Copyright & License
.. 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
.. _Windows_VS2022: https://dev.azure.com/projectmu/mu/_build/latest?definitionId=49&&branchName=release%2F202302
.. |WindowsCiBuild| image:: https://dev.azure.com/projectmu/mu/_apis/build/status/CI/Mu%20Plus%20CI%20VS2022?branchName=release%2F202302
.. |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
.. _Ubuntu_GCC5: https://dev.azure.com/projectmu/mu/_build/latest?definitionId=50&&branchName=release%2F202302
.. |UbuntuCiBuild| image:: https://dev.azure.com/projectmu/mu/_apis/build/status/CI/Mu%20Plus%20CI%20Ubuntu%20GCC5?branchName=release%2F202302
.. |UbuntuCiTest| image:: https://img.shields.io/azure-devops/tests/projectmu/mu/50.svg
.. |UbuntuCiCoverage| image:: https://img.shields.io/badge/coverage-coming_soon-blue

0 comments on commit 1b752dc

Please sign in to comment.