summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: fix SetAttribute()Heinrich Schuchardt2019-06-141-0/+2
* efi_loader: fix SetMode()Heinrich Schuchardt2019-06-141-17/+14
* efi_loader: GetTime() must return EFI_UNSUPPORTEDHeinrich Schuchardt2019-06-141-2/+1
* efi_loader: add RuntimeServicesSupported variableAKASHI Takahiro2019-06-142-0/+29
* efi_loader: parameter checks SetVariable()Heinrich Schuchardt2019-06-141-1/+3
* efi_loader: legal characters in StrToFat()Heinrich Schuchardt2019-06-141-2/+2
* efi_loader: MetaiMatch() must be case insensitiveHeinrich Schuchardt2019-06-141-24/+41
* efi_loader: AllocatePages() must accept addr == 0Heinrich Schuchardt2019-06-141-3/+3
* efi_loader: correct ExitBootServices()Heinrich Schuchardt2019-06-141-5/+8
* efi_loader: loaded images cannot be started twiceHeinrich Schuchardt2019-06-141-0/+3
* efi_loader: LoadImage must return EFI_NOT_FOUNDHeinrich Schuchardt2019-06-141-1/+1
* efi_loader: LoadImage w/o SourceBuffer and DevicePathHeinrich Schuchardt2019-06-141-11/+4
* Merge tag 'efi-2019-07-rc5' of git://git.denx.de/u-boot-efiTom Rini2019-06-125-49/+99
|\
| * efi_loader: implement event queueHeinrich Schuchardt2019-06-101-26/+68
| * efi_selftest: correct event group testHeinrich Schuchardt2019-06-101-5/+4
| * efi_loader: event signaling in ExitBootServicesHeinrich Schuchardt2019-06-104-22/+28
| * efi_loader: SignalEvent for event in signaled stateHeinrich Schuchardt2019-06-101-0/+2
| * efi_loader: RegisterProtocolNotify event signalingHeinrich Schuchardt2019-06-101-0/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2019-06-082-0/+52
|\ \ | |/ |/|
| * lib: Implement strndup()Thierry Reding2019-06-051-0/+23
| * fdtdec: Add fdtdec_set_ethernet_mac_address()Thierry Reding2019-06-051-0/+29
* | lib/vsprintf: allow printing upper case GUIDsHeinrich Schuchardt2019-06-072-12/+20
* | 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