summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)Author
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom 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: correctly determine length of empty device pathHeinrich Schuchardt
2018-04-23efi_loader: fix AppendDevicePathHeinrich Schuchardt
2018-04-23efi_loader: implement CreateDeviceNodeHeinrich Schuchardt
2018-04-23efi_loader: no support for ARMV7_NONSEC=yHeinrich Schuchardt
2018-04-13Revert "Kconfig: cmd: Make networking command dependent on NET"Joe Hershberger
2018-04-06efi_loader: Check machine type in the image headerIvan Gorinov
2018-04-05efi_loader: completely initialize networkHeinrich 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: use const for GUIDs in the EFI_FILE_PROTOCOLHeinrich Schuchardt
2018-04-04efi_loader: use correct types in EFI_FILE_PROTOCOLHeinrich Schuchardt
2018-04-04efi_loader: ImageSize must be multiple of SectionAlignmentHeinrich Schuchardt
2018-04-04efi_loader: save image relocation address and sizeHeinrich Schuchardt
2018-04-04efi_loader: use efi_uintn_t for LoadImageHeinrich Schuchardt
2018-04-04efi_loader: initialize device path on allocPatrick Wildt
2018-04-04efi_loader: Fix network DP with DM_ETHAlexander Graf
2018-04-04efi_loader: Fix return value for efi_add_runtime_mmioAlexander Graf
2018-04-04efi_loader: Optimize GOP moreAlexander Graf
2018-04-04efi_loader: Optimize GOP switchAlexander Graf
2018-04-04efi_loader: use __always_inline for pixel conversionHeinrich Schuchardt
2018-04-04efi_loader: RestoreTPL should execute queued eventsHeinrich Schuchardt
2018-04-04efi_loader: use TPL_NOTIFY for network timer eventHeinrich Schuchardt
2018-04-04efi_loader: correctly support parameter delta in BltHeinrich Schuchardt
2018-04-04efi: Correct header order in efi_memorySimon Glass
2018-04-04efi_loader: use constants in efi_allocate_pages()Heinrich Schuchardt
2018-04-04efi_loader: show UEFI revision in helloworldHeinrich Schuchardt
2018-04-04efi_loader: add missing EFI_RESET_PLATFORM_SPECIFICHeinrich Schuchardt
2018-04-04efi_loader: implement missing bit blit operations in gopHeinrich 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: correct input of special keysHeinrich 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-04-04efi_loader: remove deprecated ConsoleControlProtocolHeinrich Schuchardt
2018-04-04efi_loader: parameter checks for LoadImageHeinrich Schuchardt
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada