File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 4
4
- ` uefi::system ` is a new module that provides freestanding functions for
5
5
accessing fields of the global system table.
6
6
- Add standard derives for ` ConfigTableEntry ` .
7
+ - ` PcrEvent ` /` PcrEventInputs ` impl ` Align ` , ` Eq ` , and ` PartialEq ` .
8
+ - Added ` PcrEvent::new_in_box ` and ` PcrEventInputs::new_in_box ` .
7
9
8
10
## Changed
9
11
- ** Breaking:** ` uefi::helpers::init ` no longer takes an argument.
14
16
The old ` MemoryMap ` was renamed to ` MemoryMapOwned ` .
15
17
- ` pub fn memory_map(&self, mt: MemoryType) -> Result<MemoryMap> ` now returns
16
18
a ` MemoryMapOwned ` .
19
+ - ** Breaking:** ` PcrEvent::new_in_buffer ` and ` PcrEventInputs::new_in_buffer `
20
+ now take an initialized buffer (` [u8 ` ] instead of ` [MaybeUninit<u8>] ` ), and if
21
+ the buffer is too small the required size is returned in the error data.
17
22
18
23
19
24
# uefi - 0.29.0 (2024-07-02)
You can’t perform that action at this time.
0 commit comments