summary refs log tree commit diff
path: root/library/std/src/sys/uefi
AgeCommit message (Expand)AuthorLines
2023-10-30Use ImageDataType for allocation typeAyush Singh-3/+19
2023-10-15Implement args for UEFIAyush Singh-1/+165
2023-10-02Stdio for UEFIAyush Singh-1/+162
2023-09-22Rebase to masterAyush Singh-26/+66
2023-09-22Use RawOsError for UEFIAyush Singh-178/+260
2023-09-22Fixes from PRAyush Singh-4/+6
2023-09-22Add support for building `std::os::uefi` docsAyush Singh-14/+13
2023-09-22Handle ExitBootServicesAyush Singh-16/+83
2023-09-22Fixes from PRAyush Singh-32/+41
2023-09-22Add Minimal Std implementation for UEFIAyush Singh-0/+511