Skip to content

Commit 7c36c4b

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 64c26a4 commit 7c36c4b

File tree

4 files changed

+731
-851
lines changed

4 files changed

+731
-851
lines changed

uefi/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
- **Breaking:** `PcrEvent::new_in_buffer` and `PcrEventInputs::new_in_buffer`
2525
now take an initialized buffer (`[u8`] instead of `[MaybeUninit<u8>]`), and if
2626
the buffer is too small the required size is returned in the error data.
27+
- Exports of Memory Map-related types from `uefi::table::boot` are now
28+
deprecated. Use `uefi::mem::memory_map` instead.
2729

2830

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

0 commit comments

Comments
 (0)