summaryrefslogtreecommitdiff
path: root/include/efi_loader.h
AgeCommit message (Expand)Author
2020-06-03efi_loader: validate load optionHeinrich Schuchardt
2020-05-21efi_loader: device path for virtio block devicesHeinrich Schuchardt
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-05-17efi_loader: round the memory area in efi_add_memory_map()Michael Walle
2020-05-04efi_loader: disk: add efi_disk_is_system_part()AKASHI Takahiro
2020-04-30efi_loader: remove CONFIG_EFI_SECURE_BOOT in efi_loader.hAKASHI Takahiro
2020-04-30efi_loader: identify EFI system partitionHeinrich Schuchardt
2020-04-16efi_loader: image_loader: support image authenticationAKASHI Takahiro
2020-04-16efi_loader: variable: support variable authenticationAKASHI Takahiro
2020-04-16efi_loader: add signature database parserAKASHI Takahiro
2020-04-16efi_loader: add signature verification functionsAKASHI Takahiro
2020-03-22efi_loader: definition of GetNextVariableName()Heinrich Schuchardt
2020-03-17efi_loader: export a couple of protocol related functionsAKASHI Takahiro
2020-02-28efi_loader: Implement FileLoad2 for initramfs loadingIlias Apalodimas
2020-01-07efi_rng_protocol: Install the efi_rng_protocol on the root nodeSughosh Ganu
2020-01-07efi_loader: Add guidcpy functionSughosh Ganu
2020-01-07efi_loader: export efi_install_fdt()Heinrich Schuchardt
2020-01-07efi_loader: carve out efi_run_image()Heinrich Schuchardt
2020-01-07efi_loader: pass address to efi_install_fdt()Heinrich Schuchardt
2019-11-19efi_loader: remove unused function efi_dp_from_dev()Heinrich Schuchardt
2019-10-08efi: Move inline functions to unconditional part of headerSimon Glass
2019-09-20efi_loader: device_path: support Sandbox's "host" devicesAKASHI Takahiro
2019-09-09efi_loader: eliminate inline function ascii2unicode()Heinrich Schuchardt
2019-09-05efi_loader: Extract adding a conventional memory in separate routinePark, Aiden
2019-07-16efi_loader: avoid alignment errorHeinrich Schuchardt
2019-07-16efi_loader: Change return type of efi_add_memory_map()Bryan O'Donoghue
2019-07-06efi_loader: detach runtime in ExitBootServices()Heinrich Schuchardt
2019-07-06efi_loader: let the variable driver patch out the runtimeHeinrich Schuchardt
2019-07-06efi_loader: initialization of variable servicesHeinrich Schuchardt
2019-07-06efi_loader: move efi_query_variable_info()Heinrich Schuchardt
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