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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-23
efi_loader: check length in CreateDeviceNode()
Heinrich Schuchardt
1
-0
/
+3
2019-04-23
efi_loader: check memory type in AllocatePages()
Heinrich Schuchardt
1
-0
/
+4
2019-04-23
efi_loader: rework bootmgr/bootefi using load_image API
AKASHI Takahiro
2
-20
/
+24
2019-04-23
efi_loader: correctly split device path of loaded image
Heinrich Schuchardt
1
-10
/
+2
2019-04-23
efi_loader: consistent naming of protocol GUIDs
Heinrich Schuchardt
5
-9
/
+9
2019-04-23
efi_loader: export root node handle
AKASHI Takahiro
1
-2
/
+3
2019-04-23
efi_loader: efi_setup_loaded_image() handle missing file name
AKASHI Takahiro
1
-3
/
+4
2019-04-12
efi_loader: simplify protocol installation
Heinrich Schuchardt
1
-51
/
+25
2019-04-12
efi_loader: export efi_install_multiple_protocol_interfaces
Heinrich Schuchardt
1
-1
/
+1
2019-04-12
efi_loader: update virtual address in efi_mem_carve_out
Heinrich Schuchardt
1
-0
/
+2
2019-04-12
efi_loader: add protection for block_dev
Patrick Delaunay
1
-1
/
+1
2019-04-12
efi_loader: fix setting PlatformLang
Heinrich Schuchardt
2
-15
/
+67
2019-04-12
efi_loader: move efi_save_gd() call to board_r.c
Heinrich Schuchardt
1
-7
/
+0
2019-04-12
efi_loader: remove stray #define LOG_CATEGORY LOGL_ERR
Heinrich Schuchardt
1
-2
/
+0
2019-04-12
efi_loader: enable HII protocols by default
Heinrich Schuchardt
1
-5
/
+2
2019-04-12
efi_loader: assign HII protocols to root node
Heinrich Schuchardt
2
-20
/
+20
2019-04-07
efi_loader: correct CTRL-A - CTRL-Z console input
Heinrich Schuchardt
1
-0
/
+17
2019-04-07
efi_loader: enable file SetInfo()
Heinrich Schuchardt
1
-2
/
+65
2019-04-07
efi_loader: correct file creation
Heinrich Schuchardt
1
-8
/
+27
2019-04-07
efi_loader: debug output file handle in efi_file_open()
Heinrich Schuchardt
1
-2
/
+4
2019-04-07
efi_loader: boottime: export efi_[un]load_image()
AKASHI Takahiro
1
-7
/
+7
2019-04-07
efi_loader: boottime: add loaded image device path protocol to image handle
AKASHI Takahiro
2
-7
/
+14
2019-04-07
efi_loader: variables PlatformLang and PlatformLangCodes
Heinrich Schuchardt
1
-0
/
+27
2019-04-07
efi_loader: EFI_PRINT instead of debug for memory services
Heinrich Schuchardt
1
-2
/
+2
2019-04-07
efi_loader: EFI_PRINT instead of debug for variable services
Heinrich Schuchardt
1
-5
/
+5
2019-04-07
efi_loader: parameter checks in StartImage and Exit()
Heinrich Schuchardt
1
-0
/
+27
2019-04-07
efi_loader: rearrange boottime service functions
Heinrich Schuchardt
1
-109
/
+109
2019-04-07
efi_loader: sanity checks when freeing memory
Heinrich Schuchardt
1
-18
/
+58
2019-04-07
efi_loader: set image_base and image_size to correct values
AKASHI Takahiro
1
-11
/
+11
2019-04-07
efi_loader: bootmgr: support BootNext and BootCurrent variable behavior
AKASHI Takahiro
1
-4
/
+47
2019-04-07
efi_loader: release file buffer after loading image
Heinrich Schuchardt
1
-32
/
+18
2019-03-27
efi_loader: TODO for the EFI file protocol
Heinrich Schuchardt
1
-0
/
+4
2019-03-20
efi_loader: superfluous conversion in efi_file_open()
Heinrich Schuchardt
1
-1
/
+1
2019-03-20
efi_loader: remove superfluous check in efi_setup_loaded_image()
Heinrich Schuchardt
1
-4
/
+2
2019-03-20
efi_loader: missing return in efi_get_next_variable_name()
Heinrich Schuchardt
1
-1
/
+1
2019-03-20
efi_loader: endless loop in add_strings_package()
Heinrich Schuchardt
1
-3
/
+2
2019-03-20
efi_loader: correct parameter size in efi_allocate_pool
Heinrich Schuchardt
1
-2
/
+3
2019-03-10
efi_loader: Fix serial console size detection
Matthias Brugger
1
-27
/
+35
2019-03-02
efi_loader: HII protocols: debug messages
Heinrich Schuchardt
1
-18
/
+18
2019-03-02
efi_loader: HII protocols: fix new_package_list()
Heinrich Schuchardt
1
-1
/
+1
2019-03-02
efi_loader: do not add \ in efi_fs_from_name()
Heinrich Schuchardt
1
-6
/
+1
2019-02-25
efi_loader: define load option attributes
AKASHI Takahiro
1
-4
/
+0
2019-02-25
efi_loader: fix entry count in bootmgr
Heinrich Schuchardt
1
-4
/
+0
2019-02-25
efi_loader: error message if BootOrder not defined
Heinrich Schuchardt
1
-1
/
+3
2019-02-16
efi_loader: do not miss last relocation block
Heinrich Schuchardt
1
-1
/
+1
2019-02-16
efi_loader: documentation of image loader
Heinrich Schuchardt
1
-9
/
+19
2019-02-16
efi_loader: fix EFI entry counting
Heinrich Schuchardt
1
-1
/
+2
2019-02-16
efi_loader: use efi_start_image() for bootefi
Heinrich Schuchardt
1
-3
/
+3
2019-02-16
efi_loader: set entry point in efi_load_pe()
Heinrich Schuchardt
2
-20
/
+23
2019-02-16
efi_loader: LoadImage: always allocate new pages
Heinrich Schuchardt
2
-31
/
+71
[next]