Skip to content

Commit 430abfd

Browse files
committed
Merge branch PR #59 into next
2 parents 2177063 + 4e53229 commit 430abfd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,17 @@ The `x86_64` crate provides various abstractions for `x86_64` systems, including
3737

3838
In May, …
3939

40+
### [`uefi-rs`](https://github.com/rust-osdev/uefi-rs)
41+
42+
The `uefi` crate provides safe and performant wrappers for [UEFI](https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface), the successor to the BIOS. In May, we merged the following changes:
43+
44+
- [Switch to the newer `Try` trait API](https://github.com/rust-osdev/uefi-rs/pull/221)
45+
- [Add `FromResidual<Result<!, Error>>` impl for `Status`](https://github.com/rust-osdev/uefi-rs/pull/223)
46+
- [Add `PartitionInfo` protocol](https://github.com/rust-osdev/uefi-rs/pull/225)
47+
- [Add shim lock protocol](https://github.com/rust-osdev/uefi-rs/pull/226)
48+
49+
Thanks to [@phil-opp](https://github.com/phil-opp) and [@nicholasbishop](https://github.com/nicholasbishop) for their contributions!
50+
4051
### [`xhci`](https://github.com/rust-osdev/xhci)
4152

4253
The `xhci` crate provides types of xHCI structures such as Contexts, Extended Capabilities, Registers, and TRBs.

0 commit comments

Comments
 (0)