Skip to content

Commit 6cd6ed2

Browse files
committed
Add updates for uefi
1 parent bc1c3ab commit 6cd6ed2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,22 @@ This month, we merged the following changes:
5858

5959
Thanks to [@abachmann](https://github.com/abachmann), [@Freax13](https://github.com/Freax13), [@phip1611](https://github.com/phip1611), and [@georglauterbach](https://github.com/georglauterbach) for their contributions!
6060

61+
### [`uefi-rs`](https://github.com/rust-osdev/uefi-rs)
62+
63+
The `uefi` crate provides safe and performant wrappers for [UEFI](https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface), the successor to the BIOS.
64+
65+
We merged the following changes in January:
66+
67+
- [Release version 0.14.0](https://github.com/rust-osdev/uefi-rs/pull/341)
68+
- [Release `uefi-services` version 0.11.0](https://github.com/rust-osdev/uefi-rs/pull/342)
69+
- [System Table and Handle: From-implementation to create objects from raw pointers](https://github.com/rust-osdev/uefi-rs/pull/338)
70+
- [Replace build.py with the xtask pattern](https://github.com/rust-osdev/uefi-rs/pull/335)
71+
- [Fix logs cut off after screenshot test](https://github.com/rust-osdev/uefi-rs/pull/336)
72+
- [Remove `vec_spare_capacity` nightly feature](https://github.com/rust-osdev/uefi-rs/pull/347)
73+
- [uefi-macros: fix new clippy lint](https://github.com/rust-osdev/uefi-rs/pull/350)
74+
75+
Thanks to [@phip1611](https://github.com/phip1611)
76+
6177
### [`multiboot2`](https://github.com/rust-osdev/multiboot2)
6278

6379
The `multiboot2` crate provides abstraction types for the boot information of multiboot2 bootloaders.

0 commit comments

Comments
 (0)