summaryrefslogtreecommitdiff
path: root/include/efi_loader.h
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-23efi_loader: refactor efi_setup_loaded_image()Heinrich Schuchardt1-7/+20
2018-09-23efi_loader: remove redundant statementHeinrich Schuchardt1-1/+9
2018-09-23efi_loader: create root nodeHeinrich Schuchardt1-0/+9
2018-09-23efi_loader: struct efi_simple_text_input_protocolHeinrich Schuchardt1-1/+1
2018-09-23efi_loader: EFI_UNICODE_COLLATION_PROTOCOLHeinrich Schuchardt1-0/+5
2018-09-23efi_loader: simplify ifdefsStephen Warren1-3/+3
2018-08-20efi_loader: update runtime services table crc32Heinrich Schuchardt1-0/+3
2018-07-25efi_loader: remove unused efi_get_time_init()Heinrich Schuchardt1-1/+0
2018-07-25efi_loader: allocate configuration table arrayHeinrich Schuchardt1-0/+3
2018-07-25efi_loader: calculate crc32 for EFI tablesHeinrich Schuchardt1-0/+2
2018-07-25efi_loader: check map_key in ExitBootServicesHeinrich Schuchardt1-0/+3
2018-07-25efi_loader: Rename sections to allow for implicit dataAlexander Graf1-2/+2
2018-07-02efi_loader: Install ACPI configuration tablesBin Meng1-0/+8
2018-06-03efi: Update some comments related to smbios tablesSimon Glass1-0/+7
2018-06-03efi_loader: adjust definitions of variable servicesHeinrich Schuchardt1-9/+9
2018-05-29efi_loader: Use EFI_CACHELINE_SIZE in the image loader tooAlexander Graf1-0/+7
2018-05-11SPDX: Convert a few files that were missed beforeTom Rini1-2/+1
2018-04-23efi_loader: complete EFI_DEVICE_PATH_UTILITIES_PROTOCOLHeinrich Schuchardt1-0/+9
2018-04-23efi_loader: correcty determine total device path lengthHeinrich Schuchardt1-1/+4
2018-04-23efi_loader: implement CreateDeviceNodeHeinrich Schuchardt1-1/+4
2018-04-05efi_loader: new functions to print loaded image informationHeinrich Schuchardt1-0/+5
2018-04-05efi_loader: implement EFI_FILE_SYSTEM_INFOHeinrich Schuchardt1-0/+2
2018-04-05efi_loader: ascii2unicode(): add trailing \0Heinrich Schuchardt1-0/+1
2018-04-04efi_loader: implement event groupsHeinrich Schuchardt1-1/+6
2018-04-04efi_loader: define GUIDS for event groupsHeinrich Schuchardt1-0/+10
2018-04-04efi_loader: manage events in a linked listHeinrich Schuchardt1-5/+6
2018-04-04efi_loader: support device tree for bootefi selftestHeinrich Schuchardt1-0/+2
2018-04-04efi_loader: efi_get_time_init should return status codeHeinrich Schuchardt1-1/+1
2018-04-04efi_loader: exit status for efi_reset_system_initHeinrich Schuchardt1-3/+8
2018-04-04efi_loader: consistently return efi_status_t efi_watchdog_registerHeinrich Schuchardt1-1/+1