File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 44- ` uefi::system ` is a new module that provides freestanding functions for
55 accessing fields of the global system table.
66- Add standard derives for ` ConfigTableEntry ` .
7+ - ` PcrEvent ` /` PcrEventInputs ` impl ` Align ` , ` Eq ` , and ` PartialEq ` .
8+ - Added ` PcrEvent::new_in_box ` and ` PcrEventInputs::new_in_box ` .
79
810## Changed
911- ** Breaking:** ` uefi::helpers::init ` no longer takes an argument.
1416 The old ` MemoryMap ` was renamed to ` MemoryMapOwned ` .
1517 - ` pub fn memory_map(&self, mt: MemoryType) -> Result<MemoryMap> ` now returns
1618 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.
1722
1823
1924# uefi - 0.29.0 (2024-07-02)
You can’t perform that action at this time.
0 commit comments