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
2020-05-18
common: Drop image.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop bootstage.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop part.h from common header
Simon Glass
5
-0
/
+6
2020-05-18
part: Drop disk_partition_t typedef
Simon Glass
3
-6
/
+6
2020-05-18
common: Drop net.h from common header
Simon Glass
11
-0
/
+11
2020-05-18
common: Drop uuid.h from common header
Simon Glass
3
-0
/
+3
2020-05-17
efi_loader: Implement EFI variable handling via OP-TEE
Ilias Apalodimas
3
-0
/
+675
2020-05-17
efi_loader: round the memory area in efi_add_memory_map()
Michael Walle
2
-16
/
+41
2020-05-15
lib: rsa: avoid overriding the object name when already specified
Jan Luebbe
1
-6
/
+16
2020-05-15
lib: rsa: Also check for presence of r-squared property
Jan Kiszka
1
-1
/
+1
2020-05-15
rsa: don't use malloc.h in rsa-sign.c
Jonathan Gray
1
-1
/
+1
2020-05-15
lib: Allow MD5 to be enabled in SPL
Simon Glass
2
-2
/
+17
2020-05-09
charset: Add support for calculating bytes occupied by a u16 string
Sughosh Ganu
1
-0
/
+5
2020-05-09
efi_loader: variable: check a return value of uuid__str_to_bin()
AKASHI Takahiro
1
-1
/
+4
2020-05-09
efi_loader: image_loader: fix a Coverity check against array access
AKASHI Takahiro
1
-3
/
+3
2020-05-07
efi_loader: crypto/pkcs7_parser.h is not a local include
Heinrich Schuchardt
1
-1
/
+1
2020-05-07
efi_loader: pkcs7_parse_message() returns error pointer
Patrick Wildt
1
-1
/
+3
2020-05-07
efi_loader: efi_variable_parse_signature() returns NULL on error
Patrick Wildt
1
-2
/
+1
2020-05-07
efi_loader: put device tree into EfiACPIReclaimMemory
Heinrich Schuchardt
1
-2
/
+2
2020-05-07
efi_loader: do not unnecessarily use EFI_CALL()
Heinrich Schuchardt
1
-15
/
+19
2020-05-07
efi_loader: error handling in efi_set_variable_common().
Heinrich Schuchardt
1
-1
/
+1
2020-05-07
efi_loader: remove redundant assignment in dp_fill()
Heinrich Schuchardt
1
-1
/
+1
2020-05-07
kbuild: efi: Avoid rebuilding efi targets
Jan Kiszka
1
-0
/
+1
2020-05-07
rsa: fix alignment issue when getting public exponent
Heiko Stuebner
1
-2
/
+2
2020-05-04
efi_loader: change setup sequence
Heinrich Schuchardt
1
-5
/
+5
2020-05-04
efi_loader: correct comments for efi_status_t
Heinrich Schuchardt
3
-5
/
+5
2020-05-04
efi_loader: eliminate efi_set_(non)volatile_variable
Heinrich Schuchardt
1
-104
/
+37
2020-05-04
efi_loader: eliminate efi_get_(non)volatile_variable
Heinrich Schuchardt
1
-29
/
+3
2020-05-04
efi_loader: disk: add efi_disk_is_system_part()
AKASHI Takahiro
1
-0
/
+29
2020-05-04
efi_loader: factor out the common code from efi_transfer_secure_state()
AKASHI Takahiro
1
-130
/
+64
2020-05-04
efi_loader: fix unreachable statement in efi_sigstore_parse_siglist
AKASHI Takahiro
1
-1
/
+1
2020-05-04
lib/crypto, efi_loader: move some headers to include/crypto
AKASHI Takahiro
8
-135
/
+15
2020-05-04
lib/crypto, efi_loader: avoid multiple inclusions of header files
AKASHI Takahiro
2
-0
/
+8
2020-05-01
tiny-printf: Support %i
Marek Vasut
1
-1
/
+2
2020-04-30
Merge tag 'efi-2020-07-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...
Tom Rini
1
-0
/
+20
2020-04-30
acpi: Add an acpi command
Simon Glass
1
-0
/
+1
2020-04-30
acpi: Move the xsdt pointer to acpi_ctx
Simon Glass
1
-6
/
+4
2020-04-30
acpi: Put table-setup code in its own function
Simon Glass
1
-0
/
+82
2020-04-30
acpi: Move acpi_add_table() to generic code
Simon Glass
1
-0
/
+61
2020-04-30
acpi: Convert part of acpi_table to use acpi_ctx
Simon Glass
1
-1
/
+23
2020-04-30
acpi: Add a method to write tables for a device
Simon Glass
1
-3
/
+10
2020-04-30
efi_loader: identify EFI system partition
Heinrich Schuchardt
1
-0
/
+20
2020-04-28
Merge tag 'dm-pull-27apr20' of git://git.denx.de/u-boot-dm
Tom Rini
3
-1588
/
+2
2020-04-27
Merge branch '2020-04-27-master-imports'
Tom Rini
1
-15
/
+16
2020-04-27
lib: zlib: fix formatting, reference
Heinrich Schuchardt
1
-15
/
+16
2020-04-27
lib: enable lzma decompression support for SPL build
Weijie Gao
2
-0
/
+6
2020-04-26
fdt_region: move fdt_region.c to common/ from lib/libfdt/
Masahiro Yamada
2
-659
/
+0
2020-04-26
libfdt: migrate fdt_ro.c to a wrapper of scripts/dtc/libfdt/fdt_ro.c
Masahiro Yamada
2
-929
/
+2
2020-04-24
uuid: Use const char * where possible
Simon Glass
1
-3
/
+5
2020-04-24
lib: Add a function to convert a string to upper case
Simon Glass
1
-0
/
+8
[next]