Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
0fc8afc388c0e312f97be0243e955153dfe00778
/
test
0fc8afc
test/py: test pinmux command
by Patrice Chotard
· Wed Oct 24 14:10:23 2018 +0200
1bb290d
test: dm: virtio: Add test cases for virtio uclass
by Bin Meng
· Mon Oct 15 02:21:26 2018 -0700
b59b369
test: dm: pci: Add cases for finding next PCI capability APIs
by Bin Meng
· Mon Oct 15 02:21:22 2018 -0700
8122dd1
test: dm: blk: Correct blk_base test case
by Bin Meng
· Mon Oct 15 02:21:04 2018 -0700
d9bad17
test: dm: core: Add test case for uclass driver's child_post_probe()
by Bin Meng
· Mon Oct 15 02:20:58 2018 -0700
460212e
test: regmap: Add test for regmap_{set, get}
by Mario Six
· Mon Oct 15 09:24:13 2018 +0200
e3f59f4
test: regmap: Increase size of syscon0 memory
by Mario Six
· Thu Oct 04 09:00:40 2018 +0200
d9d2478
test: dm: core: Add a test case for driver marked with DM_FLAG_PRE_RELOC flag
by Bin Meng
· Wed Oct 10 22:07:01 2018 -0700
78c4b3e
test: tee: fix resource leak in dm_test_tee()
by Jens Wiklander
· Mon Oct 29 11:41:35 2018 +0100
b210fc7
test: overlay: add missing include
by Heinrich Schuchardt
· Thu Oct 11 02:16:46 2018 +0200
c17d162
test: Add test for PCI device without compat string and with DT node
by Marek Vasut
· Wed Oct 10 21:27:09 2018 +0200
dacfde8
Merge branch 'master' of git://git.denx.de/u-boot-net
by Tom Rini
· Thu Oct 11 15:28:32 2018 -0400
e79a518
net: Don't overwrite waiting packets with asynchronous replies
by Joe Hershberger
· Wed Sep 26 16:49:02 2018 -0500
9716dc1
test: eth: Add a test for the target being pinged
by Joe Hershberger
· Wed Sep 26 16:49:01 2018 -0500
54418d0
test: eth: Add a test for ARP requests
by Joe Hershberger
· Wed Sep 26 16:49:00 2018 -0500
07fbba5
sysreset: Add a way to find the last reset
by Simon Glass
· Mon Oct 01 12:22:46 2018 -0600
b8b4d2a
sysreset: Tidy up a few comments and logging
by Simon Glass
· Mon Oct 01 12:22:45 2018 -0600
fe68a45
panel: Expand the backlight support
by Simon Glass
· Mon Oct 01 12:22:41 2018 -0600
5620cf8
test: panel: Add a test for the panel uclass
by Simon Glass
· Mon Oct 01 12:22:40 2018 -0600
699c9ca
dm: core: Update ofnode to read binman-style flash entry
by Simon Glass
· Mon Oct 01 12:22:08 2018 -0600
b775e87
dm: core: Add a function to find the first inactive child
by Simon Glass
· Mon Oct 01 12:22:07 2018 -0600
0806dcc
sandbox: video: Speed up video output
by Simon Glass
· Mon Oct 01 11:55:14 2018 -0600
1b69a99
log: Add helpers for common log levels
by Simon Glass
· Mon Oct 01 11:55:06 2018 -0600
7057d02
binman: Run tests concurrently
by Simon Glass
· Mon Oct 01 21:12:47 2018 -0600
3e6fbf5
test: Reduce the number of tests run with sandbox_flattree
by Simon Glass
· Mon Oct 01 21:12:46 2018 -0600
526f55a
test: Tidy up comments and variable name
by Simon Glass
· Mon Oct 01 21:12:39 2018 -0600
6c9b064
test: Print the name of each test before running it
by Simon Glass
· Mon Oct 01 21:12:38 2018 -0600
1935c4e
test: Simplify the PATH setup
by Simon Glass
· Mon Oct 01 21:12:37 2018 -0600
b6b3065
test/py: Fix unicode handling for log filtering
by Simon Glass
· Mon Oct 01 21:12:34 2018 -0600
4e766c2
sandbox: Unprotect DATA regions in bus tests
by Simon Glass
· Mon Oct 01 21:12:32 2018 -0600
404dee1
test_avb: Update pymark.buildconfigspec information for the AVB tests
by Jens Wiklander
· Tue Sep 25 16:40:21 2018 +0200
a10b983
test: tee: test TEE uclass
by Jens Wiklander
· Tue Sep 25 16:40:19 2018 +0200
bcdd1f2
test/py: test_fs: add docstring comments to helper functions
by Akashi Takahiro
· Thu Sep 27 16:07:23 2018 +0900
89101f8
test/py: test_fs: remove fs_type argument from umount_fs()
by Akashi Takahiro
· Thu Sep 27 16:07:22 2018 +0900
677b9cc
test/py: ignore console read exceptions after test failure
by Stephen Warren
· Thu Sep 20 16:55:03 2018 -0600
b93eea7
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· Sun Sep 30 18:16:51 2018 -0400
b3b2ddb
dm: test: Add "/firmware" node scan test
by Rajan Vaja
· Wed Sep 19 03:43:46 2018 -0700
ab664ff
test: Add tests for board uclass
by Mario Six
· Tue Jul 31 11:44:13 2018 +0200
d6f6dc3
test: Add tests for dev_{enable, disable}_by_path
by Mario Six
· Tue Jun 26 08:46:51 2018 +0200
058ef5b
test: Add tests for DT-manipulation functions
by Mario Six
· Tue Jun 26 08:46:49 2018 +0200
6212090
test: list: Add tests for hexdump.c
by Mario Six
· Thu Sep 27 09:19:33 2018 +0200
02ad6fb
video_osd: Add osd sandbox driver and tests
by Mario Six
· Thu Sep 27 09:19:31 2018 +0200
a882c4c
efi_selftest: test key notification functions
by Heinrich Schuchardt
· Tue Sep 11 22:38:13 2018 +0200
7ecaf97
test/py: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL
by Heinrich Schuchardt
· Tue Sep 11 22:38:11 2018 +0200
d2cab7f
test/py: rework test_efi_selftest_text_input()
by Heinrich Schuchardt
· Tue Sep 11 22:38:07 2018 +0200
8b2ba08
test/py: Unicode w/ EFI_SIMPLE_TEXT_INPUT_PROTOCOL
by Heinrich Schuchardt
· Tue Sep 11 22:38:03 2018 +0200
fc5f1a1
efi_loader: support Unicode text input
by Heinrich Schuchardt
· Wed Sep 12 00:05:32 2018 +0200
d49e799
test/py: fs: add fstest/unlink test
by Akashi, Takahiro
· Tue Sep 11 16:06:03 2018 +0900
1e90c2c
test/py: fs: add fstest/mkdir test
by AKASHI Takahiro
· Tue Sep 11 15:59:21 2018 +0900
dde5d3f
test/py: fs: add extended write operation test
by AKASHI Takahiro
· Tue Sep 11 15:59:20 2018 +0900
615af9a
test/py: convert fs-test.sh to pytest
by AKASHI Takahiro
· Tue Sep 11 15:59:19 2018 +0900
dbd9a0f
fs-test: update the test result as of v2018.09
by AKASHI Takahiro
· Tue Sep 11 15:59:18 2018 +0900
b93a8eb
fs-test: fix false positive error at Test Case 12
by AKASHI Takahiro
· Tue Sep 11 15:59:17 2018 +0900
40e99c1
test/py: typo occured
by Heinrich Schuchardt
· Thu Sep 06 20:29:50 2018 +0200
5e450d4
test/py: test EFI_SIMPLE_TEXT_INPUT_PROTOCOL
by Heinrich Schuchardt
· Thu Sep 06 20:19:31 2018 +0200
15552f7
test: tests for utf_to_lower() utf_to_upper().
by Heinrich Schuchardt
· Tue Sep 04 19:34:57 2018 +0200
485599d
test: test printing Unicode
by Heinrich Schuchardt
· Fri Aug 31 21:31:30 2018 +0200
b8b6c81
test: unit tests for Unicode functions
by Heinrich Schuchardt
· Fri Aug 31 21:31:28 2018 +0200
eed3f95
test: print_ut.c use #if CONFIG_IS_ENABLED(EFI_LOADER)
by Heinrich Schuchardt
· Fri Aug 31 21:31:24 2018 +0200
8a5c8a9
dm: fix alignment of help message of "dm" command
by Masahiro Yamada
· Fri Sep 07 20:31:21 2018 +0900
d9fd0ac
test: ofnode: test ofnode_by_prop_value()
by Jens Wiklander
· Mon Aug 20 11:10:00 2018 +0200
dea5df7
test: Add tests for CPU uclass
by Mario Six
· Mon Aug 06 10:23:44 2018 +0200
b6da1fb
test: Add tests for sysreset_get_status
by Mario Six
· Mon Aug 06 10:23:33 2018 +0200
9428305
Merge tag 'fpga-for-v2018.11' of git://git.denx.de/u-boot-microblaze
by Tom Rini
· Tue Sep 11 08:49:21 2018 -0400
95ec830
test/py: Extend fpga command to test all fpga load types
by Michal Simek
· Wed May 30 13:42:22 2018 +0200
c7570a3
Remove <inttypes.h> includes and PRI* usages in printf() entirely
by Masahiro Yamada
· Mon Aug 06 20:47:40 2018 +0900
72e545a
Remove CONFIG_USE_STDINT
by Masahiro Yamada
· Mon Aug 06 20:47:38 2018 +0900
70ed0ea
sandbox: Add serial test
by Patrice Chotard
· Fri Aug 03 15:07:41 2018 +0200
501607a
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· Fri Aug 24 16:11:01 2018 -0400
1e5c4e1
dm: test: Fix typo in test-main comment
by Michal Simek
· Mon Aug 20 08:03:22 2018 +0200
e83a31b
cmd: Add bind/unbind commands to bind a device to a driver from the command line
by Jean-Jacques Hiblot
· Thu Aug 09 16:17:46 2018 +0200
68a3398
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
by Tom Rini
· Sat Aug 11 19:49:29 2018 -0400
54fdf06
Merge branch 'master' of git://git.denx.de/u-boot-video
by Tom Rini
· Sat Aug 11 19:48:13 2018 -0400
a8ce0ee
test: Add tests for misc uclass
by Mario Six
· Tue Jul 31 14:24:14 2018 +0200
16f57da
test: Add AXI test
by Mario Six
· Thu Aug 09 14:51:20 2018 +0200
29bf603
sandbox: led: use new function to configure default state
by Patrick Delaunay
· Fri Jul 27 16:37:09 2018 +0200
d74d312
test: dm: pci: Add cases for finding PCI capability APIs
by Bin Meng
· Fri Aug 03 01:14:53 2018 -0700
510dddb
test: dm: pci: Add tests for mixed static and dynamic devices on the same bus
by Bin Meng
· Fri Aug 03 01:14:50 2018 -0700
4e08073
test: dm: pci: Test driver binding with driver data provided
by Bin Meng
· Fri Aug 03 01:14:48 2018 -0700
325eed9
test: dm: pci: Add tests for configuration space access
by Bin Meng
· Fri Aug 03 01:14:42 2018 -0700
408e590
test: dm: pci: Test more than one PCI host controller
by Bin Meng
· Fri Aug 03 01:14:41 2018 -0700
cbf071b
test: dm: pci: Test more than one device on the same bus
by Bin Meng
· Fri Aug 03 01:14:39 2018 -0700
1445042
test: dm: pci: Remove unnecessary steps in dm_test_pci_swapcase()
by Bin Meng
· Fri Aug 03 01:14:38 2018 -0700
7a2c2be
dm: power-domain: query power domain after get device
by Peng Fan
· Fri Jul 27 10:20:39 2018 +0800
1119271
clk: add clk_valid()
by Fabrice Gasnier
· Tue Jul 24 16:31:28 2018 +0200
4fbfc98
fs-test.sh: Update expected result output
by Tom Rini
· Mon Jul 30 16:06:04 2018 -0400
6a53b82
test/py: tpm2: switch from 'tpm' to 'tpm2' command
by Miquel Raynal
· Thu Jul 19 22:35:10 2018 +0200
e74def5
test/py: add test for whitelist of variables while importing environment
by Quentin Schulz
· Mon Jul 09 19:16:30 2018 +0200
dae1aa8
test/py: remove hacks for non-zero RAM base address in tests
by Quentin Schulz
· Mon Jul 09 19:16:27 2018 +0200
d9d570d
test/py: return a RAM address different from 0 as it can be interpreted as NULL
by Quentin Schulz
· Mon Jul 09 19:16:26 2018 +0200
e8826f5
test: smem: add basic smem test
by Ramon Fried
· Mon Jul 02 02:58:00 2018 +0300
e1b75be
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· Wed Jul 11 09:40:38 2018 -0400
e6a4783
vboot: Add FIT_SIGNATURE_MAX_SIZE protection
by Teddy Reed
· Sat Jun 09 11:38:05 2018 -0400
2662c82
test/py: vboot: Remove stderr redirect from openssl command
by Paul Burton
· Thu Sep 14 14:34:50 2017 -0700
92f0ac4
test/py: hush_if_test: Use open() in place of file()
by Paul Burton
· Thu Sep 14 14:34:49 2017 -0700
4c35e97
test/py: fit: Open files as binary files
by Paul Burton
· Thu Sep 14 14:34:48 2017 -0700
5ddc287
test/py: Import 'configparser' lower case to be python 3.x safe
by Paul Burton
· Thu Sep 14 14:34:45 2017 -0700
d2849ed
test/py: Use range() rather than xrange()
by Paul Burton
· Thu Sep 14 14:34:44 2017 -0700
00f2d20
test/py: Make print statements python 3.x safe
by Paul Burton
· Thu Sep 14 14:34:43 2017 -0700
6d52052
test: Enable cover-coverage tests for dtoc and fdt
by Simon Glass
· Fri Jul 06 10:27:36 2018 -0600
Next »