-
- Notifications
You must be signed in to change notification settings - Fork 183
Pull requests: rust-osdev/uefi-rs
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
test-runner: Open serial device in exclusive mode
#598 by nicholasbishop was merged Nov 30, 2022 Loading… updated Nov 30, 2022
2 tasks
Make GOP test work on aarch64
#599 by nicholasbishop was merged Nov 30, 2022 Loading… updated Nov 30, 2022
2 tasks
xtask: Update to mbrman 0.5.1
#601 by nicholasbishop was merged Dec 2, 2022 Loading… updated Dec 2, 2022
2 tasks
Add list of possible errors to some
BootServices function docs #602 by raccog was merged Dec 2, 2022 Loading… updated Dec 2, 2022
1 of 2 tasks
Add docs to
BootServices functions describing error cases #604 by raccog was merged Dec 8, 2022 Loading… updated Dec 8, 2022
1 of 2 tasks
Implement SIMPLE_NETWORK_PROTOCOL
#606 by veluca93 was merged Dec 16, 2022 Loading… updated Dec 16, 2022
uefi-services: Change panic handler log message.
#526 by raccog was merged Oct 11, 2022 Loading… updated Dec 18, 2022
2 tasks done
Implement
Error and Display traits for FromStrError #610 by raccog was merged Dec 20, 2022 Loading… updated Dec 20, 2022
1 of 2 tasks
Initial support for TCG TPM protocols
#605 by nicholasbishop was merged Dec 20, 2022 Loading… updated Dec 20, 2022
2 tasks
Add some documentation for media protocols
#614 by raccog was merged Dec 28, 2022 Loading… updated Dec 29, 2022
1 of 2 tasks
uefi: Add
ptr_meta dependency #621 by nicholasbishop was merged Dec 31, 2022 Loading… updated Dec 31, 2022
2 tasks done
Simplification: No longer return "impl Iterator"
#619 by phip1611 was merged Dec 30, 2022 Loading… updated Dec 31, 2022
2 tasks
Editorconfig: switch to max line width of 80
#615 by phip1611 was merged Dec 26, 2022 Loading… updated Dec 31, 2022
2 tasks
Drop unstable
maybe_uninit_slice and vec_into_raw_parts features #622 by nicholasbishop was merged Dec 31, 2022 Loading… updated Jan 1, 2023
2 tasks
Add
unsafe_protocol macro and drop use of the unstable negative_impls feature #607 by nicholasbishop was merged Dec 27, 2022 Loading… updated Jan 2, 2023
2 tasks
Minor alloc-related cleanups
#623 by nicholasbishop was merged Jan 2, 2023 Loading… updated Jan 3, 2023
2 tasks
Implement the rest of the TPM v1 interface
#631 by nicholasbishop was merged Jan 9, 2023 Loading… updated Jan 9, 2023
2 tasks
PXE: Fix BaseCode::discover optional argument
#630 by nsemmel was merged Jan 9, 2023 Loading… updated Jan 9, 2023
2 tasks done
Add list of possible errors to
BootServices::open_protocol docs #600 by raccog was merged Dec 1, 2022 Loading… updated Jan 10, 2023
2 tasks done
uefi: Remove useless padding field
#629 by liferooter was merged Jan 10, 2023 Loading… updated Jan 10, 2023
2 tasks done
Implement the rest of the TPM v2 interface
#634 by nicholasbishop was merged Jan 14, 2023 Loading… updated Jan 14, 2023
2 tasks
Move some util code from TCG to a new top-level module
#640 by nicholasbishop was merged Jan 22, 2023 Loading… updated Jan 22, 2023
2 tasks
test-runner: Simplify and slightly refactor the disk test
#641 by nicholasbishop was merged Jan 22, 2023 Loading… updated Jan 22, 2023
2 tasks
uefi: Fix protocol functions to work with unsized protocols
#643 by nicholasbishop was merged Jan 22, 2023 Loading… updated Jan 22, 2023
2 tasks
Fix new lints related to derives on a packed struct
#646 by nicholasbishop was merged Jan 31, 2023 Loading… updated Jan 31, 2023
2 tasks
ProTip! Exclude everything labeled
bug with -label:bug.