summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)Author
2019-04-23efi_loader: check length in CreateDeviceNode()Heinrich Schuchardt
2019-04-23efi_loader: check memory type in AllocatePages()Heinrich Schuchardt
2019-04-23efi_loader: rework bootmgr/bootefi using load_image APIAKASHI Takahiro
2019-04-23efi_loader: correctly split device path of loaded imageHeinrich Schuchardt
2019-04-23efi_loader: consistent naming of protocol GUIDsHeinrich Schuchardt
2019-04-23efi_loader: export root node handleAKASHI Takahiro
2019-04-23efi_loader: efi_setup_loaded_image() handle missing file nameAKASHI Takahiro
2019-04-12efi_loader: simplify protocol installationHeinrich Schuchardt
2019-04-12efi_loader: export efi_install_multiple_protocol_interfacesHeinrich Schuchardt
2019-04-12efi_loader: update virtual address in efi_mem_carve_outHeinrich Schuchardt
2019-04-12efi_loader: add protection for block_devPatrick Delaunay
2019-04-12efi_loader: fix setting PlatformLangHeinrich Schuchardt
2019-04-12efi_loader: move efi_save_gd() call to board_r.cHeinrich Schuchardt
2019-04-12efi_loader: remove stray #define LOG_CATEGORY LOGL_ERRHeinrich Schuchardt
2019-04-12efi_loader: enable HII protocols by defaultHeinrich Schuchardt
2019-04-12efi_loader: assign HII protocols to root nodeHeinrich Schuchardt
2019-04-07efi_loader: correct CTRL-A - CTRL-Z console inputHeinrich Schuchardt
2019-04-07efi_loader: enable file SetInfo()Heinrich Schuchardt
2019-04-07efi_loader: correct file creationHeinrich Schuchardt
2019-04-07efi_loader: debug output file handle in efi_file_open()Heinrich 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
2019-04-07efi_loader: variables PlatformLang and PlatformLangCodesHeinrich Schuchardt
2019-04-07efi_loader: EFI_PRINT instead of debug for memory servicesHeinrich Schuchardt
2019-04-07efi_loader: EFI_PRINT instead of debug for variable servicesHeinrich Schuchardt
2019-04-07efi_loader: parameter checks in StartImage and Exit()Heinrich Schuchardt
2019-04-07efi_loader: rearrange boottime service functionsHeinrich Schuchardt
2019-04-07efi_loader: sanity checks when freeing memoryHeinrich Schuchardt
2019-04-07efi_loader: set image_base and image_size to correct valuesAKASHI Takahiro
2019-04-07efi_loader: bootmgr: support BootNext and BootCurrent variable behaviorAKASHI Takahiro
2019-04-07efi_loader: release file buffer after loading imageHeinrich Schuchardt
2019-03-27efi_loader: TODO for the EFI file protocolHeinrich Schuchardt
2019-03-20efi_loader: superfluous conversion in efi_file_open()Heinrich Schuchardt
2019-03-20efi_loader: remove superfluous check in efi_setup_loaded_image()Heinrich Schuchardt
2019-03-20efi_loader: missing return in efi_get_next_variable_name()Heinrich Schuchardt
2019-03-20efi_loader: endless loop in add_strings_package()Heinrich Schuchardt
2019-03-20efi_loader: correct parameter size in efi_allocate_poolHeinrich Schuchardt
2019-03-10efi_loader: Fix serial console size detectionMatthias Brugger
2019-03-02efi_loader: HII protocols: debug messagesHeinrich Schuchardt
2019-03-02efi_loader: HII protocols: fix new_package_list()Heinrich Schuchardt
2019-03-02efi_loader: do not add \ in efi_fs_from_name()Heinrich Schuchardt
2019-02-25efi_loader: define load option attributesAKASHI Takahiro
2019-02-25efi_loader: fix entry count in bootmgrHeinrich Schuchardt
2019-02-25efi_loader: error message if BootOrder not definedHeinrich Schuchardt
2019-02-16efi_loader: do not miss last relocation blockHeinrich Schuchardt
2019-02-16efi_loader: documentation of image loaderHeinrich Schuchardt
2019-02-16efi_loader: fix EFI entry countingHeinrich Schuchardt
2019-02-16efi_loader: use efi_start_image() for bootefiHeinrich Schuchardt
2019-02-16efi_loader: set entry point in efi_load_pe()Heinrich Schuchardt
2019-02-16efi_loader: LoadImage: always allocate new pagesHeinrich Schuchardt