summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: bootmgr: make BootNext non-volatileAKASHI Takahiro2019-06-041-1/+2
* efi_loader: variable: support non-volatile attributeAKASHI Takahiro2019-06-041-3/+9
* efi_loader: notify memory map changesHeinrich Schuchardt2019-06-041-0/+11
* efi_loader: bootmgr: print a message when loading from BootNext failedAKASHI Takahiro2019-06-041-1/+5
* efi_loader: close protocols in UnloadImage()Heinrich Schuchardt2019-06-041-2/+36
* efi_loader: fix EnableCursor()Heinrich Schuchardt2019-06-041-0/+1
* efi_loader: check timer events in Stall()Heinrich Schuchardt2019-06-041-1/+7
* lib: time: export usec_to_tick()Heinrich Schuchardt2019-06-041-1/+1
* efi_loader: DisconnectController() with no driverHeinrich Schuchardt2019-06-041-2/+7
* efi_loader: variable: attributes may not be changed if a variable existsAKASHI Takahiro2019-05-241-2/+11
* efi_loader: variable: return error for APPEND_WRITEAKASHI Takahiro2019-05-241-1/+3
* efi: selftest: APPEND_WRITE is not supportedAKASHI Takahiro2019-05-241-14/+14
* efi_loader: DEL is an illegal file name characterHeinrich Schuchardt2019-05-241-1/+1
* efi_loader: correct device path checkHeinrich Schuchardt2019-05-241-1/+4
* efi_loader: return values of GetTime()Heinrich Schuchardt2019-05-241-7/+7
* efi_loader: implement SetTimeHeinrich Schuchardt2019-05-242-9/+120
* fdtdec: Remove fdt_{addr,size}_unpack()Thierry Reding2019-05-212-4/+12
* efi_loader: parameter check OutputStringHeinrich Schuchardt2019-05-191-0/+5
* efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL.SetState() correct parameterHeinrich Schuchardt2019-05-191-3/+3
* efi_loader: GetNextMonotonicCount() check parameterHeinrich Schuchardt2019-05-191-1/+8
* efi_loader: parameter checks CalculateCrc32()Heinrich Schuchardt2019-05-191-1/+8
* efi_loader: check device path in InstallMultipleProtocolInterfacesHeinrich Schuchardt2019-05-191-0/+12
* efi_loader: implement deprecated Unicode collation protocolHeinrich Schuchardt2019-05-193-1/+44
* efi_loader: rename Unicode collation protocol 2 variablesHeinrich Schuchardt2019-05-195-10/+11
* efi_loader: merge adjacent sprintf()Heinrich Schuchardt2019-05-191-3/+2
* efi_loader: parameter checks simple network protocolHeinrich Schuchardt2019-05-191-3/+3
* efi_loader: GetVariable set attributes for EFI_BUFFER_TOO_SMALLHeinrich Schuchardt2019-05-191-5/+10
* efi_loader: ACPI device node to textHeinrich Schuchardt2019-05-121-3/+3
* efi_loader: infinite recursion notifying eventsHeinrich Schuchardt2019-05-121-1/+3
* efi_loader: simplify efi_allocate_pages()Heinrich Schuchardt2019-05-121-28/+15
* efi_loader: AllocateAdress error handlingHeinrich Schuchardt2019-05-121-6/+13
* efi_loader: out of resources in AllocatePages()Heinrich Schuchardt2019-05-121-2/+2
* efi_loader: check memory address before freeingHeinrich Schuchardt2019-05-121-5/+47
* efi_loader: error code in UninstallProtocolInterface()Heinrich Schuchardt2019-05-121-1/+1
* efi_loader: superfluous check in efi_remove_protocol()Heinrich Schuchardt2019-05-121-2/+0
* efi_loader: LocateDevicePath() incorrect parameter checkHeinrich Schuchardt2019-05-121-1/+5
* efi_loader: fix typo in efi_locate_handle() commentHeinrich Schuchardt2019-05-121-1/+1
* efi_loader: make device path to text protocol customizableHeinrich Schuchardt2019-05-125-3/+14
* efi_loader: make Unicode collation protocol customizableHeinrich Schuchardt2019-05-124-2/+16
* efi_loader: reword the EFI_LOADER config optionHeinrich Schuchardt2019-05-121-5/+5
* efi_loader: format KconfigHeinrich Schuchardt2019-05-121-21/+22
* efi_loader: observe CONFIG_EFI_LOADER_HIIHeinrich Schuchardt2019-05-121-1/+1
* efi_loader: signature of ExitBootServices()Heinrich Schuchardt2019-05-071-2/+2
* efi_loader: LoadImage() check source sizeHeinrich Schuchardt2019-05-071-0/+4
* efi_loader: LoadImage() check parent imageHeinrich Schuchardt2019-05-072-23/+32
* efi_loader: HandleProtocol parameter checksHeinrich Schuchardt2019-05-071-1/+8
* efi_loader: use EFI_PRINT instead of debugHeinrich Schuchardt2019-05-071-10/+7
* efi_loader: CloseProtocol() requires valid agent handleHeinrich Schuchardt2019-05-071-2/+5
* efi_selftest: unit test for RegisterProtocolNotify()Heinrich Schuchardt2019-05-072-0/+232
* efi_loader: implement RegisterProtocolNotify()Heinrich Schuchardt2019-05-071-14/+69