Skip to content

Commit 89cf116

Browse files
committed
uefi: move memory map types from boot.rs to mem/memory_map/mod.rs
This is a preliminary step to further split that module down into multiple parts.
1 parent b4c9a82 commit 89cf116

File tree

4 files changed

+731
-717
lines changed

4 files changed

+731
-717
lines changed

uefi/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
- **Breaking:** `PcrEvent::new_in_buffer` and `PcrEventInputs::new_in_buffer`
2323
now take an initialized buffer (`[u8`] instead of `[MaybeUninit<u8>]`), and if
2424
the buffer is too small the required size is returned in the error data.
25+
- Exports of Memory Map-related types from `uefi::table::boot` are now
26+
deprecated. Use `uefi::mem::memory_map` instead.
2527

2628

2729
# uefi - 0.29.0 (2024-07-02)

0 commit comments

Comments
 (0)