Skip to content

Commit 71b7350

Browse files
authored
Merge pull request #109 from nicholasbishop/bishop-add-uefi
Add June changes for `uefi-rs`
2 parents 0a25f78 + 789b2e3 commit 71b7350

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,30 @@ of multiboot2 bootloaders. The latest release of the `multiboot2`-crate is now `
4949
relied on having not to verify UTF-8 strings. For a full changelog, please refer to the
5050
[GitHub repo](https://github.com/rust-osdev/multiboot2/blob/main/multiboot2/Changelog.md).
5151

52+
### [`uefi-rs`](https://github.com/rust-osdev/uefi-rs)
53+
54+
<span class="maintainers">Maintained by [@GabrielMajeri](https://github.com/GabrielMajeri) and [@nicholasbishop](https://github.com/nicholasbishop)</span>
55+
56+
The `uefi` crate provides safe and performant wrappers for [UEFI](https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface), the successor to the BIOS.
57+
58+
We merged the following changes in June:
59+
60+
#### Fixes
61+
62+
- [Remove `exts::allocate_buffer`](https://github.com/rust-osdev/uefi-rs/pull/443)
63+
- [Fix incorrect pointer cast in get_rng](https://github.com/rust-osdev/uefi-rs/pull/447)
64+
65+
#### Improvements
66+
67+
- [Remove unused `From<ucs2::Error>` impls](https://github.com/rust-osdev/uefi-rs/pull/450)
68+
- [Remove `eh_personality` lang item](https://github.com/rust-osdev/uefi-rs/pull/451)
69+
- [Simplify `uefi-services` panic handler](https://github.com/rust-osdev/uefi-rs/pull/453)
70+
71+
#### Internal changes
72+
73+
- [Fix `query_variable_info` test](https://github.com/rust-osdev/uefi-rs/pull/442)
74+
- [Fix errors due to deprecations in the `clap` API](https://github.com/rust-osdev/uefi-rs/pull/445)
75+
5276
## Call for Participation
5377

5478
Want to contribute to a Rust OSDev project, but don't know where to start? Pick up one of these outstanding

0 commit comments

Comments
 (0)