summaryrefslogtreecommitdiff
path: root/include/efi_loader.h
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: remove unused efi_get_time_init()Heinrich Schuchardt2018-07-251-1/+0
* efi_loader: allocate configuration table arrayHeinrich Schuchardt2018-07-251-0/+3
* efi_loader: calculate crc32 for EFI tablesHeinrich Schuchardt2018-07-251-0/+2
* efi_loader: check map_key in ExitBootServicesHeinrich Schuchardt2018-07-251-0/+3
* efi_loader: Rename sections to allow for implicit dataAlexander Graf2018-07-251-2/+2
* efi_loader: Install ACPI configuration tablesBin Meng2018-07-021-0/+8
* efi: Update some comments related to smbios tablesSimon Glass2018-06-031-0/+7
* efi_loader: adjust definitions of variable servicesHeinrich Schuchardt2018-06-031-9/+9
* efi_loader: Use EFI_CACHELINE_SIZE in the image loader tooAlexander Graf2018-05-291-0/+7
* SPDX: Convert a few files that were missed beforeTom Rini2018-05-101-2/+1
* efi_loader: complete EFI_DEVICE_PATH_UTILITIES_PROTOCOLHeinrich Schuchardt2018-04-231-0/+9
* efi_loader: correcty determine total device path lengthHeinrich Schuchardt2018-04-231-1/+4
* efi_loader: implement CreateDeviceNodeHeinrich Schuchardt2018-04-231-1/+4
* efi_loader: new functions to print loaded image informationHeinrich Schuchardt2018-04-051-0/+5
* efi_loader: implement EFI_FILE_SYSTEM_INFOHeinrich Schuchardt2018-04-051-0/+2
* efi_loader: ascii2unicode(): add trailing \0Heinrich Schuchardt2018-04-051-0/+1
* efi_loader: implement event groupsHeinrich Schuchardt2018-04-041-1/+6
* efi_loader: define GUIDS for event groupsHeinrich Schuchardt2018-04-041-0/+10
* efi_loader: manage events in a linked listHeinrich Schuchardt2018-04-041-5/+6
* efi_loader: support device tree for bootefi selftestHeinrich Schuchardt2018-04-041-0/+2
* efi_loader: efi_get_time_init should return status codeHeinrich Schuchardt2018-04-041-1/+1
* efi_loader: exit status for efi_reset_system_initHeinrich Schuchardt2018-04-041-3/+8
* efi_loader: consistently return efi_status_t efi_watchdog_registerHeinrich Schuchardt2018-04-041-1/+1
* efi_loader: return efi_status_t from efi_net_registerHeinrich Schuchardt2018-04-041-1/+1
* efi_loader: return efi_status_t from efi_gop_registerHeinrich Schuchardt2018-04-041-1/+1
* efi_loader: efi_smbios_register should have a return valueHeinrich Schuchardt2018-04-041-1/+1
* efi_loader: Initial EFI_DEVICE_PATH_UTILITIES_PROTOCOLLeif Lindholm2018-04-041-0/+4
* efi_loader: correct efi_disk_registerHeinrich Schuchardt2018-02-101-1/+1
* efi_driver: return type of efi_driver_init()Heinrich Schuchardt2018-02-101-1/+1
* efi_driver: EFI block driverHeinrich Schuchardt2018-01-221-0/+2
* efi_loader: add check_tpl parameter to efi_signal_eventHeinrich Schuchardt2018-01-221-1/+1
* efi_loader: provide function to get last node of a device pathHeinrich Schuchardt2018-01-221-0/+3
* efi_loader: make efi_disk_create_partitions a global symbolHeinrich Schuchardt2018-01-221-0/+4
* efi_loader: provide a function to create a partition nodeHeinrich Schuchardt2018-01-221-0/+2
* efi_loader: make efi_block_io_guid a global symbolHeinrich Schuchardt2018-01-221-0/+2
* efi_loader: return NULL from device path functionsHeinrich Schuchardt2018-01-221-3/+3
* efi_loader: consistently use efi_handle_t for handlesHeinrich Schuchardt2018-01-221-6/+8
* efi_loader: implement ConnectControllerHeinrich Schuchardt2018-01-221-0/+2
* efi_loader: debug output installed device pathHeinrich Schuchardt2018-01-221-3/+4
* efi_loader: list of open protocol infosHeinrich Schuchardt2018-01-221-1/+14
* efi_loader: new function efi_delete_handle()Heinrich Schuchardt2017-12-161-0/+2
* efi_loader: return status from efi_setup_loaded_image()Heinrich Schuchardt2017-12-161-3/+5
* efi_loader: helper function to add EFI object to listHeinrich Schuchardt2017-12-011-0/+2
* efi_loader: manage protocols in a linked listHeinrich Schuchardt2017-12-011-2/+4
* efi_loader: efi_console: use helper functionsHeinrich Schuchardt2017-12-011-10/+2
* efi_loader: helper functions for protocol managementHeinrich Schuchardt2017-12-011-0/+12
* efi_loader: argument of efi_search_obj should be constHeinrich Schuchardt2017-12-011-1/+1
* efi_loader: make efi_create_handle non-staticHeinrich Schuchardt2017-12-011-0/+2
* efi_loader: efi_dp_match should have const argumentsHeinrich Schuchardt2017-12-011-1/+2
* efi_loader: rework efi_search_objHeinrich Schuchardt2017-12-011-0/+2