Skip to content

Commit cfd7307

Browse files
committed
2024-04: uefi: additions
1 parent 6201071 commit cfd7307

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,19 @@ Thanks to [@mkroening](https://github.com/mkroening) for their contributions!
116116

117117
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:
118118

119+
Recently, we deprecated the [`uefi-services`] crate and removed all usages from
120+
the [`uefi`](https://github.com/rust-osdev/uefi-rs) repository. A new drop-in
121+
replacement exists in [`uefi::helpers`](https://docs.rs/uefi/latest/uefi/helpers/index.html).
122+
123+
The test of time showed us that having a single crate with multiple cargo
124+
features is a better and more productive way forward with less maintenance
125+
burden - for users/consumers as well as maintainers.
126+
127+
Please find more information in:
128+
- <https://github.com/rust-osdev/uefi-rs/pull/1128>
129+
- <https://github.com/rust-osdev/uefi-rs/pull/1141>
130+
131+
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)
121134
- [uefi: Add UnalignedSlice::as_ptr](https://github.com/rust-osdev/uefi-rs/pull/1117)

0 commit comments

Comments
 (0)