aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)AuthorFilesLines
2019-05-02efi_loader: description of efi_add_handle()Heinrich Schuchardt1-3/+5
2019-05-02efi_loader: implement support of exit dataHeinrich Schuchardt1-0/+47
2019-05-02efi_loader: optional data in load options are binaryHeinrich Schuchardt1-7/+8
2019-05-02efi_loader: set OsIndicationsSupported at initAKASHI Takahiro1-0/+11
2019-05-02efi_loader: FreePages() must fail with pages = 0Heinrich Schuchardt1-1/+1
2019-05-02efi_loader: parameter check CreateEventEx()Heinrich Schuchardt1-1/+1
2019-04-23efi_loader: check length in CreateDeviceNode()Heinrich Schuchardt1-0/+3
2019-04-23efi_loader: check memory type in AllocatePages()Heinrich Schuchardt1-0/+4
2019-04-23efi_loader: rework bootmgr/bootefi using load_image APIAKASHI Takahiro2-20/+24
2019-04-23efi_loader: correctly split device path of loaded imageHeinrich Schuchardt1-10/+2
2019-04-23efi_loader: consistent naming of protocol GUIDsHeinrich Schuchardt5-9/+9
2019-04-23efi_loader: export root node handleAKASHI Takahiro1-2/+3
2019-04-23efi_loader: efi_setup_loaded_image() handle missing file nameAKASHI Takahiro1-3/+4
2019-04-12efi_loader: simplify protocol installationHeinrich Schuchardt1-51/+25
2019-04-12efi_loader: export efi_install_multiple_protocol_interfacesHeinrich Schuchardt1-1/+1
2019-04-12efi_loader: update virtual address in efi_mem_carve_outHeinrich Schuchardt1-0/+2
2019-04-12efi_loader: add protection for block_devPatrick Delaunay1-1/+1
2019-04-12efi_loader: fix setting PlatformLangHeinrich Schuchardt2-15/+67
2019-04-12efi_loader: move efi_save_gd() call to board_r.cHeinrich Schuchardt1-7/+0
2019-04-12efi_loader: remove stray #define LOG_CATEGORY LOGL_ERRHeinrich Schuchardt1-2/+0
2019-04-12efi_loader: enable HII protocols by defaultHeinrich Schuchardt1-5/+2
2019-04-12efi_loader: assign HII protocols to root nodeHeinrich Schuchardt2-20/+20
2019-04-07efi_loader: correct CTRL-A - CTRL-Z console inputHeinrich Schuchardt1-0/+17
2019-04-07efi_loader: enable file SetInfo()Heinrich Schuchardt1-2/+65
2019-04-07efi_loader: correct file creationHeinrich Schuchardt1-8/+27
2019-04-07efi_loader: debug output file handle in efi_file_open()Heinrich Schuchardt1-2/+4
2019-04-07efi_loader: boottime: export efi_[un]load_image()AKASHI Takahiro1-7/+7
2019-04-07efi_loader: boottime: add loaded image device path protocol to image handleAKASHI Takahiro2-7/+14
2019-04-07efi_loader: variables PlatformLang and PlatformLangCodesHeinrich Schuchardt1-0/+27
2019-04-07efi_loader: EFI_PRINT instead of debug for memory servicesHeinrich Schuchardt1-2/+2
2019-04-07efi_loader: EFI_PRINT instead of debug for variable servicesHeinrich Schuchardt1-5/+5
2019-04-07efi_loader: parameter checks in StartImage and Exit()Heinrich Schuchardt1-0/+27
2019-04-07efi_loader: rearrange boottime service functionsHeinrich Schuchardt1-109/+109
2019-04-07efi_loader: sanity checks when freeing memoryHeinrich Schuchardt1-18/+58
2019-04-07efi_loader: set image_base and image_size to correct valuesAKASHI Takahiro1-11/+11
2019-04-07efi_loader: bootmgr: support BootNext and BootCurrent variable behaviorAKASHI Takahiro1-4/+47
2019-04-07efi_loader: release file buffer after loading imageHeinrich Schuchardt1-32/+18
2019-03-27efi_loader: TODO for the EFI file protocolHeinrich Schuchardt1-0/+4
2019-03-20efi_loader: superfluous conversion in efi_file_open()Heinrich Schuchardt1-1/+1
2019-03-20efi_loader: remove superfluous check in efi_setup_loaded_image()Heinrich Schuchardt1-4/+2
2019-03-20efi_loader: missing return in efi_get_next_variable_name()Heinrich Schuchardt1-1/+1
2019-03-20efi_loader: endless loop in add_strings_package()Heinrich Schuchardt1-3/+2
2019-03-20efi_loader: correct parameter size in efi_allocate_poolHeinrich Schuchardt1-2/+3
2019-03-10efi_loader: Fix serial console size detectionMatthias Brugger1-27/+35
2019-03-02efi_loader: HII protocols: debug messagesHeinrich Schuchardt1-18/+18
2019-03-02efi_loader: HII protocols: fix new_package_list()Heinrich Schuchardt1-1/+1
2019-03-02efi_loader: do not add \ in efi_fs_from_name()Heinrich Schuchardt1-6/+1
2019-02-25efi_loader: define load option attributesAKASHI Takahiro1-4/+0
2019-02-25efi_loader: fix entry count in bootmgrHeinrich Schuchardt1-4/+0
2019-02-25efi_loader: error message if BootOrder not definedHeinrich Schuchardt1-1/+3