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
2021-06-24
dm: core: add ofnode_get_path()
Marek Behún
1
-0
/
+21
2021-06-24
dm: core: add non-translating version of ofnode_get_addr_size_index()
Marek Behún
1
-0
/
+5
2021-06-08
log: Convert log values to printf() if not enabled
Simon Glass
3
-0
/
+43
2021-06-08
sandbox: log: Avoid build error with !CONFIG_LOG
Simon Glass
1
-0
/
+1
2021-06-08
log: Add support for logging a buffer
Simon Glass
1
-0
/
+27
2021-06-08
display_options: Split print_buffer() into two functions
Simon Glass
1
-0
/
+26
2021-06-08
hexdump: Support any rowsize
Simon Glass
1
-3
/
+20
2021-06-08
hexdump: Add support for sandbox
Simon Glass
1
-0
/
+58
2021-06-08
display_options: Drop two spaces before the ASCII column
Simon Glass
4
-33
/
+33
2021-06-08
test: Add a test for print_buffer()
Simon Glass
1
-0
/
+82
2021-06-08
test: Convert print tests to use ut framework
Simon Glass
2
-51
/
+56
2021-06-08
test: Detect when expect_str is too small
Simon Glass
1
-2
/
+14
2021-06-08
console: Report an error when output buffer is exhausted
Simon Glass
1
-5
/
+32
2021-06-07
test: lmb: add test for lmb_reserve_flags
Patrick Delaunay
1
-0
/
+89
2021-06-05
test: add dm_test_read_resource
Patrick Delaunay
1
-0
/
+33
2021-05-26
test: Fix filesystem tests always being skipped
Alper Nebi Yasak
1
-12
/
+36
2021-05-26
part: Add check for NULL dev_part_str
Sean Anderson
1
-7
/
+30
2021-05-24
test/py: improve regular expression for ut subtest symbol matcher
Marek Behún
1
-1
/
+1
2021-05-24
test: Avoid random numbers in dm_test_devm_regmap()
Simon Glass
1
-2
/
+1
2021-05-13
pytest: add sandbox test for "extension" command
Kory Maincent
1
-0
/
+53
2021-05-12
Revert "fdt: translate address if #size-cells = <0>"
Dario Binacchi
1
-68
/
+0
2021-05-04
sandbox: add test of CONFIG_ENV_IMPORT_FDT
Rasmus Villemoes
2
-0
/
+21
2021-05-04
test: Add gpio-sysinfo test
Sean Anderson
2
-0
/
+70
2021-05-04
sysinfo: Require that sysinfo_detect be called before other methods
Sean Anderson
1
-10
/
+15
2021-04-29
test: dm: add test item for ofnode_get_addr() and ofnode_get_size()
Chen Guanqiao
1
-0
/
+31
2021-04-29
tests: patman: Add requests to the module list
Tom Rini
1
-0
/
+1
2021-04-29
test: Use positive conditional in test_matches()
Andy Shevchenko
1
-6
/
+6
2021-04-29
test: Allow simple glob pattern in the test name
Andy Shevchenko
1
-2
/
+9
2021-04-27
test: reset: Extend base reset test to catch error
Neil Armstrong
1
-5
/
+34
2021-04-24
test/py: Bump py to 1.10.0 for CVE-2020-29651
Tom Rini
1
-1
/
+1
2021-04-24
test/py: Fix efidebug related tests
Ilias Apalodimas
4
-19
/
+19
2021-04-22
test: lmb: add test for overflow protection in lmb_add_region
Patrick Delaunay
1
-0
/
+64
2021-04-22
test: Add test for partitions
Sean Anderson
2
-0
/
+77
2021-04-22
test: Alphabetize dm Makefile
Sean Anderson
1
-32
/
+32
2021-04-20
Add support for stack-protector
Joel Peshkin
1
-0
/
+14
2021-04-20
test: fix test/dm/regmap.c
Heinrich Schuchardt
1
-4
/
+5
2021-04-18
Merge tag 'ti-v2021.07-rc1' of https://source.denx.de/u-boot/custodians/u-boo...
Tom Rini
1
-5
/
+86
2021-04-15
Merge branch '2021-04-14-assorted-vboot-improvements'
Tom Rini
2
-0
/
+112
2021-04-15
test: dm: Add a test case for simple-bus <ranges>
Bin Meng
2
-0
/
+34
2021-04-15
test: dm: Add a case to test ofnode_phy_is_fixed_link()
Bin Meng
1
-0
/
+18
2021-04-15
sandbox: Add a DSA sandbox driver and unit test
Claudiu Manoil
3
-5
/
+88
2021-04-14
test/py: ecdsa: Use mkimage keyfile instead of keydir argument
Alexandru Gagniuc
1
-1
/
+1
2021-04-14
test/py: ecdsa: Add test for mkimage ECDSA signing
Alexandru Gagniuc
1
-0
/
+111
2021-04-14
test/py: Add pycryptodomex to list of required pakages
Alexandru Gagniuc
1
-0
/
+1
2021-04-12
test: qemu: add qfw sandbox driver, dm tests, qemu tests
Asherah Connor
3
-0
/
+69
2021-04-12
test: Add test for strlcat
Sean Anderson
2
-0
/
+127
2021-04-12
test: scmi: add local variables for scmi agent reference
Etienne Carriere
1
-45
/
+55
2021-04-12
firmware: scmi: fix inline comments and minor coding style issues
Etienne Carriere
1
-13
/
+2
2021-04-12
firmware: scmi: sandbox test for voltage regulator
Etienne Carriere
1
-0
/
+58
2021-04-12
hush: Fix assignments being misinterpreted as commands
Sean Anderson
1
-0
/
+2
[next]