summaryrefslogtreecommitdiff
path: root/lib/efi_loader
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: check length in CreateDeviceNode()Heinrich Schuchardt2019-04-231-0/+3
* efi_loader: check memory type in AllocatePages()Heinrich Schuchardt2019-04-231-0/+4
* efi_loader: rework bootmgr/bootefi using load_image APIAKASHI Takahiro2019-04-232-20/+24
* efi_loader: correctly split device path of loaded imageHeinrich Schuchardt2019-04-231-10/+2
* efi_loader: consistent naming of protocol GUIDsHeinrich Schuchardt2019-04-235-9/+9
* efi_loader: export root node handleAKASHI Takahiro2019-04-231-2/+3
* efi_loader: efi_setup_loaded_image() handle missing file nameAKASHI Takahiro2019-04-231-3/+4
* efi_loader: simplify protocol installationHeinrich Schuchardt2019-04-121-51/+25
* efi_loader: export efi_install_multiple_protocol_interfacesHeinrich Schuchardt2019-04-121-1/+1
* efi_loader: update virtual address in efi_mem_carve_outHeinrich Schuchardt2019-04-121-0/+2
* efi_loader: add protection for block_devPatrick Delaunay2019-04-121-1/+1
* efi_loader: fix setting PlatformLangHeinrich Schuchardt2019-04-122-15/+67
* efi_loader: move efi_save_gd() call to board_r.cHeinrich Schuchardt2019-04-121-7/+0
* efi_loader: remove stray #define LOG_CATEGORY LOGL_ERRHeinrich Schuchardt2019-04-121-2/+0
* efi_loader: enable HII protocols by defaultHeinrich Schuchardt2019-04-121-5/+2
* efi_loader: assign HII protocols to root nodeHeinrich Schuchardt2019-04-122-20/+20
* efi_loader: correct CTRL-A - CTRL-Z console inputHeinrich Schuchardt2019-04-071-0/+17
* efi_loader: enable file SetInfo()Heinrich Schuchardt2019-04-071-2/+65
* efi_loader: correct file creationHeinrich Schuchardt2019-04-071-8/+27
* efi_loader: debug output file handle in efi_file_open()Heinrich Schuchardt2019-04-071-2/+4
* efi_loader: boottime: export efi_[un]load_image()AKASHI Takahiro2019-04-071-7/+7
* efi_loader: boottime: add loaded image device path protocol to image handleAKASHI Takahiro2019-04-072-7/+14
* efi_loader: variables PlatformLang and PlatformLangCodesHeinrich Schuchardt2019-04-071-0/+27
* efi_loader: EFI_PRINT instead of debug for memory servicesHeinrich Schuchardt2019-04-071-2/+2
* efi_loader: EFI_PRINT instead of debug for variable servicesHeinrich Schuchardt2019-04-071-5/+5
* efi_loader: parameter checks in StartImage and Exit()Heinrich Schuchardt2019-04-071-0/+27
* efi_loader: rearrange boottime service functionsHeinrich Schuchardt2019-04-071-109/+109
* efi_loader: sanity checks when freeing memoryHeinrich Schuchardt2019-04-071-18/+58
* efi_loader: set image_base and image_size to correct valuesAKASHI Takahiro2019-04-071-11/+11
* efi_loader: bootmgr: support BootNext and BootCurrent variable behaviorAKASHI Takahiro2019-04-071-4/+47
* efi_loader: release file buffer after loading imageHeinrich Schuchardt2019-04-071-32/+18
* efi_loader: TODO for the EFI file protocolHeinrich Schuchardt2019-03-271-0/+4
* efi_loader: superfluous conversion in efi_file_open()Heinrich Schuchardt2019-03-201-1/+1
* efi_loader: remove superfluous check in efi_setup_loaded_image()Heinrich Schuchardt2019-03-201-4/+2
* efi_loader: missing return in efi_get_next_variable_name()Heinrich Schuchardt2019-03-201-1/+1
* efi_loader: endless loop in add_strings_package()Heinrich Schuchardt2019-03-201-3/+2
* efi_loader: correct parameter size in efi_allocate_poolHeinrich Schuchardt2019-03-201-2/+3
* efi_loader: Fix serial console size detectionMatthias Brugger2019-03-101-27/+35
* efi_loader: HII protocols: debug messagesHeinrich Schuchardt2019-03-021-18/+18
* efi_loader: HII protocols: fix new_package_list()Heinrich Schuchardt2019-03-021-1/+1
* efi_loader: do not add \ in efi_fs_from_name()Heinrich Schuchardt2019-03-021-6/+1
* efi_loader: define load option attributesAKASHI Takahiro2019-02-251-4/+0
* efi_loader: fix entry count in bootmgrHeinrich Schuchardt2019-02-251-4/+0
* efi_loader: error message if BootOrder not definedHeinrich Schuchardt2019-02-251-1/+3
* efi_loader: do not miss last relocation blockHeinrich Schuchardt2019-02-161-1/+1
* efi_loader: documentation of image loaderHeinrich Schuchardt2019-02-161-9/+19
* efi_loader: fix EFI entry countingHeinrich Schuchardt2019-02-161-1/+2
* efi_loader: use efi_start_image() for bootefiHeinrich Schuchardt2019-02-161-3/+3
* efi_loader: set entry point in efi_load_pe()Heinrich Schuchardt2019-02-162-20/+23
* efi_loader: LoadImage: always allocate new pagesHeinrich Schuchardt2019-02-162-31/+71