1. 6212090 test: list: Add tests for hexdump.c by Mario Six · Thu Sep 27 09:19:33 2018 +0200
  2. 02ad6fb video_osd: Add osd sandbox driver and tests by Mario Six · Thu Sep 27 09:19:31 2018 +0200
  3. a882c4c efi_selftest: test key notification functions by Heinrich Schuchardt · Tue Sep 11 22:38:13 2018 +0200
  4. 7ecaf97 test/py: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL by Heinrich Schuchardt · Tue Sep 11 22:38:11 2018 +0200
  5. d2cab7f test/py: rework test_efi_selftest_text_input() by Heinrich Schuchardt · Tue Sep 11 22:38:07 2018 +0200
  6. 8b2ba08 test/py: Unicode w/ EFI_SIMPLE_TEXT_INPUT_PROTOCOL by Heinrich Schuchardt · Tue Sep 11 22:38:03 2018 +0200
  7. fc5f1a1 efi_loader: support Unicode text input by Heinrich Schuchardt · Wed Sep 12 00:05:32 2018 +0200
  8. d49e799 test/py: fs: add fstest/unlink test by Akashi, Takahiro · Tue Sep 11 16:06:03 2018 +0900
  9. 1e90c2c test/py: fs: add fstest/mkdir test by AKASHI Takahiro · Tue Sep 11 15:59:21 2018 +0900
  10. dde5d3f test/py: fs: add extended write operation test by AKASHI Takahiro · Tue Sep 11 15:59:20 2018 +0900
  11. 615af9a test/py: convert fs-test.sh to pytest by AKASHI Takahiro · Tue Sep 11 15:59:19 2018 +0900
  12. dbd9a0f fs-test: update the test result as of v2018.09 by AKASHI Takahiro · Tue Sep 11 15:59:18 2018 +0900
  13. b93a8eb fs-test: fix false positive error at Test Case 12 by AKASHI Takahiro · Tue Sep 11 15:59:17 2018 +0900
  14. 40e99c1 test/py: typo occured by Heinrich Schuchardt · Thu Sep 06 20:29:50 2018 +0200
  15. 5e450d4 test/py: test EFI_SIMPLE_TEXT_INPUT_PROTOCOL by Heinrich Schuchardt · Thu Sep 06 20:19:31 2018 +0200
  16. 15552f7 test: tests for utf_to_lower() utf_to_upper(). by Heinrich Schuchardt · Tue Sep 04 19:34:57 2018 +0200
  17. 485599d test: test printing Unicode by Heinrich Schuchardt · Fri Aug 31 21:31:30 2018 +0200
  18. b8b6c81 test: unit tests for Unicode functions by Heinrich Schuchardt · Fri Aug 31 21:31:28 2018 +0200
  19. eed3f95 test: print_ut.c use #if CONFIG_IS_ENABLED(EFI_LOADER) by Heinrich Schuchardt · Fri Aug 31 21:31:24 2018 +0200
  20. 8a5c8a9 dm: fix alignment of help message of "dm" command by Masahiro Yamada · Fri Sep 07 20:31:21 2018 +0900
  21. d9fd0ac test: ofnode: test ofnode_by_prop_value() by Jens Wiklander · Mon Aug 20 11:10:00 2018 +0200
  22. dea5df7 test: Add tests for CPU uclass by Mario Six · Mon Aug 06 10:23:44 2018 +0200
  23. b6da1fb test: Add tests for sysreset_get_status by Mario Six · Mon Aug 06 10:23:33 2018 +0200
  24. 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
  25. 95ec830 test/py: Extend fpga command to test all fpga load types by Michal Simek · Wed May 30 13:42:22 2018 +0200
  26. c7570a3 Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · Mon Aug 06 20:47:40 2018 +0900
  27. 72e545a Remove CONFIG_USE_STDINT by Masahiro Yamada · Mon Aug 06 20:47:38 2018 +0900
  28. 70ed0ea sandbox: Add serial test by Patrice Chotard · Fri Aug 03 15:07:41 2018 +0200
  29. 501607a Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Fri Aug 24 16:11:01 2018 -0400
  30. 1e5c4e1 dm: test: Fix typo in test-main comment by Michal Simek · Mon Aug 20 08:03:22 2018 +0200
  31. 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
  32. 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
  33. 54fdf06 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · Sat Aug 11 19:48:13 2018 -0400
  34. a8ce0ee test: Add tests for misc uclass by Mario Six · Tue Jul 31 14:24:14 2018 +0200
  35. 16f57da test: Add AXI test by Mario Six · Thu Aug 09 14:51:20 2018 +0200
  36. 29bf603 sandbox: led: use new function to configure default state by Patrick Delaunay · Fri Jul 27 16:37:09 2018 +0200
  37. d74d312 test: dm: pci: Add cases for finding PCI capability APIs by Bin Meng · Fri Aug 03 01:14:53 2018 -0700
  38. 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
  39. 4e08073 test: dm: pci: Test driver binding with driver data provided by Bin Meng · Fri Aug 03 01:14:48 2018 -0700
  40. 325eed9 test: dm: pci: Add tests for configuration space access by Bin Meng · Fri Aug 03 01:14:42 2018 -0700
  41. 408e590 test: dm: pci: Test more than one PCI host controller by Bin Meng · Fri Aug 03 01:14:41 2018 -0700
  42. cbf071b test: dm: pci: Test more than one device on the same bus by Bin Meng · Fri Aug 03 01:14:39 2018 -0700
  43. 1445042 test: dm: pci: Remove unnecessary steps in dm_test_pci_swapcase() by Bin Meng · Fri Aug 03 01:14:38 2018 -0700
  44. 7a2c2be dm: power-domain: query power domain after get device by Peng Fan · Fri Jul 27 10:20:39 2018 +0800
  45. 1119271 clk: add clk_valid() by Fabrice Gasnier · Tue Jul 24 16:31:28 2018 +0200
  46. 4fbfc98 fs-test.sh: Update expected result output by Tom Rini · Mon Jul 30 16:06:04 2018 -0400
  47. 6a53b82 test/py: tpm2: switch from 'tpm' to 'tpm2' command by Miquel Raynal · Thu Jul 19 22:35:10 2018 +0200
  48. e74def5 test/py: add test for whitelist of variables while importing environment by Quentin Schulz · Mon Jul 09 19:16:30 2018 +0200
  49. dae1aa8 test/py: remove hacks for non-zero RAM base address in tests by Quentin Schulz · Mon Jul 09 19:16:27 2018 +0200
  50. 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
  51. e8826f5 test: smem: add basic smem test by Ramon Fried · Mon Jul 02 02:58:00 2018 +0300
  52. e1b75be Merge git://git.denx.de/u-boot-dm by Tom Rini · Wed Jul 11 09:40:38 2018 -0400
  53. e6a4783 vboot: Add FIT_SIGNATURE_MAX_SIZE protection by Teddy Reed · Sat Jun 09 11:38:05 2018 -0400
  54. 2662c82 test/py: vboot: Remove stderr redirect from openssl command by Paul Burton · Thu Sep 14 14:34:50 2017 -0700
  55. 92f0ac4 test/py: hush_if_test: Use open() in place of file() by Paul Burton · Thu Sep 14 14:34:49 2017 -0700
  56. 4c35e97 test/py: fit: Open files as binary files by Paul Burton · Thu Sep 14 14:34:48 2017 -0700
  57. 5ddc287 test/py: Import 'configparser' lower case to be python 3.x safe by Paul Burton · Thu Sep 14 14:34:45 2017 -0700
  58. d2849ed test/py: Use range() rather than xrange() by Paul Burton · Thu Sep 14 14:34:44 2017 -0700
  59. 00f2d20 test/py: Make print statements python 3.x safe by Paul Burton · Thu Sep 14 14:34:43 2017 -0700
  60. 6d52052 test: Enable cover-coverage tests for dtoc and fdt by Simon Glass · Fri Jul 06 10:27:36 2018 -0600
  61. c2a849d binman: Switch to 'python-coverage' by Tom Rini · Fri Jul 06 10:27:14 2018 -0600
  62. f354863 dm: spi: Update sandbox SPI emulation driver to use ofnode by Simon Glass · Mon Jun 11 13:07:16 2018 -0600
  63. 6c03ea1 test_avb: Add pymark.buildconfigspec information for the AVB tests by Tom Rini · Mon Jun 18 19:04:25 2018 -0400
  64. a284632 test/py: avb2.0: add tests for avb commands by Igor Opaniuk · Sun Jun 03 21:56:42 2018 +0300
  65. 8fd53ca test: Fix sandbox_spl test filter by Simon Glass · Wed May 16 01:10:24 2018 -0600
  66. c89d8b3 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · Fri Jun 01 16:46:39 2018 -0400
  67. 67036129 dm: core: add functions to get memory-mapped I/O addresses by Álvaro Fernández Rojas · Sun Apr 29 21:56:54 2018 +0200
  68. 686dc7e tests: Make test_log.py tests depend on cmd_log not log by Tom Rini · Fri May 25 08:28:45 2018 -0400
  69. 5ba71e5 test: dm: Fix wrong aliases property names by Eugeniu Rosca · Sat May 19 14:13:55 2018 +0200
  70. caaf40a test/py: add TPMv2.x test suite by Miquel Raynal · Tue May 15 11:57:24 2018 +0200
  71. 778ba8a test: fs: fs-test: Modified test 1 to do a ls to a nonexistent dir by Eugen Hristev · Wed May 09 16:28:38 2018 +0300
  72. 7b21a5a sandbox: tests: Add tests for mc34708 PMIC device by Lukasz Majewski · Tue May 15 16:26:43 2018 +0200
  73. d0eb49e sandbox: tests: Exclude common test code (pmic_get) in test/dm/pmic.c by Lukasz Majewski · Tue May 15 16:26:42 2018 +0200
  74. 70df9d6 SPDX: Convert a few files that were missed before by Tom Rini · Mon May 07 17:02:21 2018 -0400
  75. 7a59d1d test: regmap: add read/modify/write test by Neil Armstrong · Fri Apr 27 11:56:15 2018 +0200
  76. b58adfe dm: led: add testcase for "default-state" property by Patrick Bruenn · Wed Apr 11 11:16:29 2018 +0200
  77. b4f2dda test: ofnode: test ofnode_device_is_compatible() by Masahiro Yamada · Fri Apr 27 01:02:02 2018 +0900
  78. 42ab107 test: regmap: test Linux-compatible syscon_node_to_regmap() by Masahiro Yamada · Mon Apr 23 13:26:53 2018 +0900
  79. 54c5ecb regmap: clean up regmap allocation by Masahiro Yamada · Thu Apr 19 12:14:01 2018 +0900
  80. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  81. 89498f0 test: dm: regmap: fix license header by Masahiro Yamada · Fri Apr 27 01:07:21 2018 +0900
  82. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · Wed Apr 18 13:50:47 2018 -0400
  83. 567a38b clk: add sandbox test for bulk API by Neil Armstrong · Tue Apr 03 11:44:19 2018 +0200
  84. 20c633d reset: add sandbox test for bulk API by Neil Armstrong · Tue Apr 03 11:40:51 2018 +0200
  85. 43d2799 efi_selftest: check installation of the device tree by Heinrich Schuchardt · Sat Mar 03 15:29:04 2018 +0100
  86. 35616ef core: ofnode: Fix translation for #size-cells == 0 by Mario Six · Mon Mar 12 14:53:33 2018 +0100
  87. 776fc0a test/py: add spi_flash tests by Liam Beguin · Wed Mar 14 19:15:16 2018 -0400
  88. d003078 test/py: add generic CRC32 function by Liam Beguin · Wed Mar 14 19:15:15 2018 -0400
  89. 30bbb1e test/py: do not import pytest multiple times by Liam Beguin · Wed Mar 14 19:15:14 2018 -0400
  90. ce3f90e test/py: README: add HOSTNAME to PYTHONPATH by Liam Beguin · Wed Mar 14 19:15:13 2018 -0400
  91. 7fc3558 test/py: README: fix typo by Liam Beguin · Wed Mar 14 19:15:12 2018 -0400
  92. e27a6ae test/py: highlight warnings in the log summary by Stephen Warren · Tue Feb 20 12:51:55 2018 -0700
  93. 83698e3 test/py: add MMC/SD block read test by Stephen Warren · Tue Feb 20 12:51:54 2018 -0700
  94. 2a436db dm: video: support increased intensity (bold) by Heinrich Schuchardt · Thu Feb 08 21:47:12 2018 +0100
  95. 423ee56 dm: video: show correct colors in graphical console by Heinrich Schuchardt · Thu Feb 08 21:47:09 2018 +0100
  96. 32e9b16 log: Add tests for the new log features by Simon Glass · Thu Dec 28 13:14:21 2017 -0700
  97. 44e5763 log: Update log_console to honour the log format by Simon Glass · Thu Dec 28 13:14:18 2017 -0700
  98. 70e35b4 dm: core: Add a function to look up a uclass by name by Simon Glass · Thu Dec 28 13:14:15 2017 -0700
  99. 3b47f33 vsprintf.c: correct printing of a NULL device path by Heinrich Schuchardt · Fri Jan 26 06:30:30 2018 +0100
  100. c05e791 host-tools: use python2 explicitly for shebang by Masahiro Yamada · Sun Jan 21 18:34:57 2018 +0900