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
2022-09-25
blk: Rename if_type to uclass_id
Simon Glass
2
-8
/
+8
2022-09-19
Merge branch 'master' into next
Tom Rini
9
-17
/
+179
2022-09-18
cyclic: Use schedule() instead of WATCHDOG_RESET()
Stefan Roese
1
-2
/
+2
2022-09-16
blk: Switch over to using uclass IDs
Simon Glass
1
-2
/
+2
2022-09-16
efi: Correct assumption about if_type
Simon Glass
1
-1
/
+1
2022-09-16
blk: Select SPL_LEGACY_BLOCK automatically
Simon Glass
1
-1
/
+0
2022-09-16
blk: Rename HAVE_BLOCK_DEVICE
Simon Glass
1
-1
/
+1
2022-09-14
bootmenu: add removable media entries
Masahisa Kojima
1
-0
/
+4
2022-09-14
eficonfig: menu-driven addition of UEFI boot option
Masahisa Kojima
5
-47
/
+203
2022-09-09
lib: efi_loader: don't delete invalid handles
Etienne Carriere
1
-2
/
+7
2022-09-03
efi_loader: fix display of NVMe EUI-64
Heinrich Schuchardt
1
-3
/
+4
2022-09-03
efi: ECPT add EBBRv2.0 conformance profile
Jose Marinho
2
-0
/
+17
2022-09-03
efi: Create ECPT table
Jose Marinho
4
-0
/
+67
2022-09-03
efi_loader: support CTRL+\ - CTRL+_
Heinrich Schuchardt
1
-0
/
+4
2022-09-03
efi_loader: compliance Simple Text Input Ex Protocol
Heinrich Schuchardt
1
-0
/
+1
2022-09-03
efi_loader: printing UEFI revision in helloworld.efi
Heinrich Schuchardt
1
-12
/
+54
2022-09-01
efi_loader: ensure all block devices are probed
Heinrich Schuchardt
2
-0
/
+25
2022-08-20
efi_loader: disk: remove unused field
AKASHI Takahiro
1
-11
/
+2
2022-08-13
efi_loader: move udevice pointer into struct efi_object
Masahisa Kojima
2
-9
/
+19
2022-08-13
efi_loader: fix efi_convert_device_path_to_text()
Heinrich Schuchardt
1
-0
/
+1
2022-08-12
bootstd: Allow bootmeths to be marked as global
Simon Glass
1
-0
/
+1
2022-08-02
efi_loader: initialize the RNG protocol after the TCC2
Ilias Apalodimas
1
-7
/
+7
2022-07-18
efi_loader: remove support for CONFIG_LCD
Heinrich Schuchardt
2
-6
/
+0
2022-07-13
efi_loader: expose END device path node
Masahisa Kojima
1
-1
/
+1
2022-07-11
Merge branch 'next'
Tom Rini
1
-0
/
+9
2022-07-05
efi_loader: image_loader: add a missing digest verification for signed PE image
AKASHI Takahiro
2
-2
/
+61
2022-07-05
efi_loader: image_loader: replace EFI_PRINT with log macros
AKASHI Takahiro
1
-27
/
+27
2022-07-05
efi_loader: signature: export efi_hash_regions()
AKASHI Takahiro
1
-2
/
+2
2022-07-02
EFI: Fix ReadBlocks API reading incorrect sector for UCLASS_PARTITION devices
Paul Barbieri
1
-7
/
+1
2022-06-22
cmd: load: add load command for memory mapped
Rui Miguel Silva
1
-0
/
+9
2022-06-19
efi_loader: initialize console size late
Heinrich Schuchardt
2
-7
/
+17
2022-06-12
efi_loader: create boot options without file path
Heinrich Schuchardt
2
-11
/
+25
2022-06-12
efi_loader: allow booting from short dev only DP
Heinrich Schuchardt
1
-5
/
+4
2022-06-12
EFI: FMP: Use a common GetImageInfo function for FIT and raw images
Sughosh Ganu
1
-66
/
+14
2022-06-12
EFI: Do not consider OsIndications variable if CONFIG_EFI_IGNORE_OSINDICATION...
Sughosh Ganu
1
-3
/
+4
2022-06-04
efi: test/py: authenticate fit capsules
Vincent Stehlé
1
-42
/
+73
2022-06-04
EFI: Populate descriptor_count value only when image_info_size is not zero
Sughosh Ganu
1
-3
/
+2
2022-05-28
efi: fix documentation warnings
Vincent Stehlé
1
-5
/
+5
2022-05-28
efi_loader: bootmgr: fix a problem in loading an image from a short-path
AKASHI Takahiro
1
-4
/
+103
2022-05-28
efi_loader: disk: add efi_disk_is_removable()
AKASHI Takahiro
1
-0
/
+27
2022-05-07
efi_loader: add sha384/512 on certificate revocation
Ilias Apalodimas
2
-23
/
+119
2022-05-07
efi_loader: Select EVENT as well
Jan Kiszka
1
-0
/
+1
2022-05-03
efi_loader: bootmgr: add booting from removable media
AKASHI Takahiro
1
-1
/
+50
2022-05-03
efi_loader: export efi_locate_device_handle()
AKASHI Takahiro
1
-4
/
+3
2022-05-03
lib: fix selection of CONFIG_CHARSET
Heinrich Schuchardt
1
-0
/
+1
2022-05-03
efi_loader: reset colors before clearing screen
Heinrich Schuchardt
1
-2
/
+2
2022-04-29
efi_loader: disk: allow blk devices even without UCLASS_PARTITION
AKASHI Takahiro
1
-14
/
+15
2022-04-29
efi_loader: simplify efi_add_conventional_memory_map()
Heinrich Schuchardt
1
-1
/
+1
2022-04-29
efi_loader: simplify try_load_entry()
Heinrich Schuchardt
1
-6
/
+2
2022-04-29
efi_loader: don't call log with __func__ as parameter
Heinrich Schuchardt
1
-4
/
+3
[next]