summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_boottime.c
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: refactor efi_setup_loaded_image()Heinrich Schuchardt2018-09-231-48/+44
* efi_loader: remove efi_exit_caches()Heinrich Schuchardt2018-09-231-28/+0
* efi_loader: create root nodeHeinrich Schuchardt2018-09-231-18/+0
* efi_loader: EFI_UNICODE_COLLATION_PROTOCOLHeinrich Schuchardt2018-09-231-0/+6
* efi_loader: use correct documentation styleHeinrich Schuchardt2018-09-231-1/+1
* efi_loader: fix typos in efi_boottime.cHeinrich Schuchardt2018-09-231-21/+21
* efi_loader: pass system table in loaded image protocolHeinrich Schuchardt2018-09-231-0/+1
* Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada2018-09-101-4/+3
* efi_loader: update runtime services table crc32Heinrich Schuchardt2018-08-201-12/+0
* efi_loader: fix a parameter check at CreateEvent()AKASHI Takahiro2018-08-201-1/+2
* efi_loader: update crc32 in InstallConfigurationTableHeinrich Schuchardt2018-07-251-0/+3
* efi_loader: correct signature of CalculateCrc32()Heinrich Schuchardt2018-07-251-4/+4
* efi_loader: allocate configuration table arrayHeinrich Schuchardt2018-07-251-20/+19
* efi_loader: calculate crc32 for EFI tablesHeinrich Schuchardt2018-07-251-4/+28
* efi_loader: provide firmware revisionHeinrich Schuchardt2018-07-251-2/+3
* efi_loader: correct headersize EFI tablesHeinrich Schuchardt2018-07-251-2/+2
* efi_loader: specify UEFI spec revisionHeinrich Schuchardt2018-07-251-1/+3
* efi_loader: set revision in loaded image protocolHeinrich Schuchardt2018-07-251-0/+1
* efi_loader: check map_key in ExitBootServicesHeinrich Schuchardt2018-07-251-0/+4
* efi_loader: check parameters of CreateEventHeinrich Schuchardt2018-07-251-3/+32
* efi_loader: Introduce ms abi vararg helpersAlexander Graf2018-07-251-18/+18
* doc: Replace DocBook with sphinx-based docsMario Six2018-07-231-456/+490
* efi_loader: Increase number of configuration tables to 16Bin Meng2018-07-021-1/+1
* efi_loader: create handles from normal memoryHeinrich Schuchardt2018-06-031-7/+6
* efi_loader: DocBook comments for boot servicesHeinrich Schuchardt2018-06-031-396/+436
* efi_loader: implement ReinstallProtocolInterfaceHeinrich Schuchardt2018-06-031-23/+43
* efi_loader: check interface when uninstalling protocolHeinrich Schuchardt2018-06-031-0/+2
* efi_loader: remove unnecessary includeHeinrich Schuchardt2018-06-031-1/+0
* SPDX: Convert a few files that were missed beforeTom Rini2018-05-101-2/+1
* efi_loader: correcty determine total device path lengthHeinrich Schuchardt2018-04-231-2/+2
* efi_loader: use correct types in EFI_FILE_PROTOCOLHeinrich Schuchardt2018-04-041-2/+3
* efi_loader: use efi_uintn_t for LoadImageHeinrich Schuchardt2018-04-041-2/+2
* efi_loader: RestoreTPL should execute queued eventsHeinrich Schuchardt2018-04-041-0/+5
* efi_loader: implement event groupsHeinrich Schuchardt2018-04-041-21/+78
* efi_loader: define GUIDS for event groupsHeinrich Schuchardt2018-04-041-0/+16
* efi_loader: manage events in a linked listHeinrich Schuchardt2018-04-041-105/+87
* efi_loader: fix formatting errorsHeinrich Schuchardt2018-04-041-22/+26
* efi_loader: clear signaled state in CheckEventHeinrich Schuchardt2018-04-041-2/+5
* efi_loader: check parameter in InstallConfigurationTableHeinrich Schuchardt2018-04-041-0/+3
* efi_loader: support device tree for bootefi selftestHeinrich Schuchardt2018-04-041-0/+2
* efi_loader: Initial EFI_DEVICE_PATH_UTILITIES_PROTOCOLLeif Lindholm2018-04-041-0/+6
* efi_loader: remove deprecated ConsoleControlProtocolHeinrich Schuchardt2018-04-041-5/+0
* efi_loader: parameter checks for LoadImageHeinrich Schuchardt2018-04-041-0/+20
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* efi_loader: do not use 2.0.5 as UEFI revision numberHeinrich Schuchardt2018-02-101-1/+1
* efi_loader: create stub for CreateEventExHeinrich Schuchardt2018-02-101-0/+33
* efi_loader: do not install NULL as device pathHeinrich Schuchardt2018-01-281-9/+11
* efi_loader: Call Exit() on return from payload in StartImage()Alexander Graf2018-01-281-2/+7
* efi_loader: fix comments in indent_string()Heinrich Schuchardt2018-01-281-3/+6
* efi_loader: Always use EFIAPI instead of asmlinkageAlexander Graf2018-01-281-2/+2