-
- Notifications
You must be signed in to change notification settings - Fork 181
Pull requests: rust-osdev/uefi-rs
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Add Result and Error helper methods
#88 by josephlr was merged Feb 5, 2019 Loading… updated Feb 5, 2019
Properly handle allocation failure
#90 by josephlr was merged Feb 6, 2019 Loading… updated Feb 6, 2019
Use UEFI's locate_protocol to replace find_protocol
#91 by josephlr was merged Feb 6, 2019 Loading… updated Apr 13, 2019
Replace all usages of mem::uninitialized with mem::MaybeUninit
#94 by Redrield was merged Jul 19, 2019 Loading… updated Jul 19, 2019
UEFI MP Services Protocol support
#95 by edigaryev was merged Jul 24, 2019 Loading… updated Jul 24, 2019
Make unsafe_guid and Identify public
#97 by nkaretnikov was merged Aug 25, 2019 Loading… updated Aug 25, 2019
Temporary use nightly-2019-10-04 to install clippy
#102 by tnishinaga was closed Oct 10, 2019 Loading… updated Oct 11, 2019
Use EFIAPI ABI introduced in latest nightly
#104 by roblabla was merged Nov 5, 2019 Loading… updated Nov 5, 2019
Support try operator (
?
) on Completion. #111 by michaelmelanson was closed Jan 6, 2020 Loading… updated Jan 6, 2020
Add
set_virtual_address_map
interface in runtime services #115 by imtsuki was merged Jan 13, 2020 Loading… updated Jan 14, 2020
Implement Debug&Display traits for CStr16
#114 by imtsuki was merged Jan 13, 2020 Loading… updated Jan 14, 2020
Add support for the LoadedImage protocol
#113 by IsaacWoods was merged Jan 19, 2020 Loading… updated Jan 19, 2020
Use cargo metadata for target dir
#117 by upsuper was merged Feb 2, 2020 Loading… updated Feb 2, 2020
Try to find installed OVMF files automatically
#118 by upsuper was merged Feb 2, 2020 Loading… updated Feb 2, 2020
Fixes #121: ignore EFI_DEVICE_ERROR in output_string
#122 by imtsuki was merged Feb 29, 2020 Loading… updated Feb 29, 2020
Implement alignment for allocator
#119 by wangrunji0408 was merged Feb 9, 2020 Loading… updated Mar 7, 2020
Set up CI through GitHub Actions
#125 by GabrielMajeri was merged Mar 8, 2020 Loading… updated Mar 8, 2020
Use specialized Clippy action
#126 by GabrielMajeri was merged Mar 8, 2020 Loading… updated Mar 8, 2020
Re-export
NamedFileProtocolInfo
#127 by Bobo1239 was merged Mar 12, 2020 Loading… updated Mar 12, 2020
map_size is already the required size in bytes for the buffer.
#130 by pratyai was closed Mar 30, 2020 Loading… updated Mar 30, 2020
ProTip! Exclude everything labeled
bug
with -label:bug.