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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-10
efi_loader: rename struct efi_initrd_dp to efi_lo_dp_prefix
Heinrich Schuchardt
2
-2
/
+2
2024-06-10
efi_loader: load distro dtb in bootmgr
Heinrich Schuchardt
2
-2
/
+55
2024-06-10
efi_loader: export efi_load_image_from_path
Heinrich Schuchardt
1
-1
/
+0
2024-06-10
efi_loader: return binary from efi_dp_from_lo()
Heinrich Schuchardt
1
-8
/
+12
2024-06-10
efi_loader: move distro_efi_get_fdt_name()
Heinrich Schuchardt
2
-0
/
+74
2024-06-10
efi_loader: load device-tree specified in boot option
Heinrich Schuchardt
1
-0
/
+70
2024-06-10
cmd: eficonfig: add support for setting fdt
Heinrich Schuchardt
1
-0
/
+44
2024-06-10
efi_loader: allow concatenation with contained end node
Heinrich Schuchardt
5
-11
/
+17
2024-06-04
Merge tag 'v2024.07-rc4' into next
Tom Rini
2
-33
/
+55
2024-05-27
tpm-v2: add support for mapping algorithm names to algos
Tim Harvey
2
-33
/
+55
2024-05-24
Merge patch series "FWU: Add support for FWU metadata version 2"
Tom Rini
7
-88
/
+607
2024-05-24
fwu: mtd: obtain image information from version agnostic structure
Sughosh Ganu
1
-9
/
+5
2024-05-24
fwu: mtd: get MTD partition specific info from driver
Sughosh Ganu
1
-6
/
+11
2024-05-24
fwu: mtd: remove unused argument from function call
Sughosh Ganu
1
-3
/
+2
2024-05-24
fwu: add config symbols for enabling FWU metadata versions
Sughosh Ganu
2
-0
/
+16
2024-05-24
capsule: fwu: transition the platform state on a successful update
Sughosh Ganu
1
-5
/
+9
2024-05-24
fwu: make changes to access version agnostic structure fields
Sughosh Ganu
1
-66
/
+138
2024-05-24
fwu: metadata: add functions for handling version specific metadata fields
Sughosh Ganu
2
-0
/
+427
2024-05-22
include: Move snprintf to stdio.h
Raymond Mao
4
-2
/
+4
2024-05-22
md5: Use typedef for MD5 context
Raymond Mao
1
-5
/
+5
2024-05-22
efi_loader: remove redundant hash includes
Raymond Mao
2
-4
/
+0
2024-05-05
rng: Introduce SPL_DM_RNG
Marek Vasut
1
-1
/
+1
2024-05-01
efi_loader: pass GUID by address to efi_dp_from_lo
Heinrich Schuchardt
2
-3
/
+3
2024-05-01
efi_loader: fix description efi_dp_shorten
Heinrich Schuchardt
1
-1
/
+1
2024-05-01
efi_selftest: add tests for QueryVariableInfo at boottime
Ilias Apalodimas
2
-8
/
+8
2024-05-01
efi_selftest: add tests for QueryVariableInfo at runtime
Ilias Apalodimas
3
-4
/
+107
2024-05-01
efi_loader: enable QueryVariableInfo at runtime for file backed variables
Ilias Apalodimas
5
-15
/
+39
2024-05-01
efi_loader: address coverity report 492766 for dead code
Ilias Apalodimas
1
-2
/
+0
2024-05-01
efi_loader: do not install dtb if bootmgr fails
Heinrich Schuchardt
1
-4
/
+10
2024-05-01
efi_loader: improve error handling in try_load_entry()
Heinrich Schuchardt
1
-49
/
+48
2024-05-01
efi_loader: superfluous efi_restore_gd after EFI_CALL
Heinrich Schuchardt
1
-2
/
+0
2024-04-22
Merge patch series "Kconfig: some cleanups"
Tom Rini
3
-11
/
+11
2024-04-22
common: Convert *.c/h from UTF-8 to ASCII enconfing
Michal Simek
1
-1
/
+1
2024-04-22
Kconfig: Add missing quotes around default string value
Michal Simek
1
-1
/
+1
2024-04-22
Kconfig: Add missing quotes around source file
Michal Simek
1
-9
/
+9
2024-04-20
efi_selftest: add tests for setvariableRT
Ilias Apalodimas
1
-1
/
+207
2024-04-20
efi_loader: add an EFI variable with the file contents
Ilias Apalodimas
6
-63
/
+132
2024-04-20
efi_loader: Add OS notifications for SetVariable at runtime
Ilias Apalodimas
1
-3
/
+16
2024-04-20
efi_loader: conditionally enable SetvariableRT
Ilias Apalodimas
4
-14
/
+136
2024-04-20
efi_loader: use event callback for initrd deregistration
Masahisa Kojima
2
-32
/
+55
2024-04-20
efi_loader: typo mstching
Heinrich Schuchardt
1
-1
/
+1
2024-04-13
Fix references to trace doc
Vincent Stehlé
1
-1
/
+1
2024-04-13
efi_loader: using EFI_UNSUPPORTED for private authenticated variables
Weizhao Ouyang
1
-0
/
+1
2024-04-13
efi_loader: 'EFI using ACPI tables at' should be debug message
Heinrich Schuchardt
1
-1
/
+1
2024-04-13
efi_loader: eliminate duplicate runtime section definitions
Heinrich Schuchardt
1
-0
/
+1
2024-04-13
efi_loader: move efi_var_collect to common functions
Ilias Apalodimas
3
-65
/
+75
2024-04-12
Merge patch series "zlib: Address CVE-2016-9841"
Tom Rini
6
-141
/
+84
2024-04-12
zlib: Remove incorrect ZLIB_VERSION
Michal Simek
4
-18
/
+7
2024-04-12
zlib: Port fix for CVE-2016-9841 to U-Boot
Michal Simek
1
-88
/
+42
2024-04-12
zlib: Rename write variable to wnext (window write index)
Michal Simek
3
-22
/
+22
[next]