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
Age
Commit message (
Expand
)
Author
Files
Lines
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
2020-04-24
lib: strto: Stop detection when invalid char is used
Michal Simek
1
-0
/
+3
2020-04-24
lib: do not provide hexdump in SPL
Heinrich Schuchardt
1
-1
/
+1
2020-04-24
lib: do not build OID registry in SPL
Heinrich Schuchardt
1
-2
/
+1
2020-04-24
libfdt: Make fdtdec_get_child_count() available for HOST
Kever Yang
2
-11
/
+11
2020-04-24
make env_entry::callback conditional on !CONFIG_SPL_BUILD
Rasmus Villemoes
1
-1
/
+0
2020-04-24
lib/hashtable.c: don't test ->callback in SPL
Rasmus Villemoes
1
-0
/
+2
2020-04-24
lib/hashtable.c: create helper for calling env_entry::callback
Rasmus Villemoes
1
-8
/
+15
2020-04-23
fdtdec: Fix boundary check
Atish Patra
1
-1
/
+2
2020-04-17
lib: kconfig: Add option to set BZIP2 compression method
Atish Patra
1
-0
/
+5
2020-04-16
Merge tag 'efi-2020-07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...
Tom Rini
10
-135
/
+2227
2020-04-16
Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm
Tom Rini
1
-10
/
+26
2020-04-16
fdtdec: support multiple phandles in memory carveout
Laurentiu Tudor
1
-10
/
+26
2020-04-16
acpi: Add support for DMAR
Simon Glass
1
-0
/
+31
2020-04-16
acpi: Add a central location for table version numbers
Simon Glass
3
-0
/
+67
2020-04-16
x86: Move acpi_table header to main include/ directory
Simon Glass
1
-1
/
+1
2020-04-16
efi_loader: set up secure boot
AKASHI Takahiro
1
-0
/
+38
2020-04-16
efi_loader: image_loader: support image authentication
AKASHI Takahiro
2
-15
/
+457
2020-04-16
efi_loader: variable: add VendorKeys variable
AKASHI Takahiro
1
-6
/
+63
2020-04-16
efi_loader: variable: add secure boot state transition
AKASHI Takahiro
1
-3
/
+228
2020-04-16
efi_loader: variable: support variable authentication
AKASHI Takahiro
1
-104
/
+562
2020-04-16
efi_loader: add signature database parser
AKASHI Takahiro
1
-0
/
+226
2020-04-16
efi_loader: add signature verification functions
AKASHI Takahiro
2
-0
/
+579
2020-04-16
efi_loader: add CONFIG_EFI_SECURE_BOOT config option
AKASHI Takahiro
1
-0
/
+18
2020-04-16
efi_loader: function descriptions efi_watchdog.c
Heinrich Schuchardt
1
-7
/
+11
2020-04-16
efi_loader: add missing doc comments in efi_disk.c
Heinrich Schuchardt
1
-3
/
+49
2020-04-16
efi_loader: function descriptions efi_unicode_collation.c
Heinrich Schuchardt
1
-4
/
+2
2020-04-16
efi_loader: enable RNG if DM_RNG is enabled
Peter Robinson
1
-0
/
+1
2020-04-07
Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
2
-4
/
+17
2020-04-06
lib: Improve _parse_integer_fixup_radix base 16 detection
Michal Simek
1
-1
/
+14
2020-04-01
image: Use constants for 'required' and 'key-name-hint'
Simon Glass
1
-3
/
+3
2020-03-31
Merge branch 'next' of git://git.denx.de/u-boot-usb into next
Tom Rini
9
-52
/
+145
2020-03-22
efi_loader: definition of GetNextVariableName()
Heinrich Schuchardt
1
-2
/
+2
2020-03-22
efi_selftest: test CalculateCrc32, CopyMem, SetMem
Heinrich Schuchardt
2
-0
/
+78
2020-03-22
efi_loader: fix freestanding memmove()
Heinrich Schuchardt
1
-1
/
+1
2020-03-22
efi_loader: description efi_convert_pointer()
Heinrich Schuchardt
1
-2
/
+2
2020-03-22
efi_loader: simplify logical expression in efi_disk_add_dev()
Heinrich Schuchardt
1
-1
/
+1
2020-03-22
efi_selftest: check length reported by GetNextVariableName()
Heinrich Schuchardt
1
-2
/
+8
2020-03-22
efi_loader: correct reported length in GetNextVariable()
Heinrich Schuchardt
1
-5
/
+6
2020-03-22
efi_loader: fix function descriptions in efi_disk.c
Heinrich Schuchardt
1
-22
/
+30
2020-03-22
efi_loader: description of efi_variable.c
Heinrich Schuchardt
1
-2
/
+2
2020-03-17
Merge tag 'ti-v2020.07-next' of https://gitlab.denx.de/u-boot/custodians/u-bo...
Tom Rini
3
-0
/
+253
2020-03-17
efi_loader: export a couple of protocol related functions
AKASHI Takahiro
1
-8
/
+8
2020-03-12
lib: rsa: add rsa_verify_with_pkey()
AKASHI Takahiro
1
-1
/
+64
2020-03-12
lib: rsa: generate additional parameters for public key
AKASHI Takahiro
3
-0
/
+729
2020-03-12
rsa: add CONFIG_RSA_VERIFY_WITH_PKEY config
AKASHI Takahiro
1
-0
/
+14
2020-03-12
lib: rsa: decouple rsa from FIT image verification
AKASHI Takahiro
3
-32
/
+58
2020-03-11
efi_loader: unnecessary assignment in efi_queue_event
Heinrich Schuchardt
1
-1
/
+1
[prev]
[next]