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-04-06
fdt: sandbox: Avoid looking for an appended device tree
Simon Glass
1
-0
/
+3
2022-04-06
fdt: Correct condition for SEPARATE_BSS
Simon Glass
1
-1
/
+1
2022-04-06
abuf: Correct a corner case with abuf_realloc()
Simon Glass
1
-1
/
+3
2022-04-04
Merge branch 'next'
Tom Rini
8
-226
/
+588
2022-03-31
lib: rsa: allow rsa verify with pkey in SPL
Philippe Reynes
1
-0
/
+19
2022-03-31
lib: crypto: allow to build crypyo in SPL
Philippe Reynes
3
-7
/
+44
2022-03-31
lib: allow to build asn1 decoder and oid registry in SPL
Philippe Reynes
2
-2
/
+21
2022-03-31
lib: Kconfig: enhance the help of OID_REGISTRY
Philippe Reynes
1
-0
/
+4
2022-03-31
lib: Kconfig: enhance help for ASN1
Philippe Reynes
1
-1
/
+13
2022-03-31
efi_loader: initrddump: Actually use the custom CFLAGS
Andy Shevchenko
1
-1
/
+1
2022-03-28
video: Drop references to CONFIG_VIDEO et al
Simon Glass
1
-1
/
+0
2022-03-28
Merge tag 'v2022.04-rc5' into next
Tom Rini
9
-137
/
+215
2022-03-26
efi_loader: initrddump: drain input before prompt
Heinrich Schuchardt
1
-4
/
+10
2022-03-26
efi_loader: nocolor command line attr for initrddump.efi
Heinrich Schuchardt
1
-9
/
+68
2022-03-26
efi_loader: typo devie-path
Heinrich Schuchardt
1
-1
/
+1
2022-03-20
efi_loader: move dtbdump.c, initrddump.c to lib/efi_loader
Heinrich Schuchardt
4
-13
/
+13
2022-03-20
efi_loader: remove efi_disk_is_system_part()
Heinrich Schuchardt
2
-31
/
+9
2022-03-20
efi_loader: support booting via short-form device-path
Heinrich Schuchardt
1
-10
/
+10
2022-03-20
efi_loader: efi_dp_find_obj() add protocol check
Heinrich Schuchardt
4
-10
/
+19
2022-03-20
efi_loader: fix efi_dp_find_obj()
Heinrich Schuchardt
1
-49
/
+61
2022-03-20
efi_loader: export efi_dp_shorten()
Heinrich Schuchardt
1
-8
/
+13
2022-03-20
efi_loader: Set variable attributes when EFI_BUFFER_TOO_SMALL is returned
Ilias Apalodimas
1
-11
/
+20
2022-03-15
lib/lz4: update LZ4 decompressor module
Huang Jianan
2
-215
/
+487
2022-03-12
efi_loader: copy GUID in InstallProtocolInterface()
Heinrich Schuchardt
2
-8
/
+8
2022-03-04
lib: rsa: use actual OpenSSL 1.1.0 EVP MD API
Yann Droneaud
1
-5
/
+3
2022-02-26
efi_loader: update the timing of enabling and disabling EFI watchdog
Masahisa Kojima
1
-12
/
+1
2022-02-26
efi_loader: test/py: Reset system after capsule update on disk
Masami Hiramatsu
1
-2
/
+16
2022-02-26
efi_loader: use efi_update_capsule_firmware() for capsule on disk
Masami Hiramatsu
1
-1
/
+1
2022-02-26
efi_loader: fix uefi secure boot with intermediate certs
Ilias Apalodimas
1
-6
/
+5
2022-02-11
efi_loader: fix dual signed image certification
Ilias Apalodimas
1
-70
/
+18
2022-02-09
acpi: Move MCFG implementation to common lib
Moritz Fischer
2
-0
/
+65
2022-02-05
efi: Drop unnecessary calls to blk_find_device()
Simon Glass
1
-12
/
+2
2022-02-05
efi: Use device_get_uclass_id() where appropriate
Simon Glass
1
-5
/
+5
2022-02-05
efi_loader: add handle for UART
Heinrich Schuchardt
1
-27
/
+25
2022-02-05
efi_loader: fix text output for Uart() DP nodes
Heinrich Schuchardt
1
-9
/
+19
2022-02-05
efi_loader: use %zu to print efi_uintn_t in FMP driver
Heinrich Schuchardt
1
-2
/
+2
2022-02-05
efi_loader: use %zu not %zd to print efi_uintn_t
Heinrich Schuchardt
1
-3
/
+3
2022-02-05
efi_loader: fix device path to text protocol
Heinrich Schuchardt
1
-4
/
+13
2022-02-05
lib: fix snprintf() for UTF-16 strings
Heinrich Schuchardt
1
-2
/
+12
2022-02-05
efi_selftest: merge FDT and RISC-V tests
Heinrich Schuchardt
3
-135
/
+57
2022-02-05
efi_selftest: unit test for RISCV_EFI_BOOT_PROTOCOL
Sunil V L
2
-0
/
+120
2022-02-03
treewide: Use 16-bit Unicode strings
Simon Glass
2
-3
/
+3
2022-02-03
efi: Use 16-bit unicode strings
Simon Glass
31
-250
/
+250
2022-01-29
Merge tag 'efi-2022-04-rc1-3' of https://source.denx.de/u-boot/custodians/u-b...
Tom Rini
45
-98
/
+219
2022-01-29
efi_loader: hash the image once before checking against db/dbx
Ilias Apalodimas
1
-1
/
+4
2022-01-29
efi_loader: correctly handle mixed hashes and signatures in db
Ilias Apalodimas
2
-11
/
+46
2022-01-29
lib: allow printing RISC-V EFI Boot Protocol GUID
Heinrich Schuchardt
1
-0
/
+6
2022-01-29
efi_loader: Enable RISCV_EFI_BOOT_PROTOCOL support
Sunil V L
4
-0
/
+77
2022-01-29
efi_loader: correct function comment style
Heinrich Schuchardt
38
-86
/
+86
2022-01-28
rsa: adds rsa3072 algorithm
Jamin Lin
1
-0
/
+6
[prev]
[next]