summaryrefslogtreecommitdiff
path: root/include/efi_loader.h
AgeCommit message (Expand)Author
2019-06-14efi_loader: add RuntimeServicesSupported variableAKASHI Takahiro
2019-06-10efi_loader: implement event queueHeinrich Schuchardt
2019-06-10efi_loader: event signaling in ExitBootServicesHeinrich Schuchardt
2019-05-31efi_loader: export efi_set_time()Heinrich Schuchardt
2019-05-31efi_loader: correct notification of protocol installationHeinrich Schuchardt
2019-05-24efi_loader: comments for structsHeinrich Schuchardt
2019-05-19efi_loader: implement deprecated Unicode collation protocolHeinrich Schuchardt
2019-05-19efi_loader: rename Unicode collation protocol 2 variablesHeinrich Schuchardt
2019-05-07efi_loader: LoadImage() check parent imageHeinrich Schuchardt
2019-05-07efi_loader: implement RegisterProtocolNotify()Heinrich Schuchardt
2019-05-07efi_loader: unload applications upon Exit()Heinrich Schuchardt
2019-05-07efi_loader: mark started imagesHeinrich Schuchardt
2019-05-02efi_loader: implement support of exit dataHeinrich Schuchardt
2019-05-02efi_loader: optional data in load options are binaryHeinrich Schuchardt
2019-04-23efi_loader: rework bootmgr/bootefi using load_image APIAKASHI Takahiro
2019-04-23efi_loader: export root node handleAKASHI Takahiro
2019-04-12efi_loader: export efi_install_multiple_protocol_interfacesHeinrich Schuchardt
2019-04-07efi_loader: boottime: export efi_[un]load_image()AKASHI Takahiro
2019-04-07efi_loader: boottime: add loaded image device path protocol to image handleAKASHI Takahiro
2019-04-07efi_loader: set image_base and image_size to correct valuesAKASHI Takahiro
2019-02-16efi_loader: use efi_start_image() for bootefiHeinrich Schuchardt
2019-02-16efi_loader: set entry point in efi_load_pe()Heinrich Schuchardt
2019-02-16efi_loader: LoadImage: always allocate new pagesHeinrich Schuchardt
2019-02-13efi: hii: add HII config routing/access protocolsAKASHI Takahiro
2019-02-13efi_loader: Initial HII database protocolsLeif Lindholm
2019-02-13efi_loader: efi_set_variable use const void *Heinrich Schuchardt
2019-02-13efi_loader: use const efi_guid_t * for variable servicesHeinrich Schuchardt
2019-02-13efi_loader: move efi_init_obj_list() to a new efi_setup.cAKASHI Takahiro
2018-12-03efi_loader: bootmgr: add load option helper functionsAKASHI Takahiro
2018-12-02efi_loader: macro efi_size_in_pages()Heinrich Schuchardt
2018-12-02efi_loader: add efi_dp_from_name()AKASHI Takahiro
2018-12-02efi_loader: rename parent to headerHeinrich Schuchardt
2018-12-02efi_loader: eliminate handle memberHeinrich Schuchardt
2018-10-16efi_loader: return type efi_console_register()Heinrich Schuchardt
2018-09-23efi_loader: refactor efi_setup_loaded_image()Heinrich Schuchardt
2018-09-23efi_loader: remove redundant statementHeinrich Schuchardt
2018-09-23efi_loader: create root nodeHeinrich Schuchardt
2018-09-23efi_loader: struct efi_simple_text_input_protocolHeinrich Schuchardt
2018-09-23efi_loader: EFI_UNICODE_COLLATION_PROTOCOLHeinrich Schuchardt
2018-09-23efi_loader: simplify ifdefsStephen Warren
2018-08-20efi_loader: update runtime services table crc32Heinrich Schuchardt
2018-07-25efi_loader: remove unused efi_get_time_init()Heinrich Schuchardt
2018-07-25efi_loader: allocate configuration table arrayHeinrich Schuchardt
2018-07-25efi_loader: calculate crc32 for EFI tablesHeinrich Schuchardt
2018-07-25efi_loader: check map_key in ExitBootServicesHeinrich Schuchardt
2018-07-25efi_loader: Rename sections to allow for implicit dataAlexander Graf
2018-07-02efi_loader: Install ACPI configuration tablesBin Meng
2018-06-03efi: Update some comments related to smbios tablesSimon Glass
2018-06-03efi_loader: adjust definitions of variable servicesHeinrich Schuchardt
2018-05-29efi_loader: Use EFI_CACHELINE_SIZE in the image loader tooAlexander Graf