Skip to content

Commit

Permalink
Update ReadMe.rst to add breaking changes
Browse files Browse the repository at this point in the history
Cmocka mocks and stubs were moved so file paths using them need to be
updated.
  • Loading branch information
VivianNK committed Sep 3, 2024
1 parent f2a5ec9 commit 33fcd02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ReadMe.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ Breaking Changes-dev
- RngPei can be used to produce the RNG PPI. See [SecurityPkg/RandomNumberGenerator/RngPei](https://github.com/microsoft/mu_tiano_plus/tree/release/202405/SecurityPkg/RandomNumberGenerator/RngPei) in Mu Tiano Plus.
- TOOL_CHAIN_TAG=GCC and TOOL_CHAIN_TAG=GCC5 are both supported. GCC will become the normal in a future release.
- ImageValidation will now run on all systems with a default configuration. This will verify generated images are ready for memory protections. Details available [Here](.pytool\Plugin\ImageValidation\ReadMe.md).
- MdePkg/Test/Library Cmocka mocks and stubs have been moved and paths need to be updated.
- MdePkg/Test/Library/MockUefiRuntimeServicesTableLib/MockUefiRuntimeServicesTableLib.inf has been moved to MdePkg/Test/Mock/Library/Cmocka/MockUefiRuntimeServicesTableLib/MockUefiRuntimeServicesTableLib.inf.
- MdePkg/Test/Library/MockUefiBootServicesTableLib/MockUefiBootServicesTableLib.inf has been moved to MdePkg/Test/Mock/Library/Cmocka/MockUefiBootServicesTableLib/MockUefiBootServicesTableLib.inf.
- MdePkg/Test/Library/StubUefiLib/StubUefiLib.inf has been moved to MdePkg/Test/Mock/Library/Stub/StubUefiLib/StubUefiLib.inf.
- MdePkg/Test/Library/StubHobLib/StubHobLib.inf has been moved to MdePkg/Test/Mock/Library/Stub/StubHobLib/StubHobLib.inf.

Main Changes-dev
----------------
Expand Down

0 comments on commit 33fcd02

Please sign in to comment.