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
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
2020-07-22
efi_loader: use logging for block device messages
Heinrich Schuchardt
1
-10
/
+13
2020-07-22
efi_loader: document efi_save_gd(), efi_restore_gd()
Heinrich Schuchardt
1
-5
/
+15
2020-07-22
efi_loader: loosen buffer parameter check in efi_file_read
Stefan Sørensen
1
-1
/
+8
2020-07-22
efi_loader: Check for the native OP-TEE result on mm_communicate calls
Ilias Apalodimas
1
-2
/
+2
2020-07-22
efi_loader: Rename and correct values for ARM_SMC_MM_*
Ilias Apalodimas
1
-4
/
+4
2020-07-22
efi_loader: don't use memmove() in efi_var_mem_del()
Heinrich Schuchardt
2
-1
/
+4
2020-07-22
efi_loader: efi_current_var after SetVirtualAddressMap
Heinrich Schuchardt
1
-0
/
+1
2020-07-16
efi_loader: pre-seed UEFI variables
Heinrich Schuchardt
5
-10
/
+63
2020-07-16
efi_loader: identify PK, KEK, db, dbx correctly
Heinrich Schuchardt
2
-13
/
+41
2020-07-16
efi_loader: configuration of variables store
Heinrich Schuchardt
1
-12
/
+18
2020-07-16
efi_loader: update secure state
Heinrich Schuchardt
1
-0
/
+10
2020-07-16
efi_loader: restructure code for TEE variables
Heinrich Schuchardt
2
-159
/
+155
2020-07-16
efi_loader: display RO attribute with TEE-backed variables
Ilias Apalodimas
1
-6
/
+136
2020-07-11
efi_loader: enable UEFI variables at runtime
Heinrich Schuchardt
3
-5
/
+17
2020-07-11
efi_loader: use memory based variable storage
Heinrich Schuchardt
1
-468
/
+94
2020-07-11
efi_loader: memory buffer for variables
Heinrich Schuchardt
2
-0
/
+267
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: UEFI variable persistence
Heinrich Schuchardt
4
-1
/
+257
2020-07-11
efi_loader: secure boot flag
Heinrich Schuchardt
1
-6
/
+2
2020-07-11
efi_loader: read-only AuditMode and DeployedMode
Heinrich Schuchardt
1
-9
/
+13
2020-07-11
efi_loader: value of VendorKeys
Heinrich Schuchardt
1
-60
/
+15
2020-07-11
efi_loader: keep attributes in efi_set_variable_int
Heinrich Schuchardt
1
-12
/
+12
2020-07-11
efi_loader: simplify boot manager
Heinrich Schuchardt
1
-16
/
+12
2020-07-11
efi_loader: OsIndicationsSupported, PlatformLangCodes
Heinrich Schuchardt
1
-28
/
+31
2020-07-11
efi_loader: separate UEFI variable API from implemementation
Heinrich Schuchardt
3
-79
/
+94
2020-07-11
efi_loader: prepare for read only OP-TEE variables
Heinrich Schuchardt
4
-181
/
+148
2020-07-11
efi_loader: NULL dereference in efi_convert_pointer
Heinrich Schuchardt
1
-1
/
+2
2020-07-11
efi_loader: fix efi_get_child_controllers()
Heinrich Schuchardt
1
-4
/
+8
2020-07-11
efi_loader: wrong printf format in efi_image_parse
Heinrich Schuchardt
1
-1
/
+1
2020-07-11
efi_loader: cleanup for tee backed variables
Ilias Apalodimas
1
-5
/
+3
2020-07-11
efi_loader: image_loader: add digest-based verification for signed image
AKASHI Takahiro
2
-75
/
+97
2020-07-11
efi_loader: image_loader: verification for all signatures should pass
AKASHI Takahiro
2
-150
/
+191
2020-07-11
efi_loader: signature: make efi_hash_regions more generic
AKASHI Takahiro
1
-29
/
+17
2020-07-11
efi_loader: signature: fix a size check against revocation list
AKASHI Takahiro
1
-2
/
+3
2020-07-11
efi_loader: image_loader: retrieve authenticode only if it exists
AKASHI Takahiro
1
-8
/
+21
2020-07-11
efi_loader: image_loader: add a check against certificate type of authenticode
AKASHI Takahiro
1
-12
/
+44
2020-07-03
efi_loader: imply FAT, FAT_WRITE
Heinrich Schuchardt
1
-0
/
+2
2020-07-03
efi_loader: export initialization state
Heinrich Schuchardt
1
-1
/
+1
2020-07-03
efi_loader: rtc_mktime() called twice
Heinrich Schuchardt
1
-1
/
+1
2020-07-03
efi_loader: use log function in boot manager
Heinrich Schuchardt
1
-11
/
+15
2020-07-03
efi_loader: time based authentication
Heinrich Schuchardt
1
-6
/
+11
2020-07-03
efi_loader: add missing validation of timestamp
Heinrich Schuchardt
1
-1
/
+5
2020-07-03
efi_loader: fix efi_image_region_add()
Heinrich Schuchardt
1
-16
/
+19
2020-07-03
efi_loader: image_loader: replace debug to EFI_PRINT
AKASHI Takahiro
1
-31
/
+33
2020-07-03
efi_loader: variable: replace debug to EFI_PRINT
AKASHI Takahiro
1
-13
/
+14
2020-07-03
efi_loader: signature: replace debug to EFI_PRINT
AKASHI Takahiro
1
-59
/
+62
2020-07-03
efi_loader: change efi objects initialization order
AKASHI Takahiro
1
-3
/
+4
2020-06-29
efi_loader: fix incorrect use of EFI_EXIT()
Heinrich Schuchardt
1
-1
/
+1
[next]