v2023110002.0.2
What's Changed
-
[Cherry-Pick] Fix a debug string format specifier. @apop5 (#545)
Change Details
## Description
Fix an issue where the wrong format specifier was used for an ASCII string.
- Impacts functionality?
- Impacts security?
- Breaking change?
- Includes tests?
- Includes documentation?
How This Was Tested
Observed that ID_NOT_FOUND string was properly formatted.
Integration Instructions
N/A
-
Switch to use edk2-pytool-library UefiVariableSupportLib @apop5 (#500)
Change Details
## Description
There are multiple copies of VariableSupportLib floating across repos, mostly only supporting Windows.
Functionality has been consolidated into edk2-pytool-library version 0.21.7. Support for Linux has been added.
Switch MfciPolicy.py, DecodeUefiLog.py and UefiVarAudit.py to use consolidated version from edk2-pytool-library.
Removed local copies of VariableSupportLib.py
- Impacts functionality?
- Functionality - Does the change ultimately impact how firmware functions?
- Examples: Add a new library, publish a new PPI, update an algorithm, ...
- Impacts security?
- Security - Does the change have a direct security impact on an application,
flow, or firmware? - Examples: Crypto algorithm change, buffer overflow fix, parameter
validation improvement, ...
- Security - Does the change have a direct security impact on an application,
- Breaking change?
- Breaking change - Will anyone consuming this change experience a break
in build or boot behavior? - Examples: Add a new library class, move a module to a different repo, call
a function in a new library class in a pre-existing module, ...
- Breaking change - Will anyone consuming this change experience a break
- Includes tests?
- Tests - Does the change include any explicit test code?
- Examples: Unit tests, integration tests, robot tests, ...
- Includes documentation?
- Documentation - Does the change contain explicit documentation additions
outside direct code modifications (and comments)? - Examples: Update readme file, add feature readme file, link to documentation
on an a separate Web page, ...
- Documentation - Does the change contain explicit documentation additions
How This Was Tested
Integration Instructions
N/A
- Impacts functionality?
🐛 Bug Fixes
-
MsGraphicsPkg: Correct positioning of trash can icon in Load Option's list box @julorenz117 (#552)
Change Details
## Description
Fixes #554
- Adjusted CellTrashcanBounds.Left to be CellBounds->Right - TrashcanHitAreaWidth
to ensure the trash can icon is displayed to the right of the list box. - Updated width parameter in SWM_RECT_INIT2 to use TrashcanHitAreaWidth instead
of CheckBoxHitAreaWidth for correct dimensions.
This resolves the issue of the trash can icon overlapping with the ListBox's deletable item's checkbox thus ensuring its related operations work correctly: activating/deactivating the Load Option or deleting it.
How This Was Tested
Verified that a Load Option allowed to be deleted, such as 'Windows Boot Manager', can now be deleted by pressing the trash icon in its proper position or activated via its check-box.
Integration Instructions
N/A
- Adjusted CellTrashcanBounds.Left to be CellBounds->Right - TrashcanHitAreaWidth
Full Changelog: v2023110002.0.1...v2023110002.0.2