summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-06-20efi_loader: QueryMode() check parametersHeinrich Schuchardt
2019-06-20efi_loader: Blt() with incorrect BltOperationHeinrich Schuchardt
2019-06-14efi_loader: fix SetAttribute()Heinrich Schuchardt
2019-06-14efi_loader: fix SetMode()Heinrich Schuchardt
2019-06-14efi_loader: GetTime() must return EFI_UNSUPPORTEDHeinrich Schuchardt
2019-06-14efi_loader: add RuntimeServicesSupported variableAKASHI Takahiro
2019-06-14efi_loader: parameter checks SetVariable()Heinrich Schuchardt
2019-06-14efi_loader: legal characters in StrToFat()Heinrich Schuchardt
2019-06-14efi_loader: MetaiMatch() must be case insensitiveHeinrich Schuchardt
2019-06-14efi_loader: AllocatePages() must accept addr == 0Heinrich Schuchardt
2019-06-14efi_loader: correct ExitBootServices()Heinrich Schuchardt
2019-06-14efi_loader: loaded images cannot be started twiceHeinrich Schuchardt
2019-06-14efi_loader: LoadImage must return EFI_NOT_FOUNDHeinrich Schuchardt
2019-06-14efi_loader: LoadImage w/o SourceBuffer and DevicePathHeinrich Schuchardt
2019-06-12Merge tag 'efi-2019-07-rc5' of git://git.denx.de/u-boot-efiTom Rini
2019-06-10efi_loader: implement event queueHeinrich Schuchardt
2019-06-10efi_selftest: correct event group testHeinrich Schuchardt
2019-06-10efi_loader: event signaling in ExitBootServicesHeinrich Schuchardt
2019-06-10efi_loader: SignalEvent for event in signaled stateHeinrich Schuchardt
2019-06-10efi_loader: RegisterProtocolNotify event signalingHeinrich Schuchardt
2019-06-08Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini
2019-06-07lib/vsprintf: allow printing upper case GUIDsHeinrich Schuchardt
2019-06-05Merge tag 'efi-2019-07-rc4-2' of git://git.denx.de/u-boot-efiTom Rini
2019-06-05lib: Implement strndup()Thierry Reding
2019-06-05fdtdec: Add fdtdec_set_ethernet_mac_address()Thierry Reding
2019-06-04efi_loader: bootmgr: make BootNext non-volatileAKASHI Takahiro
2019-06-04efi_loader: variable: support non-volatile attributeAKASHI Takahiro
2019-06-04efi_loader: notify memory map changesHeinrich Schuchardt
2019-06-04efi_loader: bootmgr: print a message when loading from BootNext failedAKASHI Takahiro
2019-06-04efi_loader: close protocols in UnloadImage()Heinrich Schuchardt
2019-06-04efi_loader: fix EnableCursor()Heinrich Schuchardt
2019-06-04efi_loader: check timer events in Stall()Heinrich Schuchardt
2019-06-04lib: time: export usec_to_tick()Heinrich Schuchardt
2019-06-04efi_loader: DisconnectController() with no driverHeinrich Schuchardt
2019-06-01efi_selftest: unit test for OpenProtocolInformation()Heinrich Schuchardt
2019-06-01efi_loader: CloseProtocol() fix open protocol informationHeinrich Schuchardt
2019-06-01efi_loader: open protocol informationHeinrich Schuchardt
2019-06-01efi_loader: correct HandleProtocol()Heinrich Schuchardt
2019-06-01efi_loader: Kconfig entries for GetTime(), SetTime()Heinrich Schuchardt
2019-05-31efi_loader: handling of daylight saving timeHeinrich Schuchardt
2019-05-31efi_loader: check time in SetTime()Heinrich Schuchardt
2019-05-31efi_loader: correct UninstallProtocolInterface()Heinrich Schuchardt
2019-05-31efi_loader: avoid crash in OpenProtocol()Heinrich Schuchardt
2019-05-31efi_loader: correct OpenProtocol()Heinrich Schuchardt
2019-05-31efi_loader: registration key in LocateProtocol()Heinrich Schuchardt
2019-05-31efi_loader: factor out efi_check_register_notify_event()Heinrich Schuchardt
2019-05-31efi_loader: bootmgr: print a message when loading from BootNext failedAKASHI Takahiro
2019-05-31efi_loader: correct notification of protocol installationHeinrich Schuchardt
2019-05-24efi_loader: variable: attributes may not be changed if a variable existsAKASHI Takahiro
2019-05-24efi_loader: variable: return error for APPEND_WRITEAKASHI Takahiro