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
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-24
test: Add a test for command repeat
Simon Glass
3
-17
/
+52
2014-09-24
test: Remove tabs from trace test
Simon Glass
1
-11
/
+11
2014-08-28
Correct sandbox filesystem commands in FIT image test
Simon Glass
1
-4
/
+4
2014-08-20
test: ums: Add script for testing UMS gadget operation
Lukasz Majewski
2
-0
/
+205
2014-08-20
test: dfu: cosmetic: Add missing license information to DFU test scripts
Lukasz Majewski
2
-0
/
+20
2014-08-20
test: dfu: Extend dfu_gadget_test_init.sh to accept sizes of test files
Lukasz Majewski
1
-1
/
+5
2014-08-09
Implement generalised RSA public exponents for verified boot
Michael van der Westhuizen
1
-1
/
+9
2014-08-09
test: dfu: add some more test cases
Stephen Warren
1
-1
/
+1
2014-08-09
test: dfu: cleanup before execution
Stephen Warren
1
-0
/
+1
2014-08-09
test:dfu: README file update
Lukasz Majewski
1
-3
/
+8
2014-08-09
test: dfu: script enhancements
Stephen Warren
3
-26
/
+30
2014-08-09
test:dfu: Add test scripts for testing DFU regression
Lukasz Majewski
3
-0
/
+152
2014-07-23
dm: Add child_pre_probe() and child_post_remove() methods
Simon Glass
1
-0
/
+68
2014-07-23
dm: Introduce per-child data for devices
Simon Glass
1
-0
/
+65
2014-07-23
dm: Add functions to access a device's children
Simon Glass
1
-0
/
+46
2014-07-23
dm: Provide a function to scan child FDT nodes
Simon Glass
4
-26
/
+117
2014-07-23
dm: Avoid accessing uclasses before they are ready
Simon Glass
1
-0
/
+14
2014-07-23
dm: Allow a device to be found by its FDT offset
Simon Glass
1
-0
/
+30
2014-07-23
dm: Display the sequence number for each device
Simon Glass
1
-0
/
+2
2014-07-23
dm: Introduce device sequence numbering
Simon Glass
2
-2
/
+63
2014-07-23
dm: Avoid activating devices in 'dm uclass' command
Simon Glass
1
-3
/
+3
2014-07-23
dm: Move device display into its own function
Simon Glass
1
-8
/
+19
2014-07-23
dm: Allow drivers to be marked 'before relocation'
Simon Glass
5
-13
/
+80
2014-07-23
dm: Make sure that the root device is probed
Simon Glass
1
-1
/
+1
2014-07-23
dm: Use an explicit expect value in core tests
Simon Glass
2
-6
/
+12
2014-06-24
Merge branch 'sandbox' of git://git.denx.de/u-boot-x86
Tom Rini
2
-5
/
+5
2014-06-23
sandbox: restore ability to access host fs through standard commands
Stephen Warren
2
-5
/
+5
2014-06-21
dm: Use '*' to indicate a device is activated
Simon Glass
1
-5
/
+6
2014-06-20
dm: Fix printf() strings in the 'dm' command
Simon Glass
1
-4
/
+4
2014-06-20
dm: Allow driver model tests only for sandbox
Simon Glass
2
-2
/
+11
2014-06-20
dm: Rename struct device_id to udevice_id
Simon Glass
1
-1
/
+1
2014-06-19
test: vboot: explicitly request bash
Stephen Warren
1
-1
/
+1
2014-06-05
Add final result tests for run_command_list()
Simon Glass
1
-0
/
+5
2014-05-27
dm: rename device struct to udevice
Heiko Schocher
7
-45
/
+46
2014-03-21
tools, fit_check_sign: verify a signed fit image
Heiko Schocher
1
-0
/
+20
2014-03-21
rsa: add sha256-rsa2048 algorithm
Heiko Schocher
5
-28
/
+125
2014-03-07
unit-test: make "test -e" test independent of $CWD
Stephen Warren
1
-5
/
+9
2014-03-07
hush: fix some quoted variable expansion issues
Stephen Warren
1
-0
/
+17
2014-03-07
unit-test: clean up evironment after Hush tests
Stephen Warren
1
-1
/
+2
2014-03-04
dm: Add GPIO support and tests
Simon Glass
1
-0
/
+111
2014-03-04
dm: Add a 'dm' command for testing
Simon Glass
2
-0
/
+134
2014-03-04
dm: Add basic tests
Simon Glass
10
-0
/
+1162
2014-02-19
unit-test: add lots of tests for the Hush 'test' command
Stephen Warren
1
-0
/
+89
2014-02-19
unit-test: fix 'env default' invocation
Stephen Warren
1
-1
/
+1
2013-12-13
sandbox: dumpimage: Test dumpimage
Guilherme Maciel Ferreira
1
-0
/
+141
2013-11-01
dts, api, test: convert makefiles to Kbuild style
Masahiro Yamada
1
-24
/
+2
2013-10-14
Coding Style cleanup: replace leading SPACEs by TABs
Wolfgang Denk
1
-2
/
+2
2013-09-03
sandbox: add compression tests
Kees Cook
2
-0
/
+336
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
5
-76
/
+5
2013-06-26
Add verified boot information and test
Simon Glass
6
-0
/
+230
[next]