index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
test: regmap: Add test for regmap_{set, get}
Mario Six
2018-11-14
1
-0
/
+28
*
test: regmap: Increase size of syscon0 memory
Mario Six
2018-11-14
1
-1
/
+1
*
test: dm: core: Add a test case for driver marked with DM_FLAG_PRE_RELOC flag
Bin Meng
2018-11-14
2
-4
/
+27
*
test: tee: fix resource leak in dm_test_tee()
Jens Wiklander
2018-11-01
1
-9
/
+26
*
test: overlay: add missing include
Heinrich Schuchardt
2018-10-22
1
-0
/
+1
*
test: Add test for PCI device without compat string and with DT node
Marek Vasut
2018-10-20
1
-0
/
+5
*
Merge branch 'master' of git://git.denx.de/u-boot-net
Tom Rini
2018-10-11
1
-0
/
+170
|
\
|
*
net: Don't overwrite waiting packets with asynchronous replies
Joe Hershberger
2018-10-10
1
-4
/
+2
|
*
test: eth: Add a test for the target being pinged
Joe Hershberger
2018-10-10
1
-0
/
+86
|
*
test: eth: Add a test for ARP requests
Joe Hershberger
2018-10-10
1
-0
/
+86
*
|
sysreset: Add a way to find the last reset
Simon Glass
2018-10-09
1
-0
/
+20
*
|
sysreset: Tidy up a few comments and logging
Simon Glass
2018-10-09
1
-1
/
+0
*
|
panel: Expand the backlight support
Simon Glass
2018-10-09
1
-0
/
+29
*
|
test: panel: Add a test for the panel uclass
Simon Glass
2018-10-09
2
-0
/
+51
*
|
dm: core: Update ofnode to read binman-style flash entry
Simon Glass
2018-10-09
1
-0
/
+16
*
|
dm: core: Add a function to find the first inactive child
Simon Glass
2018-10-09
1
-0
/
+31
*
|
sandbox: video: Speed up video output
Simon Glass
2018-10-09
1
-1
/
+1
*
|
log: Add helpers for common log levels
Simon Glass
2018-10-09
2
-0
/
+19
*
|
binman: Run tests concurrently
Simon Glass
2018-10-08
1
-0
/
+1
*
|
test: Reduce the number of tests run with sandbox_flattree
Simon Glass
2018-10-08
1
-1
/
+2
*
|
test: Tidy up comments and variable name
Simon Glass
2018-10-08
1
-4
/
+8
*
|
test: Print the name of each test before running it
Simon Glass
2018-10-08
1
-11
/
+19
*
|
test: Simplify the PATH setup
Simon Glass
2018-10-08
1
-9
/
+9
*
|
test/py: Fix unicode handling for log filtering
Simon Glass
2018-10-08
1
-3
/
+4
*
|
sandbox: Unprotect DATA regions in bus tests
Simon Glass
2018-10-08
1
-0
/
+12
|
/
*
test_avb: Update pymark.buildconfigspec information for the AVB tests
Jens Wiklander
2018-10-07
1
-3
/
+5
*
test: tee: test TEE uclass
Jens Wiklander
2018-10-07
2
-0
/
+99
*
test/py: test_fs: add docstring comments to helper functions
Akashi Takahiro
2018-10-06
1
-0
/
+133
*
test/py: test_fs: remove fs_type argument from umount_fs()
Akashi Takahiro
2018-10-06
1
-7
/
+7
*
test/py: ignore console read exceptions after test failure
Stephen Warren
2018-10-06
1
-1
/
+11
*
Merge git://git.denx.de/u-boot-dm
Tom Rini
2018-09-30
4
-0
/
+163
|
\
|
*
dm: test: Add "/firmware" node scan test
Rajan Vaja
2018-09-29
2
-0
/
+23
|
*
test: Add tests for board uclass
Mario Six
2018-09-29
2
-0
/
+58
|
*
test: Add tests for dev_{enable, disable}_by_path
Mario Six
2018-09-29
1
-0
/
+28
|
*
test: Add tests for DT-manipulation functions
Mario Six
2018-09-29
1
-0
/
+54
*
|
test: list: Add tests for hexdump.c
Mario Six
2018-09-28
3
-0
/
+101
*
|
video_osd: Add osd sandbox driver and tests
Mario Six
2018-09-28
2
-0
/
+211
|
/
*
efi_selftest: test key notification functions
Heinrich Schuchardt
2018-09-23
1
-2
/
+2
*
test/py: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL
Heinrich Schuchardt
2018-09-23
1
-0
/
+79
*
test/py: rework test_efi_selftest_text_input()
Heinrich Schuchardt
2018-09-23
1
-6
/
+11
*
test/py: Unicode w/ EFI_SIMPLE_TEXT_INPUT_PROTOCOL
Heinrich Schuchardt
2018-09-23
1
-0
/
+7
*
efi_loader: support Unicode text input
Heinrich Schuchardt
2018-09-23
1
-4
/
+4
*
test/py: fs: add fstest/unlink test
Akashi, Takahiro
2018-09-23
2
-0
/
+171
*
test/py: fs: add fstest/mkdir test
AKASHI Takahiro
2018-09-23
2
-0
/
+141
*
test/py: fs: add extended write operation test
AKASHI Takahiro
2018-09-23
3
-0
/
+310
*
test/py: convert fs-test.sh to pytest
AKASHI Takahiro
2018-09-23
3
-0
/
+515
*
fs-test: update the test result as of v2018.09
AKASHI Takahiro
2018-09-23
1
-10
/
+12
*
fs-test: fix false positive error at Test Case 12
AKASHI Takahiro
2018-09-23
1
-1
/
+1
*
test/py: typo occured
Heinrich Schuchardt
2018-09-23
1
-1
/
+1
*
test/py: test EFI_SIMPLE_TEXT_INPUT_PROTOCOL
Heinrich Schuchardt
2018-09-23
1
-0
/
+58
[next]