-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Add Rust std support for x86_64-unknown-uefi #100316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
f872477
Add UEFI module in std/sys
Ayush1325 2be029d
Improve Handling of Pointers
Ayush1325 ff55531
Add OsStringExt and OsStrExt traits
Ayush1325 b988418
Graceful abort
Ayush1325 2800931
Re-export r-efi in std::os::uefi::raw
Ayush1325 868e3e1
Implement args
Ayush1325 6769cb5
Implement SystemTime
Ayush1325 a14d62e
Implment fs
Ayush1325 289c445
Implement TCP
Ayush1325 645647d
Add UEFI support for running tests
Ayush1325 3e891b3
Implement Environment Variables
Ayush1325 5689d37
Implement append for files
Ayush1325 372f6e1
Allow Running remote-test-server for UEFI
Ayush1325 65849ae
Remove r_efi reexports from std
Ayush1325 ebc5ca2
Various fixes
Ayush1325 d5e78bf
Add vectored read/write for TcpStream
Ayush1325 368ab5a
Overhaul File I/O
Ayush1325 ce43ad6
Fix/Ignore tests
Ayush1325 72641b8
Implement more of fs
Ayush1325 95e8f68
Improve TCP
Ayush1325 aa980a6
Rebase to latest master
Ayush1325 3d9a83b
Add UEFI Std docs
Ayush1325 767650c
Refactor UCS-2 stuff
Ayush1325 4f32221
Improve process
Ayush1325 0bb8203
Add x86_64-uefi ci
Ayush1325 e85df7a
Add nothread and staticlink for remote-test-server
Ayush1325 1f52c23
Fix some tidy errors
Ayush1325 d84c8e3
Fixes from PR
Ayush1325 3bf5104
Update compiler_builtins
Ayush1325 176361a
Improve Envirnoment Variables
Ayush1325 88c615c
Implement hashmap_random_keys()
Ayush1325 8cd315c
Improve UEFI sys documentation
Ayush1325 4bc53e3
Fixes from PR
Ayush1325 c257c00
Initial implementation of Instant using TSC
Ayush1325 7262c22
Overhaul Dealing with UEFI ZSTs
Ayush1325 36c628f
Refactor `std::os::uefi`
Ayush1325 73852ec
Inline more functions
Ayush1325 d610cde
Implement `std::fs::File::set_times`
Ayush1325 3702334
Improve Environment variables
Ayush1325 c4320c1
Fix CI for x86_64-uefi
Ayush1325 944bf59
Update r-efi
Ayush1325 c83cbd2
Improve sys::process
Ayush1325 a95933b
Fix Env vars
Ayush1325 3df71e6
Apply fixes suggested in PR
Ayush1325 545899b
Improve Pipe Protocol
Ayush1325 945049c
Revert formatting changes to tests
Ayush1325 1baa38f
Rebase on master
Ayush1325 a9c1bb8
Implement io for UEFI
Ayush1325 939e11e
Improve std::uefi::env APIs
Ayush1325 67329ff
Fixes from PR
Ayush1325 2345867
Improve handling of Globals
Ayush1325 d343822
Improve UEFI fs
Ayush1325 dae6b19
Remove ignore-uefi from tests
Ayush1325 195633a
Improve TCP
Ayush1325 4f7ff72
Fixes from PR
Ayush1325 77283ae
Use compiler generated entry point for UEFI
Ayush1325 f89fceb
Fixes after rebase
Ayush1325 000228b
Implement UEFI argument parsing
Ayush1325 d48d07d
Use r-efi-alloc for allocator
Ayush1325 824f067
Fixes suggested in PR
Ayush1325 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Improve process
Just some light refactoring Signed-off-by: Ayush <ayushsingh1325@gmail.com>
- Loading branch information
commit 4f3222134b3be0dfff19d7ecdae691bc856bf54c
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.