Skip to content

Commit

Permalink
Finalize release notes for 1903_RC1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bret Barkelew committed Jul 11, 2019
1 parent 0ae5a44 commit 271c1c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ Anticipated Stabilization:
Branch Changes - release/201903
===============================

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

- Edk2ToolHelper no longer has logic for dependencies. This is easily replaced, but convenient to leave out while GenerateCapsule is being refactored to remove reliance on older compiled tools.
- VariablePolicy changes in VaraibleSmm and AuthService will require additional libraries in DSC files (e.g. UefiVariablePolicyLib, VarCheckPolicyLib, MuVariablePolicyHelperLib).
- gEdkiiVariableLockProtocolGuid is no longer a component of VariableServices. An alternate implementation is provided in Mu Plus repo, in the MuVarPolicyFoundationDxe driver, but it is recommended that policies be used instead.

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

- Modifies DxeCapsuleProcessLib so that UpdateImageProgress() returns success even if DisplayUpdateProgress() returns EFI_ERROR. This allows capsule update to proceed even if there are errors in the progress reporting.
Expand All @@ -41,7 +41,7 @@ Main Changes-dev
- Add PCDs (gEfiMdeModulePkgTokenSpaceGuid.PcdDeferBME, gEfiMdeModulePkgTokenSpaceGuid.PcdDisableBMEonEBS) to control how BME is enabled on downstream devices and whether BME is left enabled at OS handoff.
- Add a PCD (gEfiMdeModulePkgTokenSpaceGuid.PcdRequireIommu) to allow a platform to force I/OMMU usage for PCI DMA.

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

- None
Expand Down

0 comments on commit 271c1c6

Please sign in to comment.