Skip to content

Commit f0d4ae3

Browse files
authored
Merge pull request #217 from phip1611/uefi
2024-04: uefi: additions
2 parents 6201071 + e73115a commit f0d4ae3

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

content/this-month/2024-04/index.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,20 @@ Thanks to [@mkroening](https://github.com/mkroening) for their contributions!
114114
### [`uefi-rs`](https://github.com/rust-osdev/uefi-rs)
115115
<span class="maintainers">Maintained by [@GabrielMajeri](https://github.com/GabrielMajeri), [@nicholasbishop](https://github.com/nicholasbishop), and [@phip1611](https://github.com/phip1611)</span>
116116

117-
The `uefi-rs` crate provides safe and performant wrappers for [UEFI](https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface), the successor to the BIOS. We merged the following PRs this month:
117+
The `uefi-rs` crate provides safe and performant wrappers for [UEFI](https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface), the successor to the BIOS.
118+
Recently, we deprecated the [`uefi-services`] crate and removed all usages from
119+
the [`uefi`](https://github.com/rust-osdev/uefi-rs) repository. A new drop-in
120+
replacement exists in [`uefi::helpers`](https://docs.rs/uefi/latest/uefi/helpers/index.html).
121+
122+
The test of time showed us that having a single crate with multiple cargo
123+
features is a better and more productive way forward with less maintenance
124+
burden - for users/consumers as well as maintainers.
125+
126+
Please find more information in:
127+
- <https://github.com/rust-osdev/uefi-rs/pull/1128>
128+
- <https://github.com/rust-osdev/uefi-rs/pull/1141>
129+
130+
We merged the following PRs this month:
118131

119132
- [Add timestamp protocol](https://github.com/rust-osdev/uefi-rs/pull/1109)
120133
- [Replace some `as` casts](https://github.com/rust-osdev/uefi-rs/pull/1108)

0 commit comments

Comments
 (0)