index
:
u-boot.git
master
sbiboot
"Das U-Boot" Source Tree
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
efi_loader
/
efi_runtime.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
efi_loader: Remove <common.h>
Tom Rini
2023-12-21
1
-1
/
+0
*
efi: loader: Make efi_runtime_mmio static
Bin Meng
2023-04-08
1
-1
/
+1
*
efi_loader: static functions in efi_runtime.c
Heinrich Schuchardt
2023-02-10
1
-2
/
+2
*
Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE
Simon Glass
2022-10-31
1
-4
/
+4
*
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
1
-0
/
+1
*
efi_loader: don't set EFI_RT_SUPPORTED_UPDATE_CAPSULE
Heinrich Schuchardt
2020-12-10
1
-4
/
+0
*
efi_loader: define UpdateCapsule api
AKASHI Takahiro
2020-12-03
1
-44
/
+60
*
efi_loader: daylight saving time
Heinrich Schuchardt
2020-10-27
1
-3
/
+16
*
efi_loader: ResetSystem() should not hang
Heinrich Schuchardt
2020-08-24
1
-3
/
+4
*
efi_loader: don't use memmove() in efi_var_mem_del()
Heinrich Schuchardt
2020-07-22
1
-0
/
+2
*
efi_loader: enable UEFI variables at runtime
Heinrich Schuchardt
2020-07-11
1
-0
/
+2
*
efi_loader: new function efi_memcpy_runtime()
Heinrich Schuchardt
2020-07-11
1
-0
/
+19
*
efi_loader: optional pointer for ConvertPointer
Heinrich Schuchardt
2020-07-11
1
-0
/
+6
*
efi_loader: export efi_convert_pointer()
Heinrich Schuchardt
2020-07-11
1
-5
/
+3
*
efi_loader: NULL dereference in efi_convert_pointer
Heinrich Schuchardt
2020-07-11
1
-1
/
+2
*
common: Drop log.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
efi_loader: round the memory area in efi_add_memory_map()
Michael Walle
2020-05-17
1
-2
/
+1
*
efi_loader: description efi_convert_pointer()
Heinrich Schuchardt
2020-03-22
1
-2
/
+2
*
efi_loader: implement EFI_RT_PROPERTIES_TABLE
Heinrich Schuchardt
2020-02-26
1
-8
/
+28
*
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-02-05
1
-0
/
+1
*
common: Move ARM cache operations out of common.h
Simon Glass
2019-12-02
1
-0
/
+1
*
crc32: Use the crc.h header for crc functions
Simon Glass
2019-12-02
1
-0
/
+1
*
efi_loader: do not call efi_runtime_detach twice
Heinrich Schuchardt
2019-08-15
1
-9
/
+4
*
efi_loader: parameter check in SetVirtualAddressMap
Heinrich Schuchardt
2019-08-15
1
-3
/
+10
*
efi_loader: implement ConvertPointer()
Heinrich Schuchardt
2019-07-30
1
-4
/
+71
*
efi_loader: definition of efi_virtual_address_map()
Heinrich Schuchardt
2019-07-30
1
-7
/
+7
*
efi_loader: Change return type of efi_add_memory_map()
Bryan O'Donoghue
2019-07-16
1
-3
/
+3
*
efi_loader: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE
Heinrich Schuchardt
2019-07-16
1
-2
/
+12
*
efi_loader: efi_set_virtual_address_map_runtime()
Heinrich Schuchardt
2019-07-16
1
-1
/
+1
*
efi_loader: detach runtime in ExitBootServices()
Heinrich Schuchardt
2019-07-06
1
-1
/
+1
*
efi_loader: simplify detaching
Heinrich Schuchardt
2019-07-06
1
-32
/
+8
*
efi_loader: decision on EFI_RT_SUPPORTED_RESET_SYSTEM
Heinrich Schuchardt
2019-07-06
1
-4
/
+1
*
efi_loader: split off detaching SetVirtualAddress()
Heinrich Schuchardt
2019-07-06
1
-11
/
+58
*
efi_loader: unimplemented runtime services
Heinrich Schuchardt
2019-07-06
1
-32
/
+2
*
efi_loader: let the variable driver patch out the runtime
Heinrich Schuchardt
2019-07-06
1
-9
/
+0
*
efi_loader: clean up runtime detaching
Heinrich Schuchardt
2019-07-06
1
-23
/
+55
*
efi_loader: remove NULL entries from runtime detach list
Heinrich Schuchardt
2019-07-06
1
-16
/
+0
*
efi_loader: move efi_query_variable_info()
Heinrich Schuchardt
2019-07-06
1
-27
/
+0
*
efi_loader: GetTime() must return EFI_UNSUPPORTED
Heinrich Schuchardt
2019-06-14
1
-2
/
+1
*
efi_loader: add RuntimeServicesSupported variable
AKASHI Takahiro
2019-06-14
1
-0
/
+24
*
efi_loader: event signaling in ExitBootServices
Heinrich Schuchardt
2019-06-10
1
-1
/
+1
*
efi_loader: Kconfig entries for GetTime(), SetTime()
Heinrich Schuchardt
2019-06-01
1
-3
/
+3
*
efi_loader: handling of daylight saving time
Heinrich Schuchardt
2019-05-31
1
-4
/
+5
*
efi_loader: check time in SetTime()
Heinrich Schuchardt
2019-05-31
1
-1
/
+25
*
efi_loader: return values of GetTime()
Heinrich Schuchardt
2019-05-24
1
-7
/
+7
*
efi_loader: implement SetTime
Heinrich Schuchardt
2019-05-24
1
-1
/
+72
*
efi_loader: efi_add_runtime_mmio()
Heinrich Schuchardt
2019-02-13
1
-1
/
+2
*
efi_loader: Make RTS relocation more robust
Alexander Graf
2018-12-23
1
-3
/
+31
*
efi_loader: SetVirtualAddressMap() should return EFI_UNSUPPORTED
AKASHI Takahiro
2018-12-02
1
-1
/
+1
*
efi_loader: correct a function prototype of QueryCapsuleCapabilities()
AKASHI Takahiro
2018-12-02
1
-2
/
+2
[next]