Skip to content

Commit 045d09c

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 8a6085a commit 045d09c

File tree

4 files changed

+731
-718
lines changed

4 files changed

+731
-718
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)