Skip to content

Commit

Permalink
REBASE: Updated the readme for release/202311
Browse files Browse the repository at this point in the history
  • Loading branch information
kenlautner committed Jan 19, 2024
1 parent dbddca0 commit f036c84
Showing 1 changed file with 17 additions and 37 deletions.
54 changes: 17 additions & 37 deletions ReadMe.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,71 +15,51 @@ For more details about the repository, refer to `RepoDetails.md`_.

.. _`RepoDetails.md`: https://github.com/microsoft/mu_basecore/blob/HEAD/RepoDetails.md

Branch Status - release/202308
Branch Status - release/202311
==============================

:Status:
In Development

:Entered Development:
2023/10/16
2023/12/15

:Anticipated Stabilization:
Feb 2024

Branch Changes - release/202308
Branch Changes - release/202311
===============================

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

- UefiCpuPkg/ResetVector/Bin/IA32/ResetVector.inf was removed along with all pre-built reset vector binaries.
The Readme.txt was updated to describe the new way to integrate the rest vector.
- Incomplete

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

- Moved to openssl 3.0.9 from 1.1.1t. This comes with a large size increase.
- Added TraceHubLib suport
- Added suport FDT library in MdePkg
- Updated PEI to use restricted memory mappings
- Added SmmCpuFeaturesLib implementation for AMD processor family
- Cleaned up and removed definitions and tool chains in BaseTools
- Incomplete

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

- A bunch of Codeql fixes for changes from edk2
- Fixed AMD hardware specific bugs
- Incomplete

2308_RefBoot Changes
2311_RefBoot Changes
--------------------

- Incomplete

2308_CIBuild Changes
2311_CIBuild Changes
--------------------

- Fixed markdown errors in multiple readme files from edk2
- Updated MdeModulePkg Pcd indentifier values to work with tracehub additions
- Disabled Vtf0.inf to be able to build CI
- Updated PiSmmCpuCpuDxe and DxeMpLib.c to work with edk2 Changes
- Removed some rebase artifacts from CryptoPkg.dsc
- Updated tools_def.template to use the new MdePkg GnuNoteBti.bin
- Fixed header file issue in StandaloneMmPeCoffExtraActionLib.c
- Updated Crypto tests to not use native instructions for non IA32 and X64 build_status_windows
- Incomplete

2308_Rebase Changes
2311_Rebase Changes
-------------------

| Starting commit: 1f4f0a4243 ("Repo File Sync: Update to Mu DevOps 7.0.1 and Rust 1.73.0", 2023-10-13)
| Destination Commit from upstream edk2: 819cfc6b42 ("OvmfPkg/RiscVVirt: Fix issues in VarStore Blockmap config", 2023-08-24)
- In PcRtc.c the default year was changed.
- Keeping our default year but using new logic
- BdsEntry.c default boot behavior slightly changed.
- Staying with MU_CHANGE that prevents loading the default boot option.

| Starting commit: 15df7500b5 ("Removed unused crypto file", 2023-12-15)
| Destination Commit from upstream edk2: 8736b8fdca ("RedfishPkg: RedfishDiscoverDxe: Optimize the Redfish Discover flow", 2023-11-22)
Code of Conduct
===============
Expand Down Expand Up @@ -164,14 +144,14 @@ POSSIBILITY OF SUCH DAMAGE.
.. CoreCI
.. _Windows_VS2019: https://dev.azure.com/projectmu/mu/_build/latest?definitionId=39&&branchName=release%2F202308
.. |WindowsCiBuild| image:: https://dev.azure.com/projectmu/mu/_apis/build/status/CI/Mu%20Basecore%20CI%20VS2019?branchName=release%2F202308
.. _Windows_VS2019: https://dev.azure.com/projectmu/mu/_build/latest?definitionId=39&&branchName=release%2F202311
.. |WindowsCiBuild| image:: https://dev.azure.com/projectmu/mu/_apis/build/status/CI/Mu%20Basecore%20CI%20VS2019?branchName=release%2F202311
.. |WindowsCiTest| image:: https://img.shields.io/azure-devops/tests/projectmu/mu/39.svg
.. |WindowsCiCoverage| image:: https://img.shields.io/badge/coverage-coming_soon-blue

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

.. |build_status_windows| image:: https://dev.azure.com/projectmu/mu/_apis/build/status/CI/Mu%20Basecore%20CI%20VS2019?branchName=release%2F202308
.. |build_status_windows| image:: https://dev.azure.com/projectmu/mu/_apis/build/status/CI/Mu%20Basecore%20CI%20VS2019?branchName=release%2F202311

0 comments on commit f036c84

Please sign in to comment.