summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-2019-07-rc4-2' of git://git.denx.de/u-boot-efiTom Rini2019-06-056-10/+74
|\
| * 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_selftest: unit test for OpenProtocolInformation()Heinrich Schuchardt2019-06-012-0/+206
* | efi_loader: CloseProtocol() fix open protocol informationHeinrich Schuchardt2019-06-011-1/+0
* | efi_loader: open protocol informationHeinrich Schuchardt2019-06-011-1/+2
* | efi_loader: correct HandleProtocol()Heinrich Schuchardt2019-06-011-1/+1
* | efi_loader: Kconfig entries for GetTime(), SetTime()Heinrich Schuchardt2019-06-014-15/+26
* | efi_loader: handling of daylight saving timeHeinrich Schuchardt2019-05-311-4/+5
* | efi_loader: check time in SetTime()Heinrich Schuchardt2019-05-311-1/+25
* | efi_loader: correct UninstallProtocolInterface()Heinrich Schuchardt2019-05-311-4/+0
* | efi_loader: avoid crash in OpenProtocol()Heinrich Schuchardt2019-05-311-9/+17
* | efi_loader: correct OpenProtocol()Heinrich Schuchardt2019-05-311-3/+11
* | efi_loader: registration key in LocateProtocol()Heinrich Schuchardt2019-05-311-10/+39
* | efi_loader: factor out efi_check_register_notify_event()Heinrich Schuchardt2019-05-311-8/+23
* | efi_loader: bootmgr: print a message when loading from BootNext failedAKASHI Takahiro2019-05-311-1/+5
* | efi_loader: correct notification of protocol installationHeinrich Schuchardt2019-05-312-21/+58
|/
* 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