Skip to content

Commit

Permalink
REBASE: Update Readme and CISettings for 202405
Browse files Browse the repository at this point in the history
  • Loading branch information
kenlautner committed Aug 2, 2024
1 parent 6b114d4 commit f389bc4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions .pytool/CISettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,17 +187,17 @@ def GetDependencies(self):
{
"Path": "Common/MU_TIANO",
"Url": "https://github.com/microsoft/mu_tiano_plus.git",
"Branch": "release/202311"
"Branch": "release/202405"
},
{
"Path": "MU_BASECORE",
"Url": "https://github.com/microsoft/mu_basecore.git",
"Branch": "release/202311"
"Branch": "release/202405"
},
{
"Path": "Silicon/Intel/MU_TIANO",
"Url": "https://github.com/microsoft/mu_silicon_intel_tiano.git",
"Branch": "release/202311"
"Branch": "release/202405"
}
]

Expand Down
26 changes: 13 additions & 13 deletions ReadMe.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ It is organized so that common code can be made available to any platform with m

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

Branch Status - release/202311
Branch Status - release/202405
==============================

:Status:
In Development

:Entered Development:
December 2023
July 2024

:Anticipated Stabilization:
February 2024
November 2024

Branch Changes - release/202311
Branch Changes - release/202405
===============================

Breaking Changes-dev
Expand All @@ -45,20 +45,20 @@ Bug Fixes-dev

- Incomplete

2311_RefBoot Changes
2405_RefBoot Changes
--------------------

- Incomplete

2311_CIBuild Changes
2405_CIBuild Changes
--------------------

- Incomplete

2311_Rebase Changes
2405_Rebase Changes
-------------------

| Starting commit: 118b1545 ("Updated CISettings.py for pipeline testing", 2023-12-14)
| Starting commit: 39bdf607 ("pip: bump edk2-pytool-library from 0.21.8 to 0.21.9", 2024-07-31)
| Destination commit: TBD
Repo Maintenance
Expand All @@ -67,7 +67,7 @@ Repo Maintenance
Upstream Sync Details
---------------------

- edk2_platforms - 10e2eb030d ("multiple Arm platforms: set WritePolicyValid for all cache types", 2023-11-22)
- edk2_platforms - a912d9fcf7 ("edk2-platform/maintainer: Add entries for AMD packages", 2024-05-23)

Instructions
------------
Expand Down Expand Up @@ -170,12 +170,12 @@ POSSIBILITY OF SUCH DAMAGE.
.. CoreCI
.. _Windows_VS2022: https://dev.azure.com/projectmu/mu/_build/latest?definitionId=71&&branchName=release%2F202311
.. |WindowsCiBuild| image:: https://dev.azure.com/projectmu/mu/_apis/build/status/CI/Mu%20Common%20Intel%20MinPlatform%20CI%20VS2022?branchName=release%2F202311
.. _Windows_VS2022: https://dev.azure.com/projectmu/mu/_build/latest?definitionId=71&&branchName=release%2F202405
.. |WindowsCiBuild| image:: https://dev.azure.com/projectmu/mu/_apis/build/status/CI/Mu%20Common%20Intel%20MinPlatform%20CI%20VS2022?branchName=release%2F202405
.. |WindowsCiTest| image:: https://img.shields.io/azure-devops/tests/projectmu/mu/71.svg
.. |WindowsCiCoverage| image:: https://img.shields.io/badge/coverage-coming_soon-blue

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

0 comments on commit f389bc4

Please sign in to comment.