index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
old/tizen_20241126
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
efi_loader
/
efi_runtime.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-19
efi_loader: avoid duplicate weak invalidate_icache_all()
Heinrich Schuchardt
1
-1
/
+6
2024-05-01
efi_loader: enable QueryVariableInfo at runtime for file backed variables
Ilias Apalodimas
1
-0
/
+4
2024-04-20
efi_loader: add an EFI variable with the file contents
Ilias Apalodimas
1
-0
/
+25
2024-04-20
efi_loader: Add OS notifications for SetVariable at runtime
Ilias Apalodimas
1
-3
/
+16
2024-04-20
efi_loader: conditionally enable SetvariableRT
Ilias Apalodimas
1
-0
/
+4
2024-04-08
efi_loader: access __efi_runtime_rel_start/stop without &
Ilias Apalodimas
1
-3
/
+3
2024-03-29
arm: fix __efi_runtime_rel_start/end definitions
Ilias Apalodimas
1
-0
/
+1
2023-12-21
efi_loader: Remove <common.h>
Tom Rini
1
-1
/
+0
2023-04-08
efi: loader: Make efi_runtime_mmio static
Bin Meng
1
-1
/
+1
2023-02-10
efi_loader: static functions in efi_runtime.c
Heinrich Schuchardt
1
-2
/
+2
2022-10-31
Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE
Simon Glass
1
-4
/
+4
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
1
-0
/
+1
2020-12-10
efi_loader: don't set EFI_RT_SUPPORTED_UPDATE_CAPSULE
Heinrich Schuchardt
1
-4
/
+0
2020-12-03
efi_loader: define UpdateCapsule api
AKASHI Takahiro
1
-44
/
+60
2020-10-27
efi_loader: daylight saving time
Heinrich Schuchardt
1
-3
/
+16
2020-08-24
efi_loader: ResetSystem() should not hang
Heinrich Schuchardt
1
-3
/
+4
2020-07-22
efi_loader: don't use memmove() in efi_var_mem_del()
Heinrich Schuchardt
1
-0
/
+2
2020-07-11
efi_loader: enable UEFI variables at runtime
Heinrich Schuchardt
1
-0
/
+2
2020-07-11
efi_loader: new function efi_memcpy_runtime()
Heinrich Schuchardt
1
-0
/
+19
2020-07-11
efi_loader: optional pointer for ConvertPointer
Heinrich Schuchardt
1
-0
/
+6
2020-07-11
efi_loader: export efi_convert_pointer()
Heinrich Schuchardt
1
-5
/
+3
2020-07-11
efi_loader: NULL dereference in efi_convert_pointer
Heinrich Schuchardt
1
-1
/
+2
2020-05-18
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2020-05-17
efi_loader: round the memory area in efi_add_memory_map()
Michael Walle
1
-2
/
+1
2020-03-22
efi_loader: description efi_convert_pointer()
Heinrich Schuchardt
1
-2
/
+2
2020-02-26
efi_loader: implement EFI_RT_PROPERTIES_TABLE
Heinrich Schuchardt
1
-8
/
+28
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
1
-0
/
+1
2019-12-02
common: Move ARM cache operations out of common.h
Simon Glass
1
-0
/
+1
2019-12-02
crc32: Use the crc.h header for crc functions
Simon Glass
1
-0
/
+1
2019-08-15
efi_loader: do not call efi_runtime_detach twice
Heinrich Schuchardt
1
-9
/
+4
2019-08-15
efi_loader: parameter check in SetVirtualAddressMap
Heinrich Schuchardt
1
-3
/
+10
2019-07-30
efi_loader: implement ConvertPointer()
Heinrich Schuchardt
1
-4
/
+71
2019-07-30
efi_loader: definition of efi_virtual_address_map()
Heinrich Schuchardt
1
-7
/
+7
2019-07-16
efi_loader: Change return type of efi_add_memory_map()
Bryan O'Donoghue
1
-3
/
+3
2019-07-16
efi_loader: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE
Heinrich Schuchardt
1
-2
/
+12
2019-07-16
efi_loader: efi_set_virtual_address_map_runtime()
Heinrich Schuchardt
1
-1
/
+1
2019-07-06
efi_loader: detach runtime in ExitBootServices()
Heinrich Schuchardt
1
-1
/
+1
2019-07-06
efi_loader: simplify detaching
Heinrich Schuchardt
1
-32
/
+8
2019-07-06
efi_loader: decision on EFI_RT_SUPPORTED_RESET_SYSTEM
Heinrich Schuchardt
1
-4
/
+1
2019-07-06
efi_loader: split off detaching SetVirtualAddress()
Heinrich Schuchardt
1
-11
/
+58
2019-07-06
efi_loader: unimplemented runtime services
Heinrich Schuchardt
1
-32
/
+2
2019-07-06
efi_loader: let the variable driver patch out the runtime
Heinrich Schuchardt
1
-9
/
+0
2019-07-06
efi_loader: clean up runtime detaching
Heinrich Schuchardt
1
-23
/
+55
2019-07-06
efi_loader: remove NULL entries from runtime detach list
Heinrich Schuchardt
1
-16
/
+0
2019-07-06
efi_loader: move efi_query_variable_info()
Heinrich Schuchardt
1
-27
/
+0
2019-06-14
efi_loader: GetTime() must return EFI_UNSUPPORTED
Heinrich Schuchardt
1
-2
/
+1
2019-06-14
efi_loader: add RuntimeServicesSupported variable
AKASHI Takahiro
1
-0
/
+24
2019-06-10
efi_loader: event signaling in ExitBootServices
Heinrich Schuchardt
1
-1
/
+1
2019-06-01
efi_loader: Kconfig entries for GetTime(), SetTime()
Heinrich Schuchardt
1
-3
/
+3
2019-05-31
efi_loader: handling of daylight saving time
Heinrich Schuchardt
1
-4
/
+5
[next]