summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)Author
2019-07-16efi_loader: fix function comments in efi_boottime.cHeinrich Schuchardt
2019-07-16efi_loader: Change return type of efi_add_memory_map()Bryan O'Donoghue
2019-07-16efi_loader: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGEHeinrich Schuchardt
2019-07-16efi_loader: efi_set_virtual_address_map_runtime()Heinrich Schuchardt
2019-07-06efi_loader: detach runtime in ExitBootServices()Heinrich Schuchardt
2019-07-06efi_loader: simplify detachingHeinrich Schuchardt
2019-07-06efi_loader: decision on EFI_RT_SUPPORTED_RESET_SYSTEMHeinrich Schuchardt
2019-07-06efi_loader: split off detaching SetVirtualAddress()Heinrich Schuchardt
2019-07-06efi_loader: unimplemented runtime servicesHeinrich Schuchardt
2019-07-06efi_loader: let the variable driver patch out the runtimeHeinrich Schuchardt
2019-07-06efi_loader: clean up runtime detachingHeinrich Schuchardt
2019-07-06efi_loader: remove NULL entries from runtime detach listHeinrich Schuchardt
2019-07-06efi_loader: initialization of variable servicesHeinrich Schuchardt
2019-07-06efi_loader: move efi_query_variable_info()Heinrich Schuchardt
2019-07-06efi_loader: remove superfluous spaces in commentsHeinrich Schuchardt
2019-06-20efi_loader: fix typo in efi_variable.cHeinrich Schuchardt
2019-06-20efi_loader: Delete() return EFI_WARN_DELETE_FAILUREHeinrich Schuchardt
2019-06-20efi_loader: ListPackageLists() return EFI_NOT_FOUNDHeinrich Schuchardt
2019-06-20efi_loader: console incorrectly advertised left logo keyHeinrich Schuchardt
2019-06-20efi_loader: alternative scan codes for F5, END, HOMEHeinrich Schuchardt
2019-06-20efi_loader: GOP: provide accurate mode informationHeinrich Schuchardt
2019-06-20efi_loader: SetMode() must blank screenHeinrich Schuchardt
2019-06-20efi_loader: system table setupHeinrich Schuchardt
2019-06-20efi_loader: QueryMode() must allocate bufferHeinrich Schuchardt
2019-06-20efi_loader: SetMode() parameters checkHeinrich Schuchardt
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-10efi_loader: implement event queueHeinrich 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-05Merge tag 'efi-2019-07-rc4-2' of git://git.denx.de/u-boot-efiTom Rini
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