aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/uefi
AgeCommit message (Expand)Author
2022-09-09std.os.uefi: mark BlockIoProtocol and EfiBlockMedia as publicYusuf Bham
2022-04-19std.os.uefi: Add `BlockIoProtocol`Yusuf Bham
2022-04-05zig fmt: remove trailing whitespace on doc commentsDamien Firmenich
2022-02-24std: work around current packed struct situationIsaac Freund
2022-02-23stage2: integer-backed packed structsAndrew Kelley
2022-01-16std/os/uefi: Don't treat efi status warnings as errorsfifty-six
2022-01-16std/os/uefi: Add util function for opening protocolsfifty-six
2022-01-16std/os/uefi: Fix parameter type mismatch in edid_override_protocolfifty-six
2022-01-16std/os/uefi: Add conversion from Status to EfiErrorfifty-six
2022-01-16std/os/uefi: Align first field of EdidOverrideProtocolAttributes to 4fifty-six
2022-01-16std/os/uefi: Simplify packed struct padding and default zero-initializefifty-six
2022-01-14std/os/uefi: Refactor getDevicePath()fifty-six
2022-01-14std/os/uefi: Complete DevicePathProtocol typesfifty-six
2022-01-13std/os/uefi: Complete AcpiDevicePath and HardwareDevicePathsfifty-six
2022-01-13std/os/uefi: Add parameter names to boot_servicesfifty-six
2022-01-13std/os/uefi: Fill out remaining runtime services and add parameter namesfifty-six
2022-01-13std/os/uefi: Fill out remaining function signatures and docs on boot_servicesfifty-six
2022-01-13std/os/uefi: Use `usingnamespace` to re-export symbolsfifty-six
2022-01-11std/os/uefi: Add pool_allocator and raw_pool_allocatorfifty-six
2022-01-11std/os/uefi: Add create_file_device_pathfifty-six
2022-01-11std/os/uefi: Add methods next() and size() to DevicePathProtocolfifty-six
2022-01-11std/os/uefi: Add FileSystemInfofifty-six
2022-01-11std/os/uefi: Move FileInfo guid from FileProtocol to FileInfofifty-six
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-11-22feat(uefi): add virtual addressing helpers (#10195)Stephen von Takach
2021-10-25fix(uefi MemoryDescriptor): padding after memory typeStephen von Takach
2021-10-04FileProtocol: add Reader, Writer, SeekableStreamSreehari Sreedev
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-07-02AstGen: detect redeclaration of function parametersAndrew Kelley
2021-06-30std/os/uefi: fix packed struct bitfieldsNameless
2021-06-30boot_services: allow custom MemoryTypesSreehari Sreedev
2021-06-21fix code broken from previous commitJacob G-W
2021-05-20Const correct GUID parameter of getInfo and setInfomason1920
2021-04-22std: fix compile errors caught by stage2 AstGenAndrew Kelley
2021-04-22std: fix compile errors caught by stage2 AstGenAndrew Kelley
2021-03-25boot_services: implement locateDevicePathSreehari S
2021-01-13std.os.uefi.protocols.FileProtocol: fix and expose get_position, set_position...Asherah Connor
2020-12-31Year++Frank Denis
2020-10-06Update zig files for opaque type syntaxTadeo Kondrak
2020-09-27uefi system_tableWoze Parrrot
2020-08-29fix SimpleTextInputProtocolwozeparrot
2020-08-20add license header to all std lib filesAndrew Kelley
2020-05-05zig fmtTadeo Kondrak
2020-04-28@OpaqueType -> @Type(.Opaque)Tadeo Kondrak
2020-04-12fix file protocol structure definitions (#5015)Heppoko
2020-03-12std/os/uefi: file protocol improvementsNick Erdmann
2020-03-12std/os/uefi: status reformNick Erdmann
2020-03-12std/os/uefi: device path protocol improvementsNick Erdmann
2020-03-12std/os/uefi: Add shell parameters protocolNick Erdmann
2020-03-12std/os/uefi: loaded image protocol improvementsNick Erdmann