summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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