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
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-04
serial: Rename SERIAL_SUPPORT to SERIAL
Simon Glass
1
-2
/
+2
2021-08-31
sandbox: add test of wdt-uclass' watchdog_reset()
Rasmus Villemoes
1
-0
/
+54
2021-08-31
sandbox: add test of wdt_gpio driver
Rasmus Villemoes
1
-1
/
+35
2021-08-22
bootcount: add a new driver with syscon as backend
Nandor Han
1
-3
/
+45
2021-08-22
i2c: add dm_i2c_reg_clrset
Sebastian Reichel
1
-0
/
+29
2021-08-16
test: dm: Add test for ECDSA UCLASS support
Alexandru Gagniuc
2
-0
/
+39
2021-08-08
dm: core: Don't allow uclass use before ready
Simon Glass
1
-0
/
+1
2021-08-03
Merge https://source.denx.de/u-boot/custodians/u-boot-samsung
Tom Rini
1
-2
/
+2
2021-08-02
lib: Allow using 0x when a decimal value is requested
Simon Glass
1
-2
/
+2
2021-08-02
lib: Add octal tests for simple_strtoul/l()
Simon Glass
1
-0
/
+10
2021-08-02
lib: Add tests for simple_strtoull()
Simon Glass
1
-0
/
+61
2021-08-02
lib: Drop unnecessary check for hex digit
Simon Glass
1
-0
/
+2
2021-08-02
global: Convert simple_strtoul() with decimal to dectoul()
Simon Glass
1
-0
/
+12
2021-08-02
global: Convert simple_strtoul() with hex to hextoul()
Simon Glass
1
-0
/
+12
2021-08-01
dtoc: Support widening a bool value
Simon Glass
1
-0
/
+3
2021-08-01
dtoc: Fix widening an int array to an int
Simon Glass
1
-3
/
+1
2021-08-01
sandbox: Reduce keyed autoboot delay
Simon Glass
1
-0
/
+6
2021-08-01
sandbox: tpm: Support extending a PCR multiple times
Simon Glass
1
-1
/
+17
2021-07-29
Merge branch '2021-07-28-assorted-fixes'
Tom Rini
1
-1
/
+1
2021-07-29
Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boo...
Tom Rini
1
-0
/
+14
2021-07-28
test/py: Improve check for mksquashfs version
Marek Behún
1
-1
/
+1
2021-07-27
test: cmd: setexpr: add format string tests
Roland Gaudig
1
-0
/
+84
2021-07-27
dm: test: Add test case to check node name ignoring unit address
Kishon Vijay Abraham I
1
-0
/
+14
2021-07-27
test: Fix size_t formats in strlcat test
Simon Glass
1
-2
/
+2
2021-07-24
test/py: efi_capsule: align with efidebug syntax changes
AKASHI Takahiro
1
-3
/
+3
2021-07-23
test: add first autoboot unit tests
Steffen Jaeckel
5
-0
/
+117
2021-07-23
lib: wrap crypt API to hide errno usage
Steffen Jaeckel
1
-2
/
+22
2021-07-23
lib: add crypt subsystem
Steffen Jaeckel
3
-0
/
+55
2021-07-23
reboot-mode: read the boot mode from RTC memory
Nandor Han
1
-0
/
+29
2021-07-23
reboot-mode: read the boot mode from GPIOs status
Nandor Han
2
-0
/
+43
2021-07-23
cmd: pinmux: support pin name in status command
Patrick Delaunay
2
-0
/
+37
2021-07-23
cmd: pinmux: update result of do_status
Patrick Delaunay
1
-2
/
+2
2021-07-21
log: Allow padding of the function name
Simon Glass
1
-7
/
+9
2021-07-21
blk: Support iteration
Simon Glass
1
-0
/
+55
2021-07-21
bloblist: Correct condition in bloblist_addrec()
Simon Glass
1
-0
/
+23
2021-07-21
bloblist: Support resizing a blob
Simon Glass
1
-0
/
+192
2021-07-21
sandbox: Support executables for more phases
Simon Glass
1
-1
/
+5
2021-07-21
test: Avoid a build error with SPL
Simon Glass
1
-1
/
+1
2021-07-21
test: Add DM_DMA to be disabled
Simon Glass
1
-0
/
+2
2021-07-21
test: Allow CONFIG_SPL_LOAD_FIT to be disabled
Simon Glass
1
-0
/
+2
2021-07-19
Merge tag 'ti-v2021.10-rc1' of https://source.denx.de/u-boot/custodians/u-boo...
Tom Rini
1
-10
/
+67
2021-07-15
test: Rename final check in setexpr_test_backref()
Simon Glass
1
-2
/
+0
2021-07-15
Nokia RX-51: Add check for /lib/ld-linux.so.2 in test script
Pali Rohár
1
-0
/
+1
2021-07-15
Nokia RX-51: Add support for booting kernel in zImage format
Pali Rohár
1
-10
/
+66
2021-07-06
sandbox: cros-ec: Add tests for the Chromium OS EC PWM driver
Alper Nebi Yasak
5
-5
/
+96
2021-07-05
Docker/CI: Update to "focal" and latest build
Tom Rini
1
-1
/
+1
2021-07-05
test/py: rewrite sqfsls command test suite
Joao Marcos Costa
1
-19
/
+121
2021-07-05
test/py: rewrite sqfsload command test suite
Joao Marcos Costa
1
-30
/
+138
2021-07-05
test/py: rewrite common tools for SquashFS tests
Joao Marcos Costa
1
-64
/
+193
2021-07-05
test/py: Wait for guestmount worker to exit after running guestunmount
Alper Nebi Yasak
2
-1
/
+48
[next]