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
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-05
lib/date: Make rtc_mktime and mktime64 Y2038-ready
Jan Kiszka
1
-8
/
+5
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/charset: add u16_strlcat() function
Masahisa Kojima
1
-0
/
+16
2022-05-03
lib: fix selection of CONFIG_CHARSET
Heinrich Schuchardt
3
-5
/
+2
2022-05-03
efi_selftest: error handling in efi_selftest_tcg2
Heinrich Schuchardt
1
-2
/
+6
2022-05-03
efi_selftest: clean up unaligned unit test
Heinrich Schuchardt
1
-5
/
+4
2022-05-03
efi_selftest: buildefi_selftest_unaligned.c
Heinrich Schuchardt
1
-1
/
+3
2022-05-03
efi_loader: reset colors before clearing screen
Heinrich Schuchardt
1
-2
/
+2
2022-05-02
vpl: Add Kconfig options for VPL
Simon Glass
1
-0
/
+62
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: fix devpath_is_partition()
Heinrich Schuchardt
1
-1
/
+1
2022-04-29
efi_loader: don't call log with __func__ as parameter
Heinrich Schuchardt
1
-4
/
+3
2022-04-25
nds32: Remove the architecture
Tom Rini
2
-8
/
+1
2022-04-25
Merge branch '2022-04-25-initial-implementation-of-stdboot'
Tom Rini
1
-6
/
+17
2022-04-25
lib: Add a way to find the postiion of a trailing number
Simon Glass
1
-2
/
+12
2022-04-25
lib: Fix a few bugs in trailing_strtoln()
Simon Glass
1
-5
/
+6
2022-04-23
Merge tag 'efi-2022-07-rc1-3' of https://source.denx.de/u-boot/custodians/u-b...
Tom Rini
6
-119
/
+314
2022-04-23
efi_loader: disk: use udevice instead of blk_desc
AKASHI Takahiro
1
-6
/
+16
2022-04-23
efi_loader: disk: not delete BLK device for BLK(IF_TYPE_EFI_LOADER) devices
AKASHI Takahiro
1
-2
/
+6
2022-04-23
efi_loader: disk: a helper function to delete efi_disk objects
AKASHI Takahiro
1
-0
/
+88
2022-04-23
efi_loader: disk: not create BLK device for BLK(IF_TYPE_EFI_LOADER) devices
AKASHI Takahiro
1
-3
/
+11
2022-04-23
efi_loader: disk: a helper function to create efi_disk objects from udevice
AKASHI Takahiro
4
-101
/
+141
2022-04-23
efi_loader: split efi_init_obj_list() into two stages
AKASHI Takahiro
1
-9
/
+49
2022-04-23
efi_loader: disk: compile efi_disk when CONFIG_BLK
AKASHI Takahiro
1
-1
/
+1
2022-04-23
efi_loader: PARTITION_UUIDS should be optional
AKASHI Takahiro
2
-3
/
+8
2022-04-22
fdt: Fix TPL SEPARATE_BSS check when locating DTB
Andrew Abbott
1
-1
/
+1
2022-04-21
crc16: Move standard CRC-16 implementation from ubifs to lib
Pali Rohár
2
-0
/
+61
2022-04-21
crc16-ccitt: Rename file with CRC-16-CCITT implementation to crc16-ccitt.c
Pali Rohár
2
-5
/
+5
2022-04-15
efi_loader: simplify efi_serialize_load_option()
Heinrich Schuchardt
1
-1
/
+1
2022-04-15
efi_loader: EFI_HII_STRING_PROTOCOL.GetString()
Heinrich Schuchardt
1
-1
/
+1
2022-04-15
lib: simplify u16_strdup()
Heinrich Schuchardt
1
-1
/
+1
2022-04-15
lib: convert u16_strlen() into a macro
Heinrich Schuchardt
1
-12
/
+0
2022-04-15
FMP: Remove GUIDs for FIT and raw images
Sughosh Ganu
1
-4
/
+0
2022-04-15
efi: Define set_dfu_alt_info() for boards with UEFI capsule update enabled
Sughosh Ganu
2
-0
/
+7
2022-04-15
capsule: Put a check for image index before the update
Sughosh Ganu
1
-3
/
+5
2022-04-15
capsule: FMP: Populate the image descriptor array from platform data
Sughosh Ganu
1
-69
/
+29
2022-04-11
lib/crypto: support sha384/sha512 in x509/pkcs7
Dhananjay Phadke
2
-0
/
+8
2022-04-11
lib: rsa: Update function padding_pss_verify (any-salt)
SESA644425
1
-8
/
+11
2022-04-11
lib: rsa: Leverage existing data buffer instead of systematic copy
SESA644425
1
-19
/
+18
2022-04-11
lib: rsa: Fix const-correctness of rsassa_pss functions
SESA644425
1
-7
/
+7
2022-04-09
efi_loader: Use sysreset instead of reset command
Masami Hiramatsu
2
-2
/
+4
2022-04-09
efi_loader: Make efi_load_capsule_drivers() available even if EFI_CAPSULE_ON_...
Masami Hiramatsu
1
-30
/
+30
2022-04-09
efi_loader: optional persistence of variables
Tom Saeger
1
-1
/
+8
2022-04-06
Make ASYMMETRIC_KEY_TYPE depend on FIT_SIGNATURE
Simon Glass
1
-0
/
+1
2022-04-06
lzma: Tidy up the function prototype
Simon Glass
2
-4
/
+17
[next]