summaryrefslogtreecommitdiff
path: root/include/efi_loader.h
AgeCommit message (Expand)Author
2019-04-07efi_loader: set image_base and image_size to correct valuesAKASHI Takahiro
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
2019-02-13efi: hii: add HII config routing/access protocolsAKASHI Takahiro
2019-02-13efi_loader: Initial HII database protocolsLeif Lindholm
2019-02-13efi_loader: efi_set_variable use const void *Heinrich Schuchardt
2019-02-13efi_loader: use const efi_guid_t * for variable servicesHeinrich Schuchardt
2019-02-13efi_loader: move efi_init_obj_list() to a new efi_setup.cAKASHI Takahiro
2018-12-03efi_loader: bootmgr: add load option helper functionsAKASHI Takahiro
2018-12-02efi_loader: macro efi_size_in_pages()Heinrich Schuchardt
2018-12-02efi_loader: add efi_dp_from_name()AKASHI Takahiro
2018-12-02efi_loader: rename parent to headerHeinrich Schuchardt
2018-12-02efi_loader: eliminate handle memberHeinrich Schuchardt
2018-10-16efi_loader: return type efi_console_register()Heinrich Schuchardt
2018-09-23efi_loader: refactor efi_setup_loaded_image()Heinrich Schuchardt
2018-09-23efi_loader: remove redundant statementHeinrich Schuchardt
2018-09-23efi_loader: create root nodeHeinrich Schuchardt
2018-09-23efi_loader: struct efi_simple_text_input_protocolHeinrich Schuchardt
2018-09-23efi_loader: EFI_UNICODE_COLLATION_PROTOCOLHeinrich Schuchardt
2018-09-23efi_loader: simplify ifdefsStephen Warren
2018-08-20efi_loader: update runtime services table crc32Heinrich Schuchardt
2018-07-25efi_loader: remove unused efi_get_time_init()Heinrich Schuchardt
2018-07-25efi_loader: allocate configuration table arrayHeinrich Schuchardt
2018-07-25efi_loader: calculate crc32 for EFI tablesHeinrich Schuchardt
2018-07-25efi_loader: check map_key in ExitBootServicesHeinrich Schuchardt
2018-07-25efi_loader: Rename sections to allow for implicit dataAlexander Graf
2018-07-02efi_loader: Install ACPI configuration tablesBin Meng
2018-06-03efi: Update some comments related to smbios tablesSimon Glass
2018-06-03efi_loader: adjust definitions of variable servicesHeinrich Schuchardt
2018-05-29efi_loader: Use EFI_CACHELINE_SIZE in the image loader tooAlexander Graf
2018-05-10SPDX: Convert a few files that were missed beforeTom Rini
2018-04-23efi_loader: complete EFI_DEVICE_PATH_UTILITIES_PROTOCOLHeinrich Schuchardt
2018-04-23efi_loader: correcty determine total device path lengthHeinrich Schuchardt
2018-04-23efi_loader: implement CreateDeviceNodeHeinrich Schuchardt
2018-04-05efi_loader: new functions to print loaded image informationHeinrich Schuchardt
2018-04-05efi_loader: implement EFI_FILE_SYSTEM_INFOHeinrich Schuchardt
2018-04-05efi_loader: ascii2unicode(): add trailing \0Heinrich Schuchardt
2018-04-04efi_loader: implement event groupsHeinrich Schuchardt
2018-04-04efi_loader: define GUIDS for event groupsHeinrich Schuchardt
2018-04-04efi_loader: manage events in a linked listHeinrich Schuchardt
2018-04-04efi_loader: support device tree for bootefi selftestHeinrich Schuchardt
2018-04-04efi_loader: efi_get_time_init should return status codeHeinrich Schuchardt
2018-04-04efi_loader: exit status for efi_reset_system_initHeinrich Schuchardt
2018-04-04efi_loader: consistently return efi_status_t efi_watchdog_registerHeinrich Schuchardt
2018-04-04efi_loader: return efi_status_t from efi_net_registerHeinrich Schuchardt
2018-04-04efi_loader: return efi_status_t from efi_gop_registerHeinrich Schuchardt
2018-04-04efi_loader: efi_smbios_register should have a return valueHeinrich Schuchardt
2018-04-04efi_loader: Initial EFI_DEVICE_PATH_UTILITIES_PROTOCOLLeif Lindholm
2018-02-10efi_loader: correct efi_disk_registerHeinrich Schuchardt