Age | Commit message (Expand) | Author |
2018-02-10 | efi_loader: correct efi_disk_register | Heinrich Schuchardt |
2018-02-10 | efi_driver: return type of efi_driver_init() | Heinrich Schuchardt |
2018-01-22 | efi_driver: EFI block driver | Heinrich Schuchardt |
2018-01-22 | efi_loader: add check_tpl parameter to efi_signal_event | Heinrich Schuchardt |
2018-01-22 | efi_loader: provide function to get last node of a device path | Heinrich Schuchardt |
2018-01-22 | efi_loader: make efi_disk_create_partitions a global symbol | Heinrich Schuchardt |
2018-01-22 | efi_loader: provide a function to create a partition node | Heinrich Schuchardt |
2018-01-22 | efi_loader: make efi_block_io_guid a global symbol | Heinrich Schuchardt |
2018-01-22 | efi_loader: return NULL from device path functions | Heinrich Schuchardt |
2018-01-22 | efi_loader: consistently use efi_handle_t for handles | Heinrich Schuchardt |
2018-01-22 | efi_loader: implement ConnectController | Heinrich Schuchardt |
2018-01-22 | efi_loader: debug output installed device path | Heinrich Schuchardt |
2018-01-22 | efi_loader: list of open protocol infos | Heinrich Schuchardt |
2017-12-16 | efi_loader: new function efi_delete_handle() | Heinrich Schuchardt |
2017-12-16 | efi_loader: return status from efi_setup_loaded_image() | Heinrich Schuchardt |
2017-12-01 | efi_loader: helper function to add EFI object to list | Heinrich Schuchardt |
2017-12-01 | efi_loader: manage protocols in a linked list | Heinrich Schuchardt |
2017-12-01 | efi_loader: efi_console: use helper functions | Heinrich Schuchardt |
2017-12-01 | efi_loader: helper functions for protocol management | Heinrich Schuchardt |
2017-12-01 | efi_loader: argument of efi_search_obj should be const | Heinrich Schuchardt |
2017-12-01 | efi_loader: make efi_create_handle non-static | Heinrich Schuchardt |
2017-12-01 | efi_loader: efi_dp_match should have const arguments | Heinrich Schuchardt |
2017-12-01 | efi_loader: rework efi_search_obj | Heinrich Schuchardt |
2017-12-01 | efi_loader: consistently use efi_uintn_t in boot services | Heinrich Schuchardt |
2017-12-01 | efi_loader: replace UINTN by efi_uintn_t | Heinrich Schuchardt |
2017-12-01 | efi_loader: guard against double inclusion of efi_loader.h | Heinrich Schuchardt |
2017-12-01 | efi_loader: implement SetWatchdogTimer | Heinrich Schuchardt |
2017-10-12 | efi_loader: Add mem-mapped for fallback | Rob Clark |
2017-10-09 | efi_loader: use type bool for event states | Heinrich Schuchardt |
2017-10-05 | efi_loader: support 16 protocols per efi_object | Heinrich Schuchardt |
2017-09-20 | efi_loader: add bootmgr | Rob Clark |
2017-09-20 | efi_loader: efi variable support | Rob Clark |
2017-09-20 | efi_loader: add file/filesys support | Rob Clark |
2017-09-20 | efi_loader: refactor boot device and loaded_image handling | Rob Clark |
2017-09-20 | efi_loader: flesh out device-path to text | Rob Clark |
2017-09-20 | efi_loader: add device-path utils | Rob Clark |
2017-09-18 | efi_loader: implement queueing of the notification function | Heinrich Schuchardt |
2017-09-18 | efi_selftest: provide an EFI selftest application | Heinrich Schuchardt |
2017-09-18 | efi_loader: allow return value in EFI_CALL | Heinrich Schuchardt |
2017-09-18 | efi_loader: write protocol GUID in OpenProtocol | Heinrich Schuchardt |
2017-08-18 | efi_loader: do not cast return value in EFI_EXIT | xypron.glpk@gmx.de |
2017-07-29 | efi_loader: indent entry/exit prints to show nesting level | Rob Clark |
2017-07-29 | efi_loader: add checking for incorrect use of EFI_ENTRY/EXIT | Rob Clark |
2017-07-28 | efi_loader: Add an EFI_CALL() macro | Rob Clark |
2017-07-28 | efi_loader: only evaluate EFI_EXIT()'s ret once | Rob Clark |
2017-07-25 | efi_loader: add helper macro to construct protocol objects | Rob Clark |
2017-07-25 | efi_loader: log EFI return values too | Rob Clark |
2017-07-24 | efi_loader: parameter types for CreateEvent, SetTimer | xypron.glpk@gmx.de |
2017-07-24 | efi_loader: move guidcmp to header | Rob Clark |
2017-07-19 | efi_console: set up events | xypron.glpk@gmx.de |