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
/
include
/
efi_api.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-09
efi_loader: volume name in EFI_FILE_PROTOCOL.GetInfo()
Heinrich Schuchardt
1
-0
/
+4
2019-09-09
efi_loader: EFI_FILE_PROTOCOL rev 2 stub
Heinrich Schuchardt
1
-4
/
+16
2019-09-05
efi_loader: correctly render CD-ROM device path nodes
Heinrich Schuchardt
1
-1
/
+1
2019-09-05
efi_loader: interrupts in simple network protocol
Heinrich Schuchardt
1
-0
/
+2
2019-08-15
efi_loader: EFI_PXE_BASE_CODE_PROTOCOL stub
Heinrich Schuchardt
1
-14
/
+128
2019-07-30
efi_loader: definition of efi_virtual_address_map()
Heinrich Schuchardt
1
-2
/
+2
2019-07-06
efi_loader: bump UEFI specification number to 2.8
Heinrich Schuchardt
1
-2
/
+2
2019-06-29
efi_loader: correct signature of ConvertPointer()
Heinrich Schuchardt
1
-1
/
+2
2019-06-20
efi_loader: EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL definition
Heinrich Schuchardt
1
-1
/
+3
2019-06-14
efi_loader: add RuntimeServicesSupported variable
AKASHI Takahiro
1
-0
/
+15
2019-05-19
efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL.SetState() correct parameter
Heinrich Schuchardt
1
-1
/
+1
2019-05-19
efi_loader: implement deprecated Unicode collation protocol
Heinrich Schuchardt
1
-0
/
+5
2019-05-07
efi_loader: signature of ExitBootServices()
Heinrich Schuchardt
1
-1
/
+2
2019-05-07
efi_loader: implement UnloadImage()
Heinrich Schuchardt
1
-1
/
+1
2019-04-23
efi_loader: consistent naming of protocol GUIDs
Heinrich Schuchardt
1
-11
/
+7
2019-04-07
efi_loader: boottime: add loaded image device path protocol to image handle
AKASHI Takahiro
1
-0
/
+4
2019-03-27
efi_loader: TODO for the EFI file protocol
Heinrich Schuchardt
1
-1
/
+7
2019-02-25
efi_loader: define load option attributes
AKASHI Takahiro
1
-0
/
+9
2019-02-13
efi: hii: add HII config routing/access protocols
AKASHI Takahiro
1
-0
/
+161
2019-02-13
efi: hii: add keyboard layout package support
AKASHI Takahiro
1
-0
/
+6
2019-02-13
efi: hii: add guid package support
AKASHI Takahiro
1
-0
/
+9
2019-02-13
efi_loader: Initial HII database protocols
Leif Lindholm
1
-1
/
+244
2019-02-13
efi_loader: remove duplicate GUID definition
Heinrich Schuchardt
1
-3
/
+0
2019-02-13
efi_loader: use u16* for file name
Heinrich Schuchardt
1
-1
/
+1
2019-02-13
efi_loader: efi_set_variable use const void *
Heinrich Schuchardt
1
-1
/
+2
2019-02-13
efi_loader: use const efi_guid_t * for variable services
Heinrich Schuchardt
1
-3
/
+5
2019-02-13
efi_loader: signature of StartImage and Exit
Heinrich Schuchardt
1
-3
/
+3
2019-02-13
efi_loader: struct efi_configuration_table
Heinrich Schuchardt
1
-1
/
+1
2018-12-02
efi_loader: use u16* for UTF16 strings
Heinrich Schuchardt
1
-1
/
+1
2018-12-02
efi_loader: correct a function prototype of QueryCapsuleCapabilities()
AKASHI Takahiro
1
-2
/
+2
2018-12-02
efi_loader: typedef struct efi_object *efi_handle_t
Heinrich Schuchardt
1
-4
/
+4
2018-10-16
efi_loader: correct signature of GetPosition, SetPosition
Heinrich Schuchardt
1
-2
/
+2
2018-09-23
efi_loader: refactor efi_setup_loaded_image()
Heinrich Schuchardt
1
-8
/
+0
2018-09-23
efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL
Heinrich Schuchardt
1
-0
/
+56
2018-09-23
efi_loader: SPDX-License-Identifier for efi_api.h
Heinrich Schuchardt
1
-18
/
+10
2018-09-23
efi_loader: struct efi_simple_text_input_protocol
Heinrich Schuchardt
1
-5
/
+5
2018-09-23
efi_loader: EFI_UNICODE_COLLATION_PROTOCOL
Heinrich Schuchardt
1
-0
/
+21
2018-07-25
efi_loader: correct signature of CalculateCrc32()
Heinrich Schuchardt
1
-2
/
+3
2018-07-25
efi_loader: provide firmware revision
Heinrich Schuchardt
1
-1
/
+1
2018-07-25
efi_loader: correct EFI_RUNTIME_SERVICES_SIGNATURE
Heinrich Schuchardt
1
-1
/
+1
2018-07-25
efi_loader: specify UEFI spec revision
Heinrich Schuchardt
1
-1
/
+4
2018-07-25
efi_loader: set revision in loaded image protocol
Heinrich Schuchardt
1
-0
/
+2
2018-07-02
efi_loader: Install ACPI configuration tables
Bin Meng
1
-0
/
+4
2018-06-03
efi_loader: adjust definitions of variable services
Heinrich Schuchardt
1
-12
/
+12
2018-04-23
efi_loader: complete EFI_DEVICE_PATH_UTILITIES_PROTOCOL
Heinrich Schuchardt
1
-0
/
+1
2018-04-05
efi_loader: implement EFI_FILE_SYSTEM_INFO
Heinrich Schuchardt
1
-0
/
+13
2018-04-05
efi_loader: use const for GUIDs in the EFI_FILE_PROTOCOL
Heinrich Schuchardt
1
-2
/
+2
2018-04-04
efi_loader: use correct types in EFI_FILE_PROTOCOL
Heinrich Schuchardt
1
-6
/
+8
2018-04-04
efi_loader: correct types for EFI_LOADED_IMAGE_PROTOCOL
Heinrich Schuchardt
1
-2
/
+2
2018-04-04
efi_loader: save image relocation address and size
Heinrich Schuchardt
1
-0
/
+2
[next]