-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RustAdvancedLoggerDxe: Update to use mu_rust_helpers (#583)
## Description - Updated `RustAdvancedLoggerDxe` to use the `boot_services` crate from `mu_rust_helpers`. The `boot_services` crate provides a common rust-style wrapper of the raw boot services. - Updated tests to use mockall for cleaner test code - [ ] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [x] Includes tests? - [ ] Includes documentation? ## How This Was Tested + Updated tests and ran them. + Built and booted QEMU: Booted to shell and got logs in the terminal. ## Integration Instructions N/A
- Loading branch information
Showing
3 changed files
with
82 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters