summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_boottime.c
AgeCommit message (Expand)Author
2018-12-02Revert "efi_loader: remove efi_exit_caches()"Alexander Graf
2018-12-02efi_loader: UninstallMultipleProtocolInterfaces error codeHeinrich Schuchardt
2018-12-02efi_loader: rename parent to headerHeinrich Schuchardt
2018-12-02efi_loader: eliminate handle memberHeinrich Schuchardt
2018-12-02efi_loader: typedef struct efi_object *efi_handle_tHeinrich Schuchardt
2018-12-02efi_loader: delete handlesHeinrich Schuchardt
2018-10-16efi_loader: fix typo in efi_boottime.cHeinrich Schuchardt
2018-10-16efi_loader: Fix warning in efi_load_image()Tom Rini
2018-10-16efi_loader: efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, ...)Heinrich Schuchardt
2018-09-23efi_loader: refactor efi_setup_loaded_image()Heinrich Schuchardt
2018-09-23efi_loader: remove efi_exit_caches()Heinrich Schuchardt
2018-09-23efi_loader: create root nodeHeinrich Schuchardt
2018-09-23efi_loader: EFI_UNICODE_COLLATION_PROTOCOLHeinrich Schuchardt
2018-09-23efi_loader: use correct documentation styleHeinrich Schuchardt
2018-09-23efi_loader: fix typos in efi_boottime.cHeinrich Schuchardt
2018-09-23efi_loader: pass system table in loaded image protocolHeinrich Schuchardt
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada
2018-08-20efi_loader: update runtime services table crc32Heinrich Schuchardt
2018-08-20efi_loader: fix a parameter check at CreateEvent()AKASHI Takahiro
2018-07-25efi_loader: update crc32 in InstallConfigurationTableHeinrich Schuchardt
2018-07-25efi_loader: correct signature of CalculateCrc32()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: provide firmware revisionHeinrich Schuchardt
2018-07-25efi_loader: correct headersize EFI tablesHeinrich Schuchardt
2018-07-25efi_loader: specify UEFI spec revisionHeinrich Schuchardt
2018-07-25efi_loader: set revision in loaded image protocolHeinrich Schuchardt
2018-07-25efi_loader: check map_key in ExitBootServicesHeinrich Schuchardt
2018-07-25efi_loader: check parameters of CreateEventHeinrich Schuchardt
2018-07-25efi_loader: Introduce ms abi vararg helpersAlexander Graf
2018-07-23doc: Replace DocBook with sphinx-based docsMario Six
2018-07-02efi_loader: Increase number of configuration tables to 16Bin Meng
2018-06-03efi_loader: create handles from normal memoryHeinrich Schuchardt
2018-06-03efi_loader: DocBook comments for boot servicesHeinrich Schuchardt
2018-06-03efi_loader: implement ReinstallProtocolInterfaceHeinrich Schuchardt
2018-06-03efi_loader: check interface when uninstalling protocolHeinrich Schuchardt
2018-06-03efi_loader: remove unnecessary includeHeinrich Schuchardt
2018-05-10SPDX: Convert a few files that were missed beforeTom Rini
2018-04-23efi_loader: correcty determine total device path lengthHeinrich Schuchardt
2018-04-04efi_loader: use correct types in EFI_FILE_PROTOCOLHeinrich Schuchardt
2018-04-04efi_loader: use efi_uintn_t for LoadImageHeinrich Schuchardt
2018-04-04efi_loader: RestoreTPL should execute queued eventsHeinrich 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: fix formatting errorsHeinrich Schuchardt
2018-04-04efi_loader: clear signaled state in CheckEventHeinrich Schuchardt
2018-04-04efi_loader: check parameter in InstallConfigurationTableHeinrich Schuchardt
2018-04-04efi_loader: support device tree for bootefi selftestHeinrich Schuchardt
2018-04-04efi_loader: Initial EFI_DEVICE_PATH_UTILITIES_PROTOCOLLeif Lindholm