aboutsummaryrefslogtreecommitdiff
path: root/include/efi_loader.h
AgeCommit message (Expand)AuthorFilesLines
2020-01-07efi_rng_protocol: Install the efi_rng_protocol on the root nodeSughosh Ganu1-0/+4
2020-01-07efi_loader: Add guidcpy functionSughosh Ganu1-0/+5
2020-01-07efi_loader: export efi_install_fdt()Heinrich Schuchardt1-1/+3
2020-01-07efi_loader: carve out efi_run_image()Heinrich Schuchardt1-0/+2
2020-01-07efi_loader: pass address to efi_install_fdt()Heinrich Schuchardt1-0/+3
2019-11-19efi_loader: remove unused function efi_dp_from_dev()Heinrich Schuchardt1-1/+0
2019-10-08efi: Move inline functions to unconditional part of headerSimon Glass1-5/+5
2019-09-20efi_loader: device_path: support Sandbox's "host" devicesAKASHI Takahiro1-0/+8
2019-09-09efi_loader: eliminate inline function ascii2unicode()Heinrich Schuchardt1-16/+0
2019-09-05efi_loader: Extract adding a conventional memory in separate routinePark, Aiden1-0/+4
2019-07-16efi_loader: avoid alignment errorHeinrich Schuchardt1-1/+1
2019-07-16efi_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-10efi_loader: implement event queueHeinrich Schuchardt1-2/+2
2019-06-10efi_loader: event signaling in ExitBootServicesHeinrich Schuchardt1-1/+1
2019-05-31efi_loader: export efi_set_time()Heinrich Schuchardt1-0/+2
2019-05-31efi_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