summaryrefslogtreecommitdiff
path: root/include/efi_loader.h
AgeCommit message (Expand)AuthorFilesLines
2019-07-17efi_loader: avoid alignment errorHeinrich Schuchardt1-1/+1
2019-07-17efi_loader: Change return type of efi_add_memory_map()Bryan O'Donoghue1-2/+2
2019-07-06efi_loader: detach runtime in ExitBootServices()Heinrich Schuchardt1-0/+2
2019-07-06efi_loader: let the variable driver patch out the runtimeHeinrich Schuchardt1-0/+2
2019-07-06efi_loader: initialization of variable servicesHeinrich Schuchardt1-0/+2
2019-07-06efi_loader: move efi_query_variable_info()Heinrich Schuchardt1-0/+5
2019-06-14efi_loader: add RuntimeServicesSupported variableAKASHI Takahiro1-0/+3
2019-06-11efi_loader: implement event queueHeinrich Schuchardt1-2/+2
2019-06-11efi_loader: event signaling in ExitBootServicesHeinrich Schuchardt1-1/+1
2019-06-01efi_loader: export efi_set_time()Heinrich Schuchardt1-0/+2
2019-06-01efi_loader: correct notification of protocol installationHeinrich Schuchardt1-4/+22
2019-05-24efi_loader: comments for structsHeinrich Schuchardt1-5/+14
2019-05-19efi_loader: implement deprecated Unicode collation protocolHeinrich Schuchardt1-1/+6
2019-05-19efi_loader: rename Unicode collation protocol 2 variablesHeinrich Schuchardt1-2/+2
2019-05-07efi_loader: LoadImage() check parent imageHeinrich Schuchardt1-0/+1
2019-05-07efi_loader: implement RegisterProtocolNotify()Heinrich Schuchardt1-0/+19
2019-05-07efi_loader: unload applications upon Exit()Heinrich Schuchardt1-0/+1
2019-05-07efi_loader: mark started imagesHeinrich Schuchardt1-0/+13
2019-05-02efi_loader: implement support of exit dataHeinrich Schuchardt1-0/+5
2019-05-02efi_loader: optional data in load options are binaryHeinrich Schuchardt1-1/+1
2019-04-23efi_loader: rework bootmgr/bootefi using load_image APIAKASHI Takahiro1-4/+1
2019-04-23efi_loader: export root node handleAKASHI Takahiro1-0/+3
2019-04-12efi_loader: export efi_install_multiple_protocol_interfacesHeinrich Schuchardt1-0/+3
2019-04-07efi_loader: boottime: export efi_[un]load_image()AKASHI Takahiro1-0/+9
2019-04-07efi_loader: boottime: add loaded image device path protocol to image handleAKASHI Takahiro1-0/+1
2019-04-07efi_loader: set image_base and image_size to correct valuesAKASHI Takahiro1-4/+0
2019-02-16efi_loader: use efi_start_image() for bootefiHeinrich Schuchardt1-0/+4
2019-02-16efi_loader: set entry point in efi_load_pe()Heinrich Schuchardt1-2/+2
2019-02-16efi_loader: LoadImage: always allocate new pagesHeinrich Schuchardt1-1/+1
2019-02-13efi: hii: add HII config routing/access protocolsAKASHI Takahiro1-0/+4
2019-02-13efi_loader: Initial HII database protocolsLeif Lindholm1-0/+4
2019-02-13efi_loader: efi_set_variable use const void *Heinrich Schuchardt1-1/+1
2019-02-13efi_loader: use const efi_guid_t * for variable servicesHeinrich Schuchardt1-7/+7
2019-02-13efi_loader: move efi_init_obj_list() to a new efi_setup.cAKASHI Takahiro1-0/+2
2018-12-03efi_loader: bootmgr: add load option helper functionsAKASHI Takahiro1-0/+23
2018-12-02efi_loader: macro efi_size_in_pages()Heinrich Schuchardt1-1/+10
2018-12-02efi_loader: add efi_dp_from_name()AKASHI Takahiro1-0/+4
2018-12-02efi_loader: rename parent to headerHeinrich Schuchardt1-2/+7
2018-12-02efi_loader: eliminate handle memberHeinrich Schuchardt1-9/+17
2018-10-16efi_loader: return type efi_console_register()Heinrich Schuchardt1-1/+1
2018-09-23efi_loader: refactor efi_setup_loaded_image()Heinrich Schuchardt1-7/+20
2018-09-23efi_loader: remove redundant statementHeinrich Schuchardt1-1/+9
2018-09-23efi_loader: create root nodeHeinrich Schuchardt1-0/+9
2018-09-23efi_loader: struct efi_simple_text_input_protocolHeinrich Schuchardt1-1/+1
2018-09-23efi_loader: EFI_UNICODE_COLLATION_PROTOCOLHeinrich Schuchardt1-0/+5
2018-09-23efi_loader: simplify ifdefsStephen Warren1-3/+3
2018-08-20efi_loader: update runtime services table crc32Heinrich Schuchardt1-0/+3
2018-07-25efi_loader: remove unused efi_get_time_init()Heinrich Schuchardt1-1/+0
2018-07-25efi_loader: allocate configuration table arrayHeinrich Schuchardt1-0/+3
2018-07-25efi_loader: calculate crc32 for EFI tablesHeinrich Schuchardt1-0/+2