Commit Graph

68 Commits (c0fafe64a5a8fbbd48c4d3bed730f45dfa6d85b5)

Author SHA1 Message Date
Heinrich Schuchardt 678e03a00c efi_loader: new function efi_delete_handle() 7 years ago
Heinrich Schuchardt 56d9288858 efi_loader: return status from efi_setup_loaded_image() 7 years ago
Heinrich Schuchardt 44549d62c3 efi_loader: helper function to add EFI object to list 8 years ago
Heinrich Schuchardt 69fb6b1afc efi_loader: manage protocols in a linked list 8 years ago
Heinrich Schuchardt ebb4dd5bc3 efi_loader: efi_console: use helper functions 8 years ago
Heinrich Schuchardt 3f79a2b532 efi_loader: helper functions for protocol management 8 years ago
Heinrich Schuchardt 085d07cd3b efi_loader: argument of efi_search_obj should be const 8 years ago
Heinrich Schuchardt 2edab5e2e6 efi_loader: make efi_create_handle non-static 8 years ago
Heinrich Schuchardt ff401d3f81 efi_loader: efi_dp_match should have const arguments 8 years ago
Heinrich Schuchardt 1b68153af1 efi_loader: rework efi_search_obj 8 years ago
Heinrich Schuchardt f5a2a93892 efi_loader: consistently use efi_uintn_t in boot services 8 years ago
Heinrich Schuchardt 152cade326 efi_loader: replace UINTN by efi_uintn_t 8 years ago
Heinrich Schuchardt cd9e18dee0 efi_loader: guard against double inclusion of efi_loader.h 8 years ago
Heinrich Schuchardt b3d6090042 efi_loader: implement SetWatchdogTimer 8 years ago
Rob Clark bf19273e81 efi_loader: Add mem-mapped for fallback 8 years ago
Heinrich Schuchardt e190e8972f efi_loader: use type bool for event states 8 years ago
Heinrich Schuchardt 842a8e434e efi_loader: support 16 protocols per efi_object 8 years ago
Rob Clark 9975fe96b6 efi_loader: add bootmgr 8 years ago
Rob Clark ad644e7c18 efi_loader: efi variable support 8 years ago
Rob Clark 2a92080d8c efi_loader: add file/filesys support 8 years ago
Rob Clark 95c5553ea2 efi_loader: refactor boot device and loaded_image handling 8 years ago
Rob Clark adae4313cd efi_loader: flesh out device-path to text 8 years ago
Rob Clark b66c60dde9 efi_loader: add device-path utils 8 years ago
Heinrich Schuchardt ca62a4f53e efi_loader: implement queueing of the notification function 8 years ago
Heinrich Schuchardt 623b3a5797 efi_selftest: provide an EFI selftest application 8 years ago
Heinrich Schuchardt ea630ce9ea efi_loader: allow return value in EFI_CALL 8 years ago
Heinrich Schuchardt ae0bd3a983 efi_loader: write protocol GUID in OpenProtocol 8 years ago
xypron.glpk@gmx.de c81883dfce efi_loader: do not cast return value in EFI_EXIT 8 years ago
Rob Clark af65db85b8 efi_loader: indent entry/exit prints to show nesting level 8 years ago
Rob Clark c160d2f5ec efi_loader: add checking for incorrect use of EFI_ENTRY/EXIT 8 years ago
Rob Clark a095aadffa efi_loader: Add an EFI_CALL() macro 8 years ago
Rob Clark 3f1aa97577 efi_loader: only evaluate EFI_EXIT()'s ret once 8 years ago
Rob Clark 641833db4a efi_loader: add helper macro to construct protocol objects 8 years ago
Rob Clark 804b1d737a efi_loader: log EFI return values too 8 years ago
xypron.glpk@gmx.de b521d29eb1 efi_loader: parameter types for CreateEvent, SetTimer 8 years ago
Rob Clark 3e094c592b efi_loader: move guidcmp to header 8 years ago
xypron.glpk@gmx.de 91be9a77b7 efi_console: set up events 8 years ago
xypron.glpk@gmx.de bfc724625f efi_loader: refactor efi_set_timer 8 years ago
xypron.glpk@gmx.de 49deb455e6 efi_loader: refactor efi_create_event 8 years ago
xypron.glpk@gmx.de 503f269554 efi_loader: correct size for tpl level 8 years ago
xypron.glpk@gmx.de c68415922b efi_loader: implement multiple event support 8 years ago
xypron.glpk@gmx.de cc5b70812f efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOL 8 years ago
xypron.glpk@gmx.de 88adae5ef0 efi_loader: reimplement efi_locate_protocol 8 years ago
xypron.glpk@gmx.de 011f432745 efi_loader: provide a sufficient number of protocols 8 years ago
xypron.glpk@gmx.de b5349f742a efi_loader: refactor efi_open_protocol 8 years ago
Alexander Graf 97d014446c efi_loader: Fix efi_add_runtime_mmio definition 9 years ago
Alexander Graf 3c63db9ca9 efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data} 9 years ago
Simon Glass e275458c2f efi: Fix missing EFIAPI specifiers 9 years ago
Alexander Graf e663b350f1 smbios: Expose in efi_loader as table 9 years ago
Alexander Graf 488bf12d84 efi_loader: Expose efi_install_configuration_table 9 years ago