Skip to content

Commit c8663eb

Browse files
committed
Add uefi updates
1 parent e3074ce commit c8663eb

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

content/this-month/2022-05/index.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,30 @@ In this section, we give an overview of notable changes to the projects hosted u
3030

3131
[`rust-osdev`]: https://github.com/rust-osdev/about
3232

33+
### [`uefi-rs`](https://github.com/rust-osdev/uefi-rs)
34+
35+
<span class="maintainers">Maintained by [@GabrielMajeri](https://github.com/GabrielMajeri) and [@nicholasbishop](https://github.com/nicholasbishop)</span>
36+
37+
The `uefi` crate provides safe and performant wrappers for [UEFI](https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface), the successor to the BIOS.
38+
39+
We merged the following changes in May:
40+
41+
#### Improvements
42+
43+
- [Change logger max level to be set by feature](https://github.com/rust-osdev/uefi-rs/pull/429)
44+
- [Release new versions of the crates](https://github.com/rust-osdev/uefi-rs/pull/432) <span class="gray">(published `uefi v0.16.0`, `uefi-macros v0.7.0`, and `uefi-services v0.13.0`)</span>
45+
- [Implement `Deref` and `DerefMut` for `ScopedProtocol`](https://github.com/rust-osdev/uefi-rs/pull/434)
46+
- [Implement `core::fmt::Write` for `Serial`](https://github.com/rust-osdev/uefi-rs/pull/437)
47+
- [Add documentation links](https://github.com/rust-osdev/uefi-rs/pull/426)
48+
49+
#### Fixes
50+
51+
- [Fix an accidental `*const` conversion](https://github.com/rust-osdev/uefi-rs/pull/423)
52+
- [Fix compilation of the xtask package under Windows and add to CI](https://github.com/rust-osdev/uefi-rs/pull/438)
53+
- [Switch back to automatic `Debug` derive for `Header` struct](https://github.com/rust-osdev/uefi-rs/pull/435)
54+
- [Check table version before calling UEFI 2.0+ functions](https://github.com/rust-osdev/uefi-rs/pull/436)
55+
56+
Thanks to [@JonahPlusPlus](https://github.com/JonahPlusPlus), [@raccog](https://github.com/raccog), and [@verticalegg](https://github.com/verticalegg) for their contributions!
3357

3458
### [`pci_types`](https://github.com/rust-osdev/pci_types)
3559

0 commit comments

Comments
 (0)