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_loader.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-10
SPDX: Convert a few files that were missed before
Tom Rini
1
-2
/
+1
2018-04-23
efi_loader: complete EFI_DEVICE_PATH_UTILITIES_PROTOCOL
Heinrich Schuchardt
1
-0
/
+9
2018-04-23
efi_loader: correcty determine total device path length
Heinrich Schuchardt
1
-1
/
+4
2018-04-23
efi_loader: implement CreateDeviceNode
Heinrich Schuchardt
1
-1
/
+4
2018-04-05
efi_loader: new functions to print loaded image information
Heinrich Schuchardt
1
-0
/
+5
2018-04-05
efi_loader: implement EFI_FILE_SYSTEM_INFO
Heinrich Schuchardt
1
-0
/
+2
2018-04-05
efi_loader: ascii2unicode(): add trailing \0
Heinrich Schuchardt
1
-0
/
+1
2018-04-04
efi_loader: implement event groups
Heinrich Schuchardt
1
-1
/
+6
2018-04-04
efi_loader: define GUIDS for event groups
Heinrich Schuchardt
1
-0
/
+10
2018-04-04
efi_loader: manage events in a linked list
Heinrich Schuchardt
1
-5
/
+6
2018-04-04
efi_loader: support device tree for bootefi selftest
Heinrich Schuchardt
1
-0
/
+2
2018-04-04
efi_loader: efi_get_time_init should return status code
Heinrich Schuchardt
1
-1
/
+1
2018-04-04
efi_loader: exit status for efi_reset_system_init
Heinrich Schuchardt
1
-3
/
+8
2018-04-04
efi_loader: consistently return efi_status_t efi_watchdog_register
Heinrich Schuchardt
1
-1
/
+1
2018-04-04
efi_loader: return efi_status_t from efi_net_register
Heinrich Schuchardt
1
-1
/
+1
2018-04-04
efi_loader: return efi_status_t from efi_gop_register
Heinrich Schuchardt
1
-1
/
+1
2018-04-04
efi_loader: efi_smbios_register should have a return value
Heinrich Schuchardt
1
-1
/
+1
2018-04-04
efi_loader: Initial EFI_DEVICE_PATH_UTILITIES_PROTOCOL
Leif Lindholm
1
-0
/
+4
2018-02-10
efi_loader: correct efi_disk_register
Heinrich Schuchardt
1
-1
/
+1
2018-02-10
efi_driver: return type of efi_driver_init()
Heinrich Schuchardt
1
-1
/
+1
2018-01-22
efi_driver: EFI block driver
Heinrich Schuchardt
1
-0
/
+2
2018-01-22
efi_loader: add check_tpl parameter to efi_signal_event
Heinrich Schuchardt
1
-1
/
+1
2018-01-22
efi_loader: provide function to get last node of a device path
Heinrich Schuchardt
1
-0
/
+3
2018-01-22
efi_loader: make efi_disk_create_partitions a global symbol
Heinrich Schuchardt
1
-0
/
+4
2018-01-22
efi_loader: provide a function to create a partition node
Heinrich Schuchardt
1
-0
/
+2
2018-01-22
efi_loader: make efi_block_io_guid a global symbol
Heinrich Schuchardt
1
-0
/
+2
2018-01-22
efi_loader: return NULL from device path functions
Heinrich Schuchardt
1
-3
/
+3
2018-01-22
efi_loader: consistently use efi_handle_t for handles
Heinrich Schuchardt
1
-6
/
+8
2018-01-22
efi_loader: implement ConnectController
Heinrich Schuchardt
1
-0
/
+2
2018-01-22
efi_loader: debug output installed device path
Heinrich Schuchardt
1
-3
/
+4
2018-01-22
efi_loader: list of open protocol infos
Heinrich Schuchardt
1
-1
/
+14
2017-12-16
efi_loader: new function efi_delete_handle()
Heinrich Schuchardt
1
-0
/
+2
2017-12-16
efi_loader: return status from efi_setup_loaded_image()
Heinrich Schuchardt
1
-3
/
+5
2017-12-01
efi_loader: helper function to add EFI object to list
Heinrich Schuchardt
1
-0
/
+2
2017-12-01
efi_loader: manage protocols in a linked list
Heinrich Schuchardt
1
-2
/
+4
2017-12-01
efi_loader: efi_console: use helper functions
Heinrich Schuchardt
1
-10
/
+2
2017-12-01
efi_loader: helper functions for protocol management
Heinrich Schuchardt
1
-0
/
+12
2017-12-01
efi_loader: argument of efi_search_obj should be const
Heinrich Schuchardt
1
-1
/
+1
2017-12-01
efi_loader: make efi_create_handle non-static
Heinrich Schuchardt
1
-0
/
+2
2017-12-01
efi_loader: efi_dp_match should have const arguments
Heinrich Schuchardt
1
-1
/
+2
2017-12-01
efi_loader: rework efi_search_obj
Heinrich Schuchardt
1
-0
/
+2
2017-12-01
efi_loader: consistently use efi_uintn_t in boot services
Heinrich Schuchardt
1
-6
/
+6
2017-12-01
efi_loader: replace UINTN by efi_uintn_t
Heinrich Schuchardt
1
-2
/
+2
2017-12-01
efi_loader: guard against double inclusion of efi_loader.h
Heinrich Schuchardt
1
-1
/
+6
2017-12-01
efi_loader: implement SetWatchdogTimer
Heinrich Schuchardt
1
-0
/
+4
2017-10-12
efi_loader: Add mem-mapped for fallback
Rob Clark
1
-0
/
+3
2017-10-09
efi_loader: use type bool for event states
Heinrich Schuchardt
1
-4
/
+4
2017-10-05
efi_loader: support 16 protocols per efi_object
Heinrich Schuchardt
1
-2
/
+2
2017-09-20
efi_loader: add bootmgr
Rob Clark
1
-0
/
+6
2017-09-20
efi_loader: efi variable support
Rob Clark
1
-0
/
+10
[next]